Learn how to create and publish your agents to the Compozy registry.
deno.json
file configures your development environment and build process:compile
task is required in your deno.json
file. Compozy uses this task to compile your agent into a platform-specific binary during the publishing process.manifest.yaml
defines your agent’s metadata, configuration, and action schemas. Here’s a comprehensive example:
type
field is required and must be set to agent
. For Python projects, set main: src/main.py
instead of src/index.ts
.Prepare Your Repository
Validate
Version and Release
v1.0.0
)Build and Distribution
Submit to Registry