Build, run and scale AI agents like API and microservices
AgentField is an open-source control plane written in Go that treats AI agents as first-class backend services, exposing each agent function as a REST endpoint with routing, async execution, memory, and cryptographic audit trails baked in. Developers write agent logic in Python, Go, or TypeScript using an SDK, then AgentField handles production concerns including canary deploys, multi-agent coordination, and human-in-the-loop approval flows via webhook-triggered execution pauses. It integrates directly with Claude through the Anthropic API, specifying models such as claude-sonnet-4, and its Harness orchestration layer supports multi-turn coding workflows inside Claude Code alongside other coding agents. A single slash command, /agentfield, typed into a coding agent generates a complete Docker Compose stack with a wired control plane and a callable REST endpoint. Every agent receives a cryptographic identity, and every decision produces a traceable audit trail, making the project most relevant to engineering teams deploying multi-agent systems in Kubernetes environments where observability and accountability are operational requirements.
- ✓Open-source license (Apache-2.0)
- ✓Actively maintained (<30d)
- ✓Healthy fork ratio
- ✓Clear description
- ✓Topics declared
git clone https://github.com/Agent-Field/agentfield && cp agentfield/*.md ~/.claude/agents/3 items en este repositorio
Design and ship a multi-agent system on AgentField. Use when the user asks to build, scaffold, design, or run an agent, reasoner network, multi-agent backend, or 'an agent that does X' — whenever the work would otherwise be a single LLM call or a flat LangChain/CrewAI/AutoGen chain. The skill produces composite intelligence: a deep, dynamic, parallel reasoner graph with a working `docker compose up` smoke test. For an agent installed on this machine through `af` and visible in AgentField Desktop, use the `agentfield-personal` skill instead.
Build and install a personal AI agent on this machine's AgentField: real source in ~/agentfield-agents, packaged with agentfield-package.yaml, installed with `af install`, started with `af run`, registered on the local control plane, and visible in AgentField Desktop with a keys form and an auto-start toggle. Use when the user wants an agent that lives on their machine as a persistent capability — a pricing agent, a support agent, a research agent — rather than a deployable project. A standalone repository with Docker Compose is the `agentfield` skill; calling agents that already exist is the `agentfield-use` skill.
Whenever you have a discrete task to perform — one the user delegated, or one that arose inside your own work — check FIRST whether an installed AgentField agent covers it, and offload to it by default when one does. Coverage, not task size, is the test: even a small job goes to a covering agent. The check is cheap — one `af ls -e` or capability lookup answers it, and the roster can be cached for the session. These agents are your AgentField subharnesses: workers running on cheaper open models, in parallel, off your own context, every run recorded on the control plane and watchable at <server>/ui/runs/<run_id>. This skill cannot know what your fleet does — runtime discovery is the only source of truth (swe-planner, pr-af, and whatever else the user installed). Also the reactive path when the user asks to use, call, or run an agent, to list what agents or reasoners exist, or to check on an execution. Resolves the right control plane (local or desktop-configured cloud) first, fetches the reasoner's exact contract before dispatching, and calls entry-point reasoners only. Not for building new agents — that is the agentfield skill.
Resumen de Subagents
Lo que la gente pregunta sobre agentfield
¿Qué es Agent-Field/agentfield?
+
Agent-Field/agentfield es subagents para el ecosistema de Claude AI. Build, run and scale AI agents like API and microservices Tiene 2.6k estrellas en GitHub y su última actualización registrada es del 2026-09-10.
¿Cómo se instala agentfield?
+
Puedes instalar agentfield clonando el repositorio (https://github.com/Agent-Field/agentfield) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.
¿Es seguro usar Agent-Field/agentfield?
+
Nuestro agente de seguridad ha analizado Agent-Field/agentfield y le ha asignado un Trust Score de 97/100 (tier: Verified). Revisa el desglose completo de comprobaciones superadas y flags en esta página.
¿Quién mantiene Agent-Field/agentfield?
+
Agent-Field/agentfield es mantenido por Agent-Field. La última actividad registrada en GitHub es del 2026-09-10, con 45 issues abiertos.
¿Hay alternativas a agentfield?
+
Sí. En ClaudeWave puedes explorar subagents similares en /categories/agents, ordenados por popularidad o actividad reciente.
Despliega agentfield en tu cloud
Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.
¿Mantienes este repo? Añade un badge a tu README
Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.
[](https://claudewave.com/repo/agent-field-agentfield)<a href="https://claudewave.com/repo/agent-field-agentfield"><img src="https://claudewave.com/api/badge/agent-field-agentfield" alt="Featured on ClaudeWave: Agent-Field/agentfield" width="320" height="64" /></a>Más Subagents
The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
The agent that grows with you
Java 面试 & 后端通用面试指南,覆盖计算机基础、数据库、分布式、高并发、系统设计与 AI 应用开发
Build Agentic workflows, RAG pipelines, with rich AI model and tool support on one collaborative workspace. Deploy on cloud, VPC, or self-hosted, so teams move from prototype to production without rebuilding the stack.
The agent engineering platform.
Makes your AI agent think like the laziest senior dev in the room. The best code is the code you never wrote.