Local AI Agent Kit
Agents without the API bill.
Cloud agent frameworks bill per call and send your tasks to a vendor. This kit runs a planner + 3 worker agents on your own Ollama — same multi-step automation, zero per-call cost, zero data leaving your drive.
€49 once, not a per-call bill
Every agent call hits YOUR Ollama. No OpenAI key, no per-call fee, no per-token charge. Compare that to a cloud agent framework that bills you on every run and routes your tasks through their servers.
The 4 agents
- 1 · Planner — splits your goal into ordered subtasks
- 2 · Researcher — gathers facts/context per subtask
- 3 · Writer — drafts the deliverable from research
- 4 · Validator — scores output vs goal; flags if under threshold
What's inside
- 📄 The Guide (24-page PDF) — architecture, the 4 agents, 4-step run guide, hardware, troubleshooting
- ⚙️ orchestrator.py — runs all 4 agents on your Ollama
- ⚙️ 4 agent prompts — planner/research/writer/validator .md, fully editable
- ⚙️ .env.example — host + model — fill yours
- 📊 XLSX (2 tabs) — agent index + hardware matrix
- 🖨️ Cheatsheet (2-page PDF) — 1-page run ref
Hardware needs (honest)
- 8GB VRAM — works, slow; qwen3:8b, minutes per step
- 16GB VRAM — smooth (recommended)
- 24GB VRAM — fast; parallel agents
Your data stays on your machine
Every agent call hits YOUR Ollama. Goals and outputs never leave your drive. No OpenAI key, no per-call fee, no data-leak risk.
One-time price · no subscription · editable · unwatermarked
€49 once, free to run. Each agent's prompt is a file you tune. Nothing is paywalled, nothing is watermarked. This is the agent pattern Operator Co runs — no cloud call in sight.
Who this is for
Freelancers/agencies who want agent automation without the per-call bill or the data-leak risk. You'll run Ollama (free).
Who it's NOT for
People who want a hosted agent SaaS. This is self-hosted by design.
Why trust this?
This 4-agent pattern (plan -> research -> write -> validate) is how Operator Co turns a brief into a drafted deliverable without a single cloud call. The orchestrator and prompts are the real ones, trimmed of our paths.