Skip to content

CLI commands

Generated command registry from the AQVEN Python package.

The command names and help text below come from aqven.cli.COMMANDS. Use uv run aqven COMMAND --help for the parser flags in the installed version.

CommandHelpAvailability
aqven newcreate a project from a template, install its environment with uv sync and generate its modelsAvailable
aqven checkcheck the project statically and simulate every flow without network or tokensAvailable
aqven generategenerate Pydantic models of all types and inference inputs and outputs into types.pyAvailable
aqven schemawrite JSON Schema of definition models to .aqven/schema/ for the editorAvailable
aqven treeall module entities by kind with file pathsAvailable
aqven refswhere an entity is defined, what references it and what it referencesAvailable
aqven fmtformat YAML canonicallyPending
aqven plansemantic diff against a release and gate statusPending
aqven buildbuild the module wheel with IRPending
aqven runrun a flow locally without a server and print run events as they appearAvailable
aqven devstart the project server, watch project files and open Studio in the browserAvailable
aqven studioalias of dev: start the project server, watch project files and open Studio in the browserAvailable
aqven serveproject server without a browser: Studio API, engine and MCPAvailable
aqven mcpMCP over stdio: connects to the project server or starts it in the background without a browserAvailable
aqven modelsmodel providers of the projectAvailable
aqven secretsevery secret the project declares, where it comes from and whether it is setAvailable
aqven promptprompts of llm nodesAvailable
aqven seriesrun a series of an experiment on the project server and wait for its verdictAvailable
aqven datasetsdataset files: turn blob media of cases into files next to the datasetAvailable
aqven skillsthe aqven skills and agent rules of a project for Claude Code and Codex outside StudioAvailable
aqven hookanswer one Claude Code hook event read from stdin with reminders for the agent; it never blocks a tool call; hooks: reminders, compactionAvailable

Pending commands are registered for future use but return not implemented; do not put them in automation. How to check a project before committing shows a working command sequence.