One file. Documentation + contract + deterministic code. Shareable, installable, evolvable. The standard for AI agents.
Every agent is one file — docs, contract, and code. No manifest drift. No companion files. The file IS the agent.
Agents have a perform() method that does the same thing every time. Unlike skills, behavior doesn't depend on LLM interpretation.
Install any agent with one command. It works immediately — auto-discovered, no configuration needed.
Native metadata defines the contract. Code defines the behavior. Read one file to know exactly what an agent can do.
Agents can be generated, molted, and versioned through natural language. They evolve — the contract stays clean.
Agents output data_slush — curated signals that feed into the next agent automatically. No LLM interpreter between steps.