{"pipelines":[{"id":"file-to-task","name":"File-to-Task Pipeline","description":"Chunk an imported document, summarize each part, and stage a review task before creating a workspace task.","steps":[{"id":"chunk","type":"tool","name":"Chunk document"},{"id":"summarize","type":"tool","name":"Summarize document"},{"id":"review","type":"approval","name":"Request human review"},{"id":"notify","type":"notification","name":"Notify workspace"}]},{"id":"research-brief","name":"Research Brief Pipeline","description":"Runs the Research Agent against a URL or topic, then produces a risk assessment of the findings before notifying the workspace.","steps":[{"id":"research","type":"agent","name":"Research topic"},{"id":"risk","type":"tool","name":"Assess findings risk"},{"id":"notify","type":"notification","name":"Notify workspace"}]},{"id":"content-review","name":"Content Review Pipeline","description":"Redacts PII from a piece of content, scores sentiment, and requires approval before publishing.","steps":[{"id":"redact","type":"tool","name":"Redact PII"},{"id":"sentiment","type":"tool","name":"Analyze sentiment"},{"id":"approval","type":"approval","name":"Approve for publishing"},{"id":"notify","type":"notification","name":"Notify workspace"}]},{"id":"incident-triage","name":"Incident Triage Pipeline","description":"Runs the Ops Agent to score a proposed action, and gates high-risk actions behind approval automatically.","steps":[{"id":"assess","type":"agent","name":"Assess operational risk"},{"id":"approval","type":"approval","name":"Approve high-risk action"},{"id":"notify","type":"notification","name":"Notify workspace"}]}]}