AgentForge worker — connect your machine to agentforge.ai
NestJS bindings for AgentForge — `AgentForgeModule.forRoot/forRootAsync` plus controllers, guards and decorators. Wraps @agentforge-io/core.
CLI for AgentForge to scaffold TypeScript AI agent projects, generate boilerplate, and manage local development workflows.
CLI tool for creating, running, and managing AgentForge projects
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.
Core agent primitives, sandbox integration, and MCP server for AgentForge
Built-in tool implementations for AgentForge.
MCP server for AgentForge — turn rough requests into tool-tuned, quality-checked prompts for AI coding agents.
Mastra persistent daemon runtime for AgentForge
React + Next.js adapter for @agentforge-io/chat-sdk. Provider, hooks, and a reference ChatPanel component.
HTTP server, WebSocket bridge, A2A protocol, and CLI for AgentForge.
Built-in processor plugins for the AgentForge pipeline.
Pure type definitions for the AgentForge framework. Zero dependencies.
Deterministic workflow runtime and tool mediation engine for AgentForge.
Production infrastructure for AgentForge — multi-provider LLMs, Docker/remote executors, Postgres state, full OTel, multi-node workers
Built-in tool catalog for AgentForge. Drop-in tools (fetch_url, web_search, ...) that any deployment can register against the core ToolRegistryService.
Google connector for AgentForge — Gmail, Drive, Calendar tools wired to per-user OAuth2 credentials managed by the core ConnectorRegistryService.
A powerful command-line interface to scaffold, manage, build, and deploy AI Agents and Skills for the GoClaw platform.
HubSpot connector for AgentForge — contacts, deals, and engagement tools wired to per-user OAuth2 credentials managed by the core ConnectorRegistryService.
Framework-free chat session SDK for AgentForge public chat tokens. Headless — no DOM. Drop into any frontend (React, Vue, Svelte, vanilla) and listen for events.
Repository and execution context collection for AgentForge workflows.
Shared schema contracts for AgentForge workflows, policy, context, and audit data.
Policy evaluation, path gating, trust enforcement, and redaction for AgentForge workflows.
MCP server for AgentForge — trust audit (check_trust, evaluate_policy, list_trusted, recommend) plus action tools (discover, broadcast_search, call_tool, register_agent) so any agent can find and use 100+ MCP servers in one connection.
A Rust crate for building multi-agentic applications.
REST API server for AgentForge (F-07)
CLI for AgentForge (F-08)
Shared types, data models, and error types for AgentForge
Database layer: SQLx queries and migrations for AgentForge
Observability hooks: exports AgentForge traces to OTLP, LangSmith, and Datadog backends (v2 F-06)
Benchmark comparison: runs agents against GAIA, AgentBench, and WebArena tasks and reports percentile vs. published baselines (v2 F-05)
Fine-tuning dataset exporter: converts labeled traces to OpenAI, Anthropic, and HuggingFace JSONL formats (v2 F-02)
Promotion gatekeeper: score gate, regression gate, stability gate (F-06)
Multi-agent graph testing: runs agent teams (CrewAI-style, LangGraph-style) as composed units with per-node scoring (v2 F-03)
Online shadow evaluation: routes live traffic to champion and candidate simultaneously and compares results (v2 F-01)
Optimizer: mutation strategies to generate candidate agent variants (F-05)