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

Documentation on Creating Custom AgentChat Teams #4171

Open
victordibia opened this issue Nov 13, 2024 · 0 comments
Open

Documentation on Creating Custom AgentChat Teams #4171

victordibia opened this issue Nov 13, 2024 · 0 comments
Milestone

Comments

@victordibia
Copy link
Collaborator

victordibia commented Nov 13, 2024

What feature would you like to be added?

Currently the documentation covers how to create custom agents by inheriting from the base_chat_agent class.
That tutorial is awesome as it instructs on the key methods and abstractions that need to be implemented for custom behaviour. This gives the developer a good foundation to create their own custom agents.

We need something similar for teams.

  • What is the right class to inherit from e.g. BaseGroupChat/BaseGroupChatManager etc
  • What key methods need to be implemented?
  • How are messages routed between agents, how are output messages farmed to the application ... i.e. what happens with team.run()

cc: @afourney , @ekzhu

Why is this needed?

To help developers build custom teams or orchestration logic.

@victordibia victordibia added this to the 0.4.0 milestone Nov 13, 2024
@victordibia victordibia changed the title Documentation on Creating AgentChat Teams Documentation on Creating Custom AgentChat Teams Nov 13, 2024
@ekzhu ekzhu modified the milestones: 0.4.0, 0.4.1 Nov 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants