Agent Systems
How the pieces of an agent fit together and stay reliable
Sort: Recently updated
Architecture
The scaffolding around a model that makes it dependable
· Doc version 1.0
Sandboxing
Running the code an agent writes or pulls in inside an isolated environment — stopping destructive commands, secret leaks, and runaway resource use while still proving the code actually works
sandbox isolation security containers
· Doc version 1.0
Harness Engineering
Wrapping an LLM in scaffolding — a control loop, tools, a sandbox, guardrails, and evaluation — so it behaves reliably in production.
harness reliability architecture
Tools & Capabilities
What an agent can actually reach for and do