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]: Add a default ChatGPT workflow #1353

Closed
gagb opened this issue Jan 21, 2024 · 3 comments
Closed

[Feature Request]: Add a default ChatGPT workflow #1353

gagb opened this issue Jan 21, 2024 · 3 comments
Labels
proj-studio Related to AutoGen Studio.

Comments

@gagb
Copy link
Collaborator

gagb commented Jan 21, 2024

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

Current AutoGenStudio ships with complex two agent and group chat workflows. It should also ship with something simpler than these -- a very simple workflow where you can very simply chat with gpt.

Describe the solution you'd like

  • Add ChatGPT agent (use GPT-4, max consecutive reply = 1, very simple system message)
  • Add SimpleUserProxyAgent (no code execution, no auto reply)
  • Add a default workflow called "ChatGPT workflow" with SimpleUserProxyAgent + ChatGPT agent

This will also serve a basic test to ensure the studio at all time subsumes the simplest version of ChatGPT.

Additional context

I tried creating a very simple chat workflow with (latest release of) studio and it wasn't easy.

@gagb gagb added enhancement proj-studio Related to AutoGen Studio. labels Jan 21, 2024
@gagb
Copy link
Collaborator Author

gagb commented Jan 21, 2024

cc @victordibia -- please add to roadmap if you agree.

@victordibia
Copy link
Collaborator

I really like the idea of a default workflow that works really well!
This is what the default "General Agent Workflow" was designed to achieve. It has:

  • user proxy with no code execution, human input never and no system message.
  • assistant agent with GPT4.

tried creating a very simple chat workflow with (latest release of) studio and it wasn't easy.

Can we outline the issues here. It perhaps can help us identify better defaults for the General Agent Workflow.

@gagb
Copy link
Collaborator Author

gagb commented Jan 23, 2024

Listed some of them here:

#1352 (comment)

I think we need to go beyond adding a well tuned workflow -- We need to track user effort to create chatgpt like workflow from scratch. It's almost there!

@gagb gagb closed this as completed Aug 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
proj-studio Related to AutoGen Studio.
Projects
None yet
Development

No branches or pull requests

2 participants