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

[Feature Request]: Declarative way of defining a workflow #220

Open
baahujain opened this issue Dec 16, 2024 · 1 comment
Open

[Feature Request]: Declarative way of defining a workflow #220

baahujain opened this issue Dec 16, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@baahujain
Copy link

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

I am building a API service which will allow multiple front end apps to create agents and interact with LLMs. Each front end app will have its own unique problem to solve using agentic approach.

Describe the solution you'd like

Can we have a way to define a workflow using json config file. In this json config we should be able to define if it's a group chat or a two-way chat, we should be able to specify the agents involved in the chat and all the configuration of the agents.

Additional context

No response

@baahujain baahujain added the enhancement New feature or request label Dec 16, 2024
@AgentGenie
Copy link
Collaborator

LlamaIndex just published Agentic document workflow https://www.llamaindex.ai/blog/introducing-agentic-document-workflows
I am think about similar interface for RAG workflow. What is our plan for the workflow feature? @sonichi @qingyun-wu

@davorrunje davorrunje self-assigned this Jan 10, 2025
@davorrunje davorrunje added this to ag2 Jan 10, 2025
@davorrunje davorrunje moved this to Todo in ag2 Jan 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Todo
Development

No branches or pull requests

3 participants