Victor Dibia
Victor Dibia
### What feature would you like to be added? Currently the documentation covers [how to create custom agents](https://microsoft.github.io/autogen/dev/user-guide/agentchat-user-guide/tutorial/agents.html#build-your-own-agents) by inheriting from the base_chat_agent class. That tutorial is awesome as it...
The ability to browse an external gallery of component (teams, agents, tools, models etc) configurations and reuse them in a team within AGS ## What - Enable users to upload...
As users experiment, it is frequently useful to do the following - [x] Autosave sessions. api should be refactored such that all runs and messages can be retrieved - [x]...
The current rewrite of AutoGen studio has focused on representing teams declaratively in JSON. It would be great to add a flexible GUI to let users modify team configurations. A...
Currently, agent message exchange visualization in AGS is static and is only constructed as messages arrive. However, to make sense of agent behaviour and debug, it is frequently useful to...
AGS currently has support for AssistantAgent agent and RoundRobin/LLM Selector teams from AgentChat. As developers experiment with new types of custom agents and teams, we will need clear documentation on...
Many agent applications often benefit from being able to retrieve data from memory (rag). This PR is meant to enable .. - Defining memory as a component that can be...
AssistantAgent can take a list of tools. These tools are typically python functions which themselves can have dependencies and secrets. For example, a search tool might use a specific search...
While current tutorial shows how to create custom agents, a UserProxyAgent seems to be a common preset and it would be good to have an implementation that can be easily...
Ability to side by side compare team configurations in AGS. A simple implementation would be to have a compare view with two session each with different team configurations. fyi @husseinmozannar