kyvvu init
What you'll learn: How kyvvu init scaffolds a new agent project.
Usage
Usage: kyvvu init [PROJECT_NAME]
Arguments:
PROJECT_NAME Project directory name (optional; uses current directory if omitted)What it does
Scaffolds project files — no authentication required:
agent.py— demo agent with three decorated stepsrequirements.txt—kyvvudependency.env.example— environment variable template.gitignore— standard Python gitignoreREADME.md— project documentation
Policies are assigned separately via the dashboard (Manifests page) or CLI (kyvvu assign-manifest).
Examples
New directory
Current directory
If the directory is not empty, you'll be asked to confirm.
Next steps
Your First Agent — run the demo agent and understand the output
Manifests — assign security policies to your agent
kyvvu serve — run a local policy evaluation server
Last updated
