agentprism-workflows

VikashLoomba/agentprism-workflows
★ 0 stars TypeScript AI/LLM Updated 13d ago
AgentPrism Workflows — run dynamic agent()/parallel()/pipeline() workflow scripts over ACP backends (Claude & Codex), as a TypeScript SDK and a stdio MCP server.
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": {
    "agentprism-workflows": {
      "command": "npx",
      "args": [
        "-y",
        "VikashLoomba/agentprism-workflows"
      ]
    }
  }
}

README Excerpt

Run **dynamic, multi-agent workflow scripts** — `agent()`, `parallel()`, `pipeline()` — over real coding agents (Claude Code and OpenAI Codex), with deterministic journaling, resume, token budgets, and git-worktree isolation. You author a small JavaScript *script* (`export const meta`, then call `agent()` / `parallel()` / `pipeline()`); the engine runs it in a sandboxed realm, fanning each `agent()` call out to an [Agent Client Protocol](https://agentclientprotocol.com) (ACP) backend. It's avail

Tools (10)

AGENTPRISM_ACP_POOL_SIZEAGENTPRISM_DEFAULT_BACKENDagentRetriesagentTimeoutMsargsconcurrencymaxAgentsresumeFromRunIdscripttokenBudget