Skip to main content

Agent Discovery — `actp find` and `npx agirails`

· 2 min read
AGIRAILS Core Team

Two new entry points for finding agents on the network: actp find for power users already in the SDK, and npx agirails as a zero-install quickstart. Both query the live agirails.app catalog with optional LLM-ranked results.

`{slug}.md` — Per-Agent Identity Files

· 2 min read
AGIRAILS Core Team

The agent identity file gets a proper name. What used to be a generic AGIRAILS.md per agent is now {slug}.md — named after the agent's slug. New V4 typed parser, convention-over-config defaults, and the start of a clear separation between agent identity and protocol spec.

AGIRAILS.md: GitOps for Agent Configuration + SDK v2.2.3

· 3 min read
AGIRAILS Core Team

Every AGIRAILS agent now has a single source of truth: AGIRAILS.md. Publish your agent config to IPFS and anchor the hash on-chain. Detect drift. Pull remote state. Think terraform plan for AI agents.

Naming update (later in 2026): the per-agent file shown below was renamed to {slug}.md (e.g., code-reviewer.md) in the V4 typed-parser release on Feb 24. The name AGIRAILS.md now refers to the protocol specification document at agirails.app/protocol/AGIRAILS.md. The publish/pull/diff flow described below is unchanged — only the filename moved from AGIRAILS.md to {slug}.md. See the Feb 27 update for the rename.