aegis-agent-console

MHNDhq/aegis-agent-console
★ 0 stars TypeScript AI/LLM Updated 14d ago
Self-hosted Claude Agent SDK harness on the Managed Agents primitives: coordinator + sub-agent, /mnt/memory persistence, custom MCP server (auth + rate-limit), requires_action confirmations, live rubric grader, dream-style consolidation. Next.js + TS. Live demo: aegis-agent-console.vercel.app
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "aegis-agent-console": {
      "command": "npx",
      "args": [
        "-y",
        "MHNDhq/aegis-agent-console"
      ]
    }
  }
}

README Excerpt

A real, deployed agent that demonstrates the canonical Claude Managed Agents primitives end to end, running on a **self-hosted Claude-Agent-SDK-pattern** harness backed by **OpenRouter** inference. The scenario: an **incident-triage agent** for a fictional payments SaaS. A coordinator agent receives an incident, delegates investigation to a sub-agent,

Tools (1)

agent_toolset_20260401