Agent♥︎Age
Catalog

io.github.sammyboi81/sentarion

Official

by sammyboi81 · Python

Give your AI agents rules, memory, and receipts. Governed multi-agent orchestration for MCP.

sentarion MCP Server (io.github.sammyboi81/sentarion)

This MCP server provides governed multi-agent orchestration using fan-out dispatch, safety gates, and tamper-evident memory. It composes two existing components—Algernon and ArkHive—by connecting to them as an MCP client, without reimplementing either.

🛠️ Key Features

  • Composite orchestration wrapping Algernon (fan-out orchestration)
  • Governed audit/memory via ArkHive (tamper-evident memory and safety gates)
  • cost_estimate for pre-dispatch cost prediction using Algernon benchmark numbers
  • dispatch_with_dependencies for fan-out/fan-in wave ordering atop algernon_dispatch
  • Integrates with both components as an MCP client

🚀 Use Cases

  • Multi-agent workflows that require governed execution
  • Task orchestration where dependency ordering is needed
  • Budget-aware planning using pre-dispatch cost estimates

⚡ Developer Benefits

  • Reuses Algernon and ArkHive capabilities rather than reimplementing them
  • Cost prediction based on published benchmark numbers
  • Dependency-aware dispatch using wave ordering

⚠️ Limitations

  • Readme excerpt only lists cost_estimate and dispatch_with_dependencies; full feature coverage is not provided in the available source data.

Topics

ai-governanceai-orchestrationai-safetyanthropicclaudemcpmcp-servermodel-context-protocol