Skip to content

Agent Builder MVP Spec

Christopher David edited this page Apr 17, 2024 · 33 revisions

Current release

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.

Upcoming releases

We have two upcoming releases:

  • End of April - Agent Builder Phase 1
  • End of Q2 - Agent Builder Phase 2

Agent Builder Phase 1

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

Pages needed

  • Create Agent
  • ???

Agent Builder Phase 2

Here we add support for Run, Node, Flow, Plugin via a drag-and-drop editor.

Clone this wiki locally