Victor Dibia
Victor Dibia
## Why are these changes needed? Add documentation and examples for AgentChat. - [x] Add landing page introducing AgentChat and the concepts of `Agents` and `Teams` - [x] Provide a...
### What Add documentation for AgentChat - [ ] Add landing page introducing the concepts of `Agents` and`Teams` - [ ] Provide a migration guide with an example of how...
#179 added much needed support for tracking token count and cost (thanks @kevin666aa ). However, there is some unexpected/inconsistent structure in the dictionary returned. Currently `autogen.ChatCompletion.start_logging(compact=True)` is used to start...
Add the ability to visualize control flow messages sent by agents. Each message has a source, in the AgentChat. The visualization shows - messages being sent - draws a line...
### What feature would you like to be added? Current version of AutoGen Studio (AGS) is based on the AutoGen 0.2x api. As the AgentChat api becomes more stable, this...
In AutoGen Studio, add an optional panel to visualize message exchange between agents as the task progresses.
### What feature would you like to be added? ## Memory for AgentChat Agents It would be useful to have some notion of memory, and the ability to attach memory...
### What feature would you like to be added? Currently AutoGen 0.4x provides a cancellation token for cancelling/stopping workflows. We need to make sure the cancellation token is used within...
Support Human Input Mode in AGS with AgentChat api. - Create a UserProxyAgent that can communicate over a web socket. Ideally wait on input from the UI, with some timeout...
Create an API for listing supported agents/teams in AGS UI. Create a simple mechanism where devs can add new agents, teams and have these automatically listed / rendered and configurable.