🚧 Working Draft — agentrc v0.1 is an evolving specification draft, not a finished standard. Expect breaking changes. Changelog →
View Markdown

agentrc CLI

Coming soon

A first-class command-line interface for agentrc is in progress. It will let you create, validate, lock, build, sign, inspect, and publish agents straight from the terminal.

Coming soon. The agentrc CLI is not released yet. The specification, schemas, and examples on this site are the source of truth today — the CLI will implement them.

What it will do

Command Purpose
agentrc init Scaffold a new Agentfile.
agentrc lint Validate an Agentfile against the Core profile and warn on risky declarations.
agentrc lock Resolve dependencies and write agentrc.lock.
agentrc build Produce an OCI-compatible agent package.
agentrc inspect Show declared tools, mounts, hosts, secrets, SOPs, and policy before running.
agentrc sign / verify Sign and verify packages and provenance.
agentrc push / pull Publish to and fetch from an OCI registry.

In the meantime