Skip to main content

A command-line interface for managing LlamaDeploy projects and deployments

Project description

llamactl

llamactl is the CLI for developing LlamaAgents apps locally and managing their LlamaCloud deployments.

For the full guide, see the LlamaAgents llamactl docs.

Installation

Install globally with uv:

uv tool install -U llamactl

Or pin it to a project:

uv add --dev llamactl

Quick Start

Create or select an auth profile:

llamactl auth login

If browser login is not available, use an API key:

llamactl auth token --api-key "$LLAMA_CLOUD_API_KEY" --project "$LLAMA_AGENTS_PROJECT_ID"

Scaffold and run an app:

llamactl init
cd my-app
llamactl serve

Create a cloud deployment:

llamactl deployments create

Inspect it and stream logs:

llamactl deployments get
llamactl deployments get NAME
llamactl deployments logs NAME --follow

For declarative deployments:

llamactl deployments template > deployment.yaml
llamactl deployments apply -f deployment.yaml

Command Groups

  • llamactl auth: log in, create API-key profiles, and switch profiles.
  • llamactl environments: list, add, inspect, and switch LlamaCloud API environments.
  • llamactl projects: list and select projects.
  • llamactl organizations: list organizations.
  • llamactl deployments: create, apply, edit, update, inspect, delete, roll back, and stream deployment logs.
  • llamactl init: create a new LlamaAgents project from a starter template.
  • llamactl serve: run the local app server and optional frontend dev server.
  • llamactl pkg: generate container build files for self-hosted deployments.
  • llamactl completion: generate or install shell completions.
  • llamactl agentcore: run or export AgentCore apps.

Configuration

llamactl auth login and llamactl auth token create local auth profiles. A profile stores the active API environment, project, and credential used by deployment commands.

For CI and other non-interactive environments, set env vars instead of using a profile:

export LLAMA_CLOUD_API_KEY="llx-..."
export LLAMA_AGENTS_PROJECT_ID="project-id"

LLAMA_CLOUD_BASE_URL can point the CLI at a non-default environment. When both LLAMA_CLOUD_API_KEY and LLAMA_AGENTS_PROJECT_ID are set, env var auth takes precedence over the stored profile for cloud commands. Many commands also accept --project to override the active project for that invocation.

Shell Completion

Install completions for your current shell:

llamactl completion install

Or print a completion script:

llamactl completion generate zsh

Requirements

  • Python 3.12+
  • uv for project dependency management
  • git for cloud deployments

License

MIT

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

llamactl-0.10.0.tar.gz (78.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

llamactl-0.10.0-py3-none-any.whl (104.2 kB view details)

Uploaded Python 3

File details

Details for the file llamactl-0.10.0.tar.gz.

File metadata

  • Download URL: llamactl-0.10.0.tar.gz
  • Upload date:
  • Size: 78.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.11 {"installer":{"name":"uv","version":"0.11.11","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for llamactl-0.10.0.tar.gz
Algorithm Hash digest
SHA256 f43a1d1999f3ba85abed88632b4aeff86dc996d3f0c8cda8df363e143235e63b
MD5 5f47ce3fc355b90eda793c829a6c320b
BLAKE2b-256 1623b8111c8ae8b17b75ed3dfd00c6375ebe5a90c67f047c82f2cfb484739819

See more details on using hashes here.

File details

Details for the file llamactl-0.10.0-py3-none-any.whl.

File metadata

  • Download URL: llamactl-0.10.0-py3-none-any.whl
  • Upload date:
  • Size: 104.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.11 {"installer":{"name":"uv","version":"0.11.11","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for llamactl-0.10.0-py3-none-any.whl
Algorithm Hash digest
SHA256 a6706a95488f7699183061e760926ef9119cd2217d95c8d55a32211692547e6e
MD5 8096c33e95201317be33265ef193a3f3
BLAKE2b-256 1690788b6195d9eb63c176d432d191a28f1e471bb8209e927d63656b4860014d

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page