Package Exports
- @toni77777/ultron-ai
- @toni77777/ultron-ai/src/agent.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@toni77777/ultron-ai) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
ultron-ai
Personal coding agent. Groq-powered. Works in Windows CMD, Linux terminal, and Android Termux.
Install
npm i -g ultron-aiSetup API Key
Get a free key at console.groq.com → API Keys → Create
Windows CMD:
setx GROQ_API_KEY "your_key_here"Close and reopen CMD after this.
Linux / Android Termux:
echo 'export GROQ_API_KEY="your_key_here"' >> ~/.bashrc && source ~/.bashrcRun
cd your-project-folder
ultronUsage
Ultron ❯ build a login page
Ultron ❯ fix the bug in server.js
Ultron ❯ explain what this code does
Ultron ❯ add tests for the auth moduleUltron reads your project files, edits them directly, and runs commands — no copy-pasting.
Auto-picks the best model per task:
fix/debug/error→ DeepSeek R1 70B (reasoning)build/create/add→ Llama 3.3 70B (coding)explain/what/show→ Llama3 8B (fast)
Commands
/help list commands
/files show files Ultron can see
/memory show project memory
/exit quitRequirements
- Node.js 18+
- Free Groq API key