Raid: OpenAI - OpenAgentsInc/openagents GitHub Wiki
We're building an open-source version of the OpenAI GPT store.
Rationale explained in episode 1 of our Open Agents video series.
-
https://chat.openai.com/gpts/mine → https://openagents.com/agents
- See available agents, including yours if logged in
- And button to Create Agent that goes to /builder
-
https://chat.openai.com/gpts/editor → https://openagents.com/builder
- "GPT Builder" → "Agent Builder"
- Components
- Page:
<AgentBuilder /> -
<BuilderHeader />and two<ChatPane />s, one to create and one Preview-
<ChatBar />with uploads enabled or no
-
- Page:
-
https://chat.openai.com/g/g-5TcGETtJN-epsteingpt - https://openagents.com/agent/2
- The shared agent page; shows view or edit based on user being owner or no
- Agent has:
- name
- description
- instructions
- conversation starters
- knowledge (files)
- capabilities (web browsing, DALLE image-gen, code interpreter)
- actions (functions)