Skip to content

Agentic 1.0.0

Choose a tag to compare

@sam1siam sam1siam released this 08 Sep 00:31
· 5 commits to main since this release

Agentic 1.0.0 is the stable release of the action-profile specification and developer tools.

The JSON profile, receipt format, schemas, generators, CLI, and protocol tools now share the 1.0.0 release. The optional agentic.txt index uses Agentic-Text: 1.0 and is generated from the authoritative JSON profile.

Install with Node 24 or newer:

npm install -g ruagentic@1.0.0
agentic init --origin https://your-service.example
agentic text agentic.json
agentic validate agentic.json openapi.json

The same CLI is attached with SHA-256 checksums. Use sam1siam/agentic@v1.0.0 for GitHub Actions. The updated agent skill is also attached.

This release updates all public product copy and retires the obsolete enrollment records from the current repository. Agent Auth verification uses /api/platform/auth-check; the browser recovery tool is run_recovery_simulation. The compatibility runner is npm run conformance -- --adapter integrations/node-reference.json.

For existing integrations, read the migration guide. New profiles and receipts use version 1.0.0 and the schemas at /schemas/agentic-1.0.schema.json and /schemas/receipt-1.0.schema.json. Preserve original contracts, clients, ledgers, and receipts for unfinished requests; do not repeat their writes or relabel historical evidence.

Validation: 31 tests passed without skips, including HTTP/SQLite/PostgreSQL recovery and official MCP, A2A and Agent Auth clients. All seven reference compatibility scenarios passed. Type checking, the complete site build, generated files, and local package installation were verified. The hosted ticket service and browser simulation use synthetic data; service integrations must enforce the specification's authorization, tracking and recovery requirements.

Website: https://ruagentic.org
Specification: https://ruagentic.org/docs/SPEC.md
Get started: https://ruagentic.org/adopt/