invoke_octoai_pipeline
Routes a free-form prompt through a multi-agent reasoning pipeline to generate a synthesized answer with confidence score for open-ended questions and decision support.
Instructions
Invoke the OctoAI 7-node cognitive pipeline with a free-form prompt. Routes the question through the multi-agent reasoning chain (Knowledge Miner, Logic Engine, Systems Architect, Strategic Thinker, Physics Engine) and returns a synthesized final_answer with a confidence score. Use for open-ended platform questions, decision support, or anything that needs OctoAI's reasoning rather than a deterministic infrastructure lookup. POSTs to http://localhost:8100/query.
Requires scope: octoai:pipeline:invoke. Every call governed by Arbiter constitutional policy and sealed with a ProofLink cryptographic receipt.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| prompt | Yes | The question or instruction to send to the pipeline (1-32000 chars). | |
| session_id | No | Optional session id for memory continuity (default: hermes-mcp-default). |