ai agent
lifectl ai agent pull
Download the latest version of an agent from the registry and extract it to ~/.lifectl/agents/<name>/<version>/. Updates the local registry at ~/.lifectl/agents/registry.json.
Synopsis
lifectl ai agent pull <name>
Arguments
| Argument | Type | Required | Description |
|---|---|---|---|
| <name> | string | Required | Agent name, optionally scoped with a namespace (e.g. my-agent or myorg/my-agent) |
Examples
Pull the latest version of an agent
lifectl ai agent pull my-agent
Pull a scoped agent
lifectl ai agent pull myorg/my-agent