Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

akshi builder

Generate agents from specifications and manage local models.

Synopsis

akshi builder-generate <spec> [OPTIONS]
akshi builder-verify <manifest>
akshi verify-model <model>
akshi install-model <model>
akshi list-models
akshi remove-model <model>

Description

  • builder-generate — Generate an agent project from a declarative spec file.
  • builder-verify — Verify a generated agent manifest for correctness.
  • verify-model — Check integrity of a locally installed model.
  • install-model — Download and install a model for local inference.
  • list-models — List all locally installed models.
  • remove-model — Remove a locally installed model.

Options

CommandOptionDefaultDescription
builder-generate--output_dir./Directory for the generated project

Examples

Generate an agent from a spec:

akshi builder-generate agent-spec.yaml --output_dir ./generated

Verify the generated manifest:

akshi builder-verify ./generated/manifest.json

Install and list models:

akshi install-model llama-3-8b
akshi list-models

Remove a model:

akshi remove-model llama-3-8b