Quick Guides
Eleven things you can do with AgentField that no other agent framework ships out of the box.
Eleven capabilities that come built into AgentField. Each guide is a single composed snippet — copy it, run it, see the wow.
Cryptographic receipts for every AI decision
Every reasoner produces a signed, offline-verifiable record of what ran.
Multi-step human approval that survives restarts
Pause an agent for a human, crash the server, resume where it left off.
Trigger agents from GitHub, Stripe, Slack, or any custom webhook
Bind a reasoner to an external event source — signed and replay-safe.
Orchestrate Claude Code, Codex, and Gemini alongside your agents
Dispatch coding agents as workers — typed output, cost caps.
A/B test agent deployments
Run two versions of an agent side by side and split traffic between them.
Access control between agents
Allow or deny cross-agent calls down to the function and argument level.
Trigger agents on memory changes
One agent writes, another agent's reasoner fires — pattern-matched, cross-scope.
Agent discovery — MCP-style for agents calling agents
Live registry of agents the LLM can pick from at runtime.
Signed audit chain for any workflow
Every step in a multi-agent workflow becomes a signed credential, exportable.
Multimodal agents — vision, image, and audio in one pipeline
One agent that takes images in and generates images, audio, or video out.
Replace API keys with agent identity
Sign outbound calls with your agent's DID — partners verify with a public key.