agentpack

selvaonline/agentpack
★ 1 stars TypeScript AI/LLM Updated 2d ago
Define your AI agent team in one YAML file — get a LangGraph supervisor, a live network UI, an auto-generated MCP server, and a behavioral eval harness. TypeScript, batteries included.
View on GitHub → Try with Claude — $10 free →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "agentpack": {
      "command": "npx",
      "args": [
        "-y",
        "selvaonline/agentpack"
      ]
    }
  }
}

README Excerpt

**Define your AI agent team in one YAML file. Get a multi-agent supervisor, a live network UI, an MCP server, and a behavioral eval harness — out of the box. TypeScript.** *The built-in dev UI during a live run: switch between teams, click an example prompt, and watch the supervisor delegate across the network — animated dotted connectors trace every delegation, tools glow as they execute, every hop is streamed and counted. You write none of this.*

Tools (2)

estimate_costsstarter

Topics

agent-frameworkagentic-aiai-agentslanggraphllm-evaluationmcpmcp-servermulti-agent-systemstypescriptyaml