polaris-agent
v1.1.0
Published
✦ Polaris Agent — Navigate Complexity with AI. Autonomous Agent Framework with OODA Loop, MCP, A2A.
Maintainers
Readme
✦ Polaris Agent — npm Package
This is the npm distribution wrapper for Polaris Agent.
It bootstraps the Python package and provides the polaris CLI command.
The real package lives at: polaris-agent on PyPI
Install
npm install -g polaris-agentThis will:
- Check for Python 3.11+
- Run
pip install polaris-agent - Link the
polariscommand globally
Uninstall
npm uninstall -g polaris-agentThis will:
- Run
pip uninstall polaris-agent - Ask whether to keep your config/data (
~/.polaris/) - Clean up shell PATH entries
Usage
polaris init # First-time setup
polaris # Start interactive agent
polaris "prompt" # Single-shot mode
echo "..." | polaris # Pipe modeAlternative Install Methods
# PyPI (direct)
pip install polaris-agent
# pipx (isolated)
pipx install polaris-agent
# Docker
docker run -p 8000:8000 -e OPENAI_API_KEY=sk-... ghcr.io/zbcxy/polaris-agent:latest
# curl one-liner
curl -sSL https://raw.githubusercontent.com/ZBcxy/polaris-agent/main/install.py | python3License
Apache 2.0 — see main repo
