TheDocumentation Index
Fetch the complete documentation index at: https://docs.litellm-agent-platform.ai/llms.txt
Use this file to discover all available pages before exploring further.
lap CLI talks to a running LAP instance. If you havenβt deployed one yet, see Installation.
First time? Install the CLI:
1. Log in
MASTER_KEY when prompted. Saved to ~/.lap/config.json.
2. Open an agent
lap spins up a Kubernetes-sandboxed pod running NousResearch/hermes-agent in --tui mode (the Ink-based interactive UI), attaches your local terminal to its TTY over a WebSocket, and drops you straight in.
The harness routes Hermes through your LiteLLM gateway by mapping LITELLM_API_BASE / LITELLM_API_KEY β OPENAI_BASE_URL / OPENAI_API_KEY at boot β so Hermes talks to your gateway as if it were OpenAI direct, including for non-OpenAI providers.
Hermes persists state under ~/.hermes/ (sessions, memories, skills) inside the podβs writable filesystem. State does not survive across fresh lap sessions.
Press Ctrl-D to detach β the session stays alive for 24h.
Creating an agent
If youβre setting up the platform, create a Hermes agent first. In the UI choose hermes from the Harness picker and pick a model, or via API:hermes model to switch on the fly.