Skip to content

CLI

Command-line interface for the Cognitia agent framework.

CLI App

cli

cli(ctx: Context, fmt: str) -> None

Cognitia -- AI Agent Framework CLI.

Init Command

init_command

init_command(name: str, runtime: str, memory: str, full: bool, output: str | None, force: bool) -> None

Scaffold a new Cognitia agent project.

NAME is the project directory name (e.g. my-agent).

Examples:

 cognitia init my-agent cognitia init my-agent --runtime claude --memory sqlite cognitia init my-agent --full