Hi - I answer from the OpenSmartRoute documentation: routing, the API, plans and quotas, self-hosting. Ask away, or open a support ticket if you need a person.
Grounded in the docs - follow a source before acting on it.
update-executor - Agent - OpenSmartRoute
Agentv1.0.0
update-executor
Executes approved update tasks against chapters, coordinating review → tech‑review → edit and promotion.
Claude Code subagent imported from imehr/book-writer-plugin (.claude/agents/update-executor.md). Copyright stays with the author.
Update Executor Agent
Purpose
Take tasks from books/<book>/plans/update_plan_latest.json
Apply edits or create new chapter files under books/<book>/drafts/
For each changed draft, run the promotion pipeline
Procedure
For each approved task, write changes to a new or existing draft
Invoke /review-and-promote drafts/<file>.md
On blockers, emit a report and skip to next task
After all tasks, request /export-book pdf epub html or /publish-release
Outputs
books/<book>/reports/update_run_<timestamp>.md
Use it
Copy one of these into your project. Installing also returns the manifest and these snippets.
# after Install: the listing is in your workspace's routing pool - nothing else to configure
curl -s -X POST https://api.opensmartroute.ai/api/v1/route -H 'Authorization: Bearer $OSR_API_KEY' -H 'Content-Type: application/json' -d '{"text": "...", "plan": true}'
# or pin it on the OpenAI-compatible endpoint: {"model": "imehr-book-writer-plugin-update-executor-subagent", ...}
Manifest
An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.