๐Ÿšง Working Draft โ€” agentrc v0.1 is an evolving specification draft, not a finished standard. Expect breaking changes. Changelog โ†’
View Markdown

Compatible runners

A runner executes an agentrc package. agentrc itself is not the runner.

Runner examples

Conformance principle

A runner may claim conformance only to the profiles it implements.

Profile Runner must do
Core parse Agentfile and reject unknown required directives
Security enforce declared boundaries or fail closed
Package consume agentrc package metadata and lockfile
Tool projection expose declared tools through the specified surface
Audit emit required audit records

The key boundary

agentrc defines what must be true. Runners decide how to make it true.

This lets AWS, Google, Docker, gVisor, Firecracker, microsandbox, and local runners implement their own execution layer without owning the portable agent declaration format.