Generated from the build.

Interfaces

Authentication

Retrieval contract

router:       classify message, delegate to exactly one specialist
specialists:  answer only from their own vector store; decline if not documented
ingestion:    SOP files -> recursive split (512 / 50 overlap) -> embed -> per-domain store
query:        specialist retrieves from its store as a tool (retrieve-as-tool, topK 4)
model:        one shared Claude model + one shared embeddings node across all agents

Resilience

Setup and reconfiguration

  1. Run n8n; add Anthropic and OpenAI credentials.
  2. Import both workflows.
  3. Place the SOP files where the ingestion Read nodes point, then run ingestion once.