@meetopenbot/origami
v0.0.1
Published
OpenBot agent plugin that runs Origami research and enrichment agents.
Readme
Origami Agent Plugin
An OpenBot agent plugin that drives Origami research and enrichment agents via the v2 Agent API.
Features
- 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
Configuration
Provide an Origami API key (paid plan required):
- Plugin config:
apiKey - Environment variable:
ORIGAMI_API_KEY
Optional:
model:origami-liteororigami-max(default:origami-max)
Development
npm install
npm run build