Skip to main content
ClaudeWave

Build, run and scale AI agents like API and microservices

Subagents2.6k estrellas413 forksGoApache-2.0Actualizado today
Nota editorial

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.

ClaudeWave Trust Score
97/100
Verified
Passed
  • Open-source license (Apache-2.0)
  • Actively maintained (<30d)
  • Healthy fork ratio
  • Clear description
  • Topics declared
Last scanned: 9/11/2026
Install as a Claude Code subagent
Method: Clone
Terminal
git clone https://github.com/Agent-Field/agentfield && cp agentfield/*.md ~/.claude/agents/
1. Clone the repository and copy the agent .md definitions into ~/.claude/agents (or .claude/agents inside a project).
2. Start a new Claude Code session to load the agents.
3. Delegate work to them with the Task/Agent tool or by name.

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.

Instalar

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.

Instalar

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.

Instalar
Casos de uso

Resumen de Subagents

README no disponible. Visita el repo en GitHub para la documentación completa.
agentagent-authagent-authenticationagent-indentityagent-scalingagentic-aiaiai-backendaiagentanthropiccloud-nativegenaigokubernetesllmmultiagentmultiagent-systemspythonragtypescript

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.

Featured on ClaudeWave: Agent-Field/agentfield
[![Featured on ClaudeWave](https://claudewave.com/api/badge/agent-field-agentfield)](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