-
Notifications
You must be signed in to change notification settings - Fork 21
Agent Builder MVP Spec
Christopher David edited this page Apr 17, 2024
·
33 revisions
Our 2024-04-08 chat UI release focuses on three data models - User, Thread, Message - with the user able to select a different model
per message.
We have two upcoming releases:
- End of April - Agent Builder Phase 1
- End of Q2 - Agent Builder Phase 2
Here we add support for Agent and File.
Agents can be created with:
- name
- description
- instructions
- welcome_message
Agent HasMany
Files
Files are converted to vector embeddings and added to the agent's knowledge base enabling RAG
Stretch goal: User can also add Links to an Agent's knowledge base. Links are converted to Markdown and vectorized similar to files
Agents will be listed for discovery on the OpenAgents Store along with usage stats to determine revenue share
- Create Agent
- ???
Here we add support for Run, Node, Flow, Plugin via a drag-and-drop editor.