For the complete documentation index, see llms.txt. This page is also available as Markdown.

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 steps

  • requirements.txtkyvvu dependency

  • .env.example — environment variable template

  • .gitignore — standard Python gitignore

  • README.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

Last updated