Skip to content

CLI

Inspect a tactic:

lllm inspect examples.echo_service.tactics:build_tactic --json

Serve a tactic:

lllm serve examples.echo_service.tactics:build_tactic --port 8000

Create a project:

lllm create plain my-tactic
lllm create pydantic-ai my-agent-service
lllm create native my-native-demo

The create command scaffolds a runnable tactic/service project. Package metadata is prepared later with PsiHub.