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