Agents
Apps.
App registry — a catalog of installable apps that compose agents, skills, tools, and templates.
- STATUS
- Testnet
- CRATE
- tenzro-agent-kit
- STABILITY
- Beta
- TYPE
- Component
01
Model
An app is a manifest declaring the agents to spawn, skills to enable, tools to register, and payment rails to wire. Installation runs the manifest against the user's identity.
02
CLI
tenzro app list
tenzro app install --id <app_id>
tenzro app status --id <app_id>03
Discovery
Apps surface through the agent marketplace and the desktop app. Discovery includes creator DID, reputation, and required capabilities.
Related