The open packaging standard for AI agents. One .agent file. Any framework. Any runtime. With a trust score that proves the manifest is honest.
npm has package.json. Python has wheel metadata. Docker has inspectable layers. An AI agent with access to your production database ships as a folder of files with nothing.
A single portable archive. Four components. Everything a runtime needs to verify an agent before executing it.
A self-reported manifest says what the developer wrote. The trust score runs actual analysis against the code and produces a score based on evidence — not claims.
Terminal. Python SDK. REST API. Browser UI. Every interface for every workflow.
One .agent file. Email it, drop it in a CI pipeline, upload to a registry. Travels without a git repo attached.
CoreThe only packaging format that analyzes whether the manifest matches the code. 0–100, four levels, honest by design.
UniqueCryptographic authorship. Recipients verify before they run anything. A .sig file travels with the package.
CoreFull AST for Python, Node.js, TypeScript. Pattern-based for Go and Java. Structural packaging for any language.
Coreagent diff shows exactly what changed between any two .agent files — manifest, capabilities, trust score delta.
CorePackage and certify without a terminal. REST API for CI/CD. agent serve starts both on localhost.
v0.2LangGraph, CrewAI, AutoGen, OpenAI SDK, custom Python, Go, Java. The format doesn't care how you built it.
OpenCore packaging needs only five Python packages. Level 3 needs an LLM key. Level 4 needs Docker. Everything else works offline.
Coreagent generate analyzes your code and produces manifest.yaml with REVIEW markers on fields it couldn't determine automatically.
CoreThe .agent format doesn't care how you built your agent. Package it from anything, run it anywhere.
The spec is CC BY 4.0 — implement it, fork it, build registries on top of it. The CLI and SDK are MIT. The goal is an ecosystem, not a product monopoly.
The .agent format is to AI agents what .whl is to Python packages. A portable, self-describing, verifiable unit anyone can implement.