Installation
Package Installation
# npm (recommended)
npm install -g @agentic-work/agenticode
# yarn
yarn global add @agentic-work/agenticode
# pnpm
pnpm add -g @agentic-work/agenticodeRequirements
Node.js: 20 or higher
LLM Provider: Ollama (local) or AgenticWork API key
Provider Setup
Option 1: Ollama (Local, Free)
Install Ollama from ollama.ai, then pull a model:
AgentiCode will auto-detect Ollama at http://localhost:11434.
Option 2: AgenticWork API
Get an API key from the AgenticWork platform and set it:
Verification
The setup wizard will guide you through:
Detecting available providers
Selecting an Ollama host (if using local)
Choosing a model
Updating
Troubleshooting
Command not found
Ensure npm global bin is in your PATH:
Ollama not detected
Ensure Ollama is running:
ollama serveCheck the default URL:
curl http://localhost:11434/api/tagsSpecify a custom URL:
agenticode -o http://your-host:11434
API authentication failed
Verify your API key is set correctly
Check the endpoint URL
Ensure your key has not expired
Last updated