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

add RetrieveUserProxyAgent and RetrieveAssistantAgent from autogen studio #1723

Closed
Tracked by #1657
nicho2 opened this issue Feb 19, 2024 · 6 comments
Closed
Tracked by #1657
Assignees
Labels
0.2 Issues which are related to the pre 0.4 codebase proj-studio Related to AutoGen Studio. rag retrieve-augmented generative agents

Comments

@nicho2
Copy link

nicho2 commented Feb 19, 2024

Is your feature request related to a problem? Please describe.

I would use autogen studio with the possibility to have RetrieveUserProxyAgent and RetrieveAssistantAgent for agent.

Describe the solution you'd like

No response

Additional context

No response

@sonichi sonichi added proj-studio Related to AutoGen Studio. rag retrieve-augmented generative agents labels Feb 19, 2024
@sonichi
Copy link
Contributor

sonichi commented Feb 19, 2024

@thinkall in case you want to share the roadmap about rag.

@thinkall
Copy link
Collaborator

@victordibia is it easy or difficult to add new agents to studio? Thanks.

@thinkall
Copy link
Collaborator

@thinkall in case you want to share the roadmap about rag.

Thanks. Here is the roadmap for RAG agents. Suggestions and comments are very welcome. @nicho2

Btw, are you in our discord channel? It's a good place for receiving update notifications.

@victordibia
Copy link
Collaborator

There is quite a bit of work to support custom agents from studio.
We are currently focused on stabilizing the experience for two agent and groupchat workflows.
Support for other agent types is on the roadmap #737

@rysweet
Copy link
Collaborator

rysweet commented Oct 18, 2024

reassigning to victor for an update

@fniedtner fniedtner removed the feature label Oct 24, 2024
@victordibia
Copy link
Collaborator

victordibia commented Dec 17, 2024

We have a new version of AutoGen Studio being written on the v0.4 AgentChat API.

This design ensures that any agent built using the AgentChat base classes will be immediately supported in Studio.
Some work is being done to standardize the component configs for this - #4439 .

The new AutoGen v0.4 API introduces asynchronous operation, which enables seamless message passing between agents. This enhancement particularly benefits end-user applications by adding several crucial features that were difficult to implement in the previous version:

New Features Already Available:

  • Real-time agent updates streaming to the frontend
  • Run control: You can now stop agents mid-execution if they're heading in the wrong direction, adjust the team, and continue
  • Interactive feedback: Add a UserProxyAgent to get human input through the UI during team runs
  • Message flow visualization: See how agents communicate with each other
ags_update.mp4

Learn more in this discussion #4208

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0.2 Issues which are related to the pre 0.4 codebase proj-studio Related to AutoGen Studio. rag retrieve-augmented generative agents
Projects
None yet
Development

Successfully merging a pull request may close this issue.

7 participants