@qredence/fleet
v0.5.11
Published
Fleet Prime: local web interface and launcher for the pinned Prime Agent runtime
Downloads
776
Maintainers
Readme
@qredence/fleet
Fleet Prime Agent is Qredence's persistent local workspace for coding and research with AI: a multi-project web chat built on the upstream Prime Agent engine. The engine is installed as a checksum-pinned dependency and never modified; Fleet adds the web interface, workspace navigation, streaming tool cards, and managed IPython kernels.
Install
Requires Node.js 22.12.0 or later. Python 3.10 or later is needed for the managed IPython kernel. The package supports macOS and Linux; Windows is not supported.
npm install -g @qredence/fleetUse
Run the launcher from the project directory you want the agent to work in:
cd /path/to/your/project
fleet-agentOpen the local URL the launcher prints. On first use, add a provider in
Settings → Providers (or run /login) and choose a model in the composer.
fleet-prime is an alias for the same launcher, and fleet-agent agent
exposes the upstream Prime Agent CLI.
Release support
The package is built and verified as a packed npm artifact by CircleCI. See the repository's release guide for the Changesets flow, trusted publishing, and rollback procedure.
Learn more
License
MIT — see LICENSE. The upstream Prime Agent engine keeps its own license; this package consumes it as a pinned dependency.
