nexus-cortex
v4.38.0
Published
A headless, multi-provider AI agent harness. One install gives you the `cortex` CLI and HTTP server: npm i -g nexus-cortex.
Downloads
4,140
Maintainers
Readme
nexus-cortex
A headless, multi-provider AI agent harness — the one-command install.
npm install -g nexus-cortexThis installs the cortex CLI and HTTP server (@nexus-cortex/cli + @nexus-cortex/server). Then:
cortex "What is this project?" # the server auto-starts on first use
cortex agent --cwd ./proj "<task>" # one-shot autonomous agentAdd at least one provider key first — rename .env.example to .env and set e.g. ANTHROPIC_API_KEY.
Full docs, the REST API, and the embeddable library packages (@nexus-cortex/core, @nexus-cortex/executors) are in the main repository.
Apache-2.0 © Spitfire-Products.
