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 in this repository
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.
Subagents overview
What people ask about agentfield
What is Agent-Field/agentfield?
+
Agent-Field/agentfield is subagents for the Claude AI ecosystem. Build, run and scale AI agents like API and microservices It has 2.6k GitHub stars and its last recorded update is dated 2026-09-10.
How do I install agentfield?
+
You can install agentfield by cloning the repository (https://github.com/Agent-Field/agentfield) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.
Is Agent-Field/agentfield safe to use?
+
Our security agent has analyzed Agent-Field/agentfield and assigned a Trust Score of 97/100 (tier: Verified). See the full breakdown of passed checks and flags on this page.
Who maintains Agent-Field/agentfield?
+
Agent-Field/agentfield is maintained by Agent-Field. The last recorded GitHub activity is dated 2026-09-10, with 45 open issues.
Are there alternatives to agentfield?
+
Yes. On ClaudeWave you can browse similar subagents at /categories/agents, sorted by popularity or recent activity.
Deploy agentfield to your cloud
Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.
Maintain this repo? Add a badge to your README
Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.
[](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>More 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.