Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update AGS to Use AgentChat Declarative Config Serialization #5261

Open
wants to merge 21 commits into
base: main
Choose a base branch
from

Conversation

victordibia
Copy link
Collaborator

@victordibia victordibia commented Jan 30, 2025

Why are these changes needed?

This PR updates AGS to use the declarative config serialization native to AgentChat.
The effect? You can build your teams/artifacts directly in python, run team.dump_component() and immediately run it in AGS.

Some change details:

  • Removes ComponentFactory. Instead TeamManager just loads team specs directly using Team.load_component.
  • Some fixes to the UI to simplify drag and drop experience.
  • Improve layout of nodes...

Related issue number

Closes #4439
Closes #5172

Checks

cc @EItanya @nour-bouzid

Copy link

codecov bot commented Jan 30, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 70.59%. Comparing base (fca1de9) to head (f55d3db).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #5261   +/-   ##
=======================================
  Coverage   70.59%   70.59%           
=======================================
  Files         180      180           
  Lines       11668    11668           
=======================================
  Hits         8237     8237           
  Misses       3431     3431           
Flag Coverage Δ
unittests 70.59% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

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.

Update AGS to use the component config spec Make AgentChat Components Support Declarative Specifications.
1 participant