Skip to content

feat: Adapt ag2 into massgen#283

Merged
Eric-Shang merged 10 commits intomainfrom
ag2_adapter
Oct 6, 2025
Merged

feat: Adapt ag2 into massgen#283
Eric-Shang merged 10 commits intomainfrom
ag2_adapter

Conversation

@Eric-Shang
Copy link
Copy Markdown
Collaborator

@Eric-Shang Eric-Shang commented Oct 3, 2025

PR Title Format

Your PR title must follow the format: <type>: <brief description>

Valid types:

  • fix: - Bug fixes
  • feat: - New features
  • breaking: - Breaking changes
  • docs: - Documentation updates
  • refactor: - Code refactoring
  • test: - Test additions/modifications
  • chore: - Maintenance tasks
  • perf: - Performance improvements
  • style: - Code style changes
  • ci: - CI/CD configuration changes

Examples:

  • fix: resolve memory leak in data processing
  • feat: add export to CSV functionality
  • breaking: change API response format
  • docs: update installation guide

Description

Single Agent can run in most basic case
Todos:

  1. Adapt group chat through patterns (Autopattern, DefaultPattern, etc.)
  2. Make sure other tools (web search, mcp and Ag2 built-in tools can work as well)

Type of change

  • Bug fix (fix:) - Non-breaking change which fixes an issue
  • New feature (feat:) - Non-breaking change which adds functionality
  • Breaking change (breaking:) - Fix or feature that would cause existing functionality to not work as expected
  • Documentation (docs:) - Documentation updates
  • Code refactoring (refactor:) - Code changes that neither fix a bug nor add a feature
  • Tests (test:) - Adding missing tests or correcting existing tests
  • Chore (chore:) - Maintenance tasks, dependency updates, etc.
  • Performance improvement (perf:) - Code changes that improve performance
  • Code style (style:) - Changes that do not affect the meaning of the code (formatting, missing semi-colons, etc.)
  • CI/CD (ci:) - Changes to CI/CD configuration files and scripts

Checklist

  • I have run pre-commit on my changed files and all checks pass
  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes

Pre-commit status

# Paste the output of running pre-commit on your changed files:
# uv run pre-commit install
# git diff --name-only HEAD~1 | xargs uv run pre-commit run --files # for last commit
# git diff --name-only origin/<base branch>...HEAD | xargs uv run pre-commit run --files # for all commits in PR
# git add <your file> # if any fixes were applied
# git commit -m "chore: apply pre-commit fixes"
# git push origin <branch-name>

Additional context

Add any other context about the PR here.

@Eric-Shang Eric-Shang changed the title Adapt ag2 into massgen feat: Adapt ag2 into massgen Oct 3, 2025
@sonichi sonichi requested a review from randombet October 3, 2025 19:58
@sonichi
Copy link
Copy Markdown
Collaborator

sonichi commented Oct 3, 2025

@qingyun-wu fyi

@Eric-Shang Eric-Shang marked this pull request as ready for review October 5, 2025 22:04
@Eric-Shang Eric-Shang requested a review from qidanrui October 5, 2025 22:04
@Eric-Shang Eric-Shang requested a review from ncrispino October 6, 2025 01:56
@Eric-Shang Eric-Shang requested a review from ncrispino October 6, 2025 04:43
@qidanrui qidanrui changed the base branch from dev/v0.0.27 to main October 6, 2025 05:27
@Eric-Shang Eric-Shang merged commit 6bfd070 into main Oct 6, 2025
19 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants