An OpenBot agent plugin that drives Origami research and enrichment agents via the v2 Agent API.
- Starts a new Origami agent or continues an existing one in the same thread
- Polls run status and streams progress with
agentOutputon each step - Surfaces tables, pending questions, and suggested next actions when a run finishes
Provide an Origami API key (paid plan required):
- Plugin config:
apiKey - Environment variable:
ORIGAMI_API_KEY
Optional:
model:origami-liteororigami-max(default:origami-max)
npm install
npm run build