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

Simplify Conversation App setup #169

Open
anada10 opened this issue Apr 22, 2024 · 1 comment
Open

Simplify Conversation App setup #169

anada10 opened this issue Apr 22, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@anada10
Copy link
Contributor

anada10 commented Apr 22, 2024

Currently Conversation apps, have dependencies on setting up Tasks and Agents in the GUI.
We want to dramatically simplify setup of a conversation app, so that it's a single form and users only need to populate

  • Model credentials (e.g. default to gpt 4)
  • Provide any datasources
    We would provide a default templated agent and auto populate any task configuration so that it would work within the current framework (Crew).
@anada10 anada10 added the enhancement New feature or request label Apr 22, 2024
@tomlynchRNA
Copy link
Collaborator

tomlynchRNA commented May 7, 2024

notes
App:
	avatar
	app name
	app description
	model
	welcome message(s)

Tools list:
	pick

Datasources list:
	pick

Agent:
	name
	system message
	variables list

Model:
	type:
	<depends on form>
App:
	avatar
	app name
	app description
	model
	tasks: populated by prebiult rag task
	agents: populated by prebuilt agent
	process: always sequential
	chat manager model: whatever model they pick in the form

Task:
	name: prepopulated
	description: prepopulated
	execpted output: prepopulated
	tools: prepopulated with human_input, box to select datasources
	preferred agent: default to whatever agent was created

Agent:
	name
	role, goal, backstory: prepopulated
	system message
	allow delegation: false
	verbose: always true
	tools: prepopulated with human_input, box to select datasources

Model:
	name: prepopulated
	<depends on form>

@tomlynchRNA tomlynchRNA pinned this issue May 21, 2024
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: In Progress
Development

No branches or pull requests

2 participants