packages/ for the agent and a pnpm workspace under web/ for the Qredence UI. You only need the second one if you want the web app.
Requirements
Check them:
Install the agent
~/.prime/agent/kernel-venv/. Set PRIME_AGENT_KERNEL_PYTHON to point at an existing Python environment if you’d rather manage it yourself. See Configuration.
Run it:
Install the web app
127.0.0.1 only. It is local-first and has no multi-user auth — see Security before exposing it beyond localhost.
Where things live
Fleet Prime Agent stores everything under~/.prime/agent/:
auth.json(mode0600) — provider API keys and OAuth credentialssessions/— session transcriptslogs/— daemon and agent logskernel-venv/— the managed Python environment for IPython
Verify the install
doctor inspects the daemon, kernel, auth store, and web bridge, and fixes anything it can. See Monitoring for the rest of the diagnostic commands.
Next steps
Quickstart
Run your first agent turn.
Providers and models
Sign in a provider and pick a model.