Agentfield
Agentfield provides a control plane for building, deploying, and operating autonomous AI agents as production-grade microservices. It gives every agent a cryptographic identity (DID) and issues verifiable credentials for tamper-proof audit trails, while exposing auto-generated APIs and runtime observability. The platform supports long-running asynchronous workflows, secure inter-agent communication, zero-config shared memory, and built-in deployment primitives to run agent fleets at scale.
- Agents as microservices — Write reasoners and skills as typed functions; each becomes an auto-generated REST API endpoint and OpenAPI spec.
- Cryptographic identity & verifiable credentials — Each agent receives a DID and every execution can produce a signed verifiable credential for audit and compliance.
- Async execution & webhooks — Support for long-running tasks (hours/days) with async execution models and webhook callbacks for completion events.
- Secure inter-agent calls — Built-in, identity-verified ctx.call-style RPC with automatic discovery and load balancing between agent instances.
- Shared memory & vector search — Zero-config distributed memory fabric with semantic/vector search capabilities to share context across agents.
- Observability & production operations — Auto-generated health probes, metrics, retry policies, webhooks, and workflow DAG tracing out of the box.
- Multi-language SDKs and real-time APIs — Python, TypeScript, and Go SDKs plus REST, WebSocket, and Server-Sent Events for streaming and real-time progress updates.
Get started by cloning or installing the source, using a provided SDK to define an agent function, and deploying the agent node (container/Kubernetes-ready). Call agents via the generated REST endpoints or SDKs, monitor workflows and audit trails, and extend with custom webhooks and integrations.
Agentfield Tool Discussions
No discussions yet
Be the first to start a discussion about Agentfield
Stats on Agentfield
Pricing and Plans
Open Source (Apache 2.0)
Self-hosted open-source distribution under the Apache 2.0 license; suitable for development and production deployments.
- Full source code and ability to self-host
- Python, TypeScript, and Go SDKs
- Community support and CLI tooling
Integrations
Features
- Auto-generated OpenAPI endpoints for each agent
- Cryptographic DIDs and verifiable credentials for every execution
- Long-running async workflows with webhook callbacks
- Zero-config distributed shared memory with vector search
- Automatic service discovery, routing, and load balancing
- Python, TypeScript, and Go SDKs plus REST and real-time APIs
- Production-ready probes, retries, metrics, and DAG tracing
- Open source (Apache 2.0) with CLI tooling