Adds the agent_team delegation tool and pi-multiagent skill to Pi.
A powerful command-line interface to scaffold, manage, build, and deploy AI Agents and Skills for the GoClaw platform.
CLI for AgentForge to scaffold TypeScript AI agent projects, generate boilerplate, and manage local development workflows.
AI Agent Platform — 84 Agents, 46 Skills, 78 Workflows, 14 Tools, 5 LLM Providers (OpenAI/Claude/Groq/Ollama/Mock), Smart Init, Frontmatter Task Runner, Plugin System, Agent Testing, Publishing
Composable skill system for building modular TypeScript AI agents: author skills, register capabilities, and compose behaviors.
Tool library for TypeScript AI agents: web, data, file, and integration tools (HTTP, scraping, CSV, XML/JSON, Slack, databases).
CLI tool for creating, running, and managing AgentForge projects
Testing utilities for TypeScript AI agents, including mock LLMs, mock tools, state builders, fixtures, and workflow assertions.
Analyze projects, suggest agents, skills, flows, and policies, and compile clean agent-ready bootloaders
Production-ready agent workflow patterns for TypeScript including ReAct and Planner-Executor, built on LangGraph.
Production-ready TypeScript agent framework built on LangGraph with orchestration, middleware, and typed abstractions.
NestJS bindings for AgentForge — `AgentForgeModule.forRoot/forRootAsync` plus controllers, guards and decorators. Wraps @agentforge-io/core.
Default TypeORM-backed persistence for AgentForge. Ships entities + repository implementations of @agentforge-io/core's repository contracts. Drop-in alternative: write your own Prisma/Drizzle/raw-SQL implementation of the same contracts.
MCP server for AgentForge — turn rough requests into tool-tuned, quality-checked prompts for AI coding agents.
A CLI for managing and syncing skills across Claude Code, Codex, Gemini CLI, OpenClaw, Cursor, OpenCode, Qoder, and project workspaces.
HTTP server, WebSocket bridge, A2A protocol, and CLI for AgentForge.
Multi-repo + git-worktree workspace bootstrapper for Claude Code, Cursor, and OpenAI Codex CLI
Core agent primitives, sandbox integration, and MCP server for AgentForge
Production-ready Agent framework with MPU (Minimum Production Usable) modules - RxJS event stream + Zod type safety
Multi-agent chat for collaborative AI discussions
MCP server for AgentHub multi-agent communication
Mastra persistent daemon runtime for AgentForge
Multi-agent CLI: Worker + Evaluator agents collaborate in a loop to achieve your goal
Multi-agent orchestration plugin for OpenCode