Filesystem
read_filewrite_fileedit_filedelete_filelist_directorysearch_files
OWL CODE is not a chatbot that suggests snippets. It is a terminal agent with an explicit engineering loop — and a built-in self-improvement architecture designed to grow toward more capable autonomous software work.
Private repository. Access for verified buyers. 33 tools · 8 skills · multi-provider (incl. Ollama).
OWL CODE is designed as a self-aware, self-modifying, self-improving software agent. The core value is the growth loop: inspect itself, propose improvements, apply changes under permissions, verify with tests, persist patterns and goals — then reuse that learning across projects.
Buying the engine means optionality. Run it as the backbone of an AI software company, offer agentic engineering as a service, or embed it via the Connector API. Pair it with cloud models or a full local stack (Ollama) and you own the runtime, the tools, and the improvement loop — not a rented chat session.
Ship a branded engineering agent on top of OWL CODE’s loop, tools, and memory.
Deliver multi-project automation with shared learning and permissioned execution.
Same agent loop against local models — a complete stack without a single cloud vendor lock-in.
Vision (not a present capability claim): with sufficient infrastructure (compute, models such as Ollama, and operational controls), the same self-improvement architecture is intended to scale toward stronger autonomous behavior. Today the product ships a completed AGI seed roadmap (11/11 phases as documented) — not a claim of human-level AGI or ASI.
The gap
Real software work needs repository understanding, inspection, planning, controlled edits, test runs, verification, and a clear report — plus a path for the system to get better over time. OWL CODE is built around that loop and around self-improvement as a first-class capability.
Core architecture
UNDERSTAND → INSPECT → PLAN → EXECUTE → TEST → VERIFY → REPORT.
Bounded by max_iterations. Early stop if tests fail three times in a row.
Permission-audited. Workspace path sandbox enforced.
Task & context
Files, Git, stack
Concrete plan
Edits & commands
Run suite
Outcomes
Structured summary
AGI Self-Upgrading Roadmap
Documented in AGI_ROADMAP.md. This is the growth tree the product was built around —
from foundation engineering to autonomy & agency. Presented as an architecture milestone,
not a claim that the system is already general intelligence.
self_inspect, own architecture, skillsself_improve, own source under safety constraintspropose_improvement, improvements backlogweb_search, web_fetch
Persistent artifacts: improvements.json, patterns.json, autonomy.json, evaluation.json.
Autonomous actions require user approval by design.
Capability surface
Every call is checked against READ / WRITE / EXECUTE / SYSTEM. Filesystem tools refuse paths outside the workspace root.
read_filewrite_fileedit_filedelete_filelist_directorysearch_filesexecute_commandrun_testsgit_statusgit_diffgit_logdetect_project_typeweb_searchweb_fetchself_inspectself_improvepropose_improvementreview_improvementsself_verifyrun_improvement_loopself_evaluatecreate_plantrack_planview_planstore_patterngeneralizeview_patternsset_goalreview_autonomyself_actdelegate_tasklist_agentssystem_infolist_desktoporganize_foldersearch_systemdatetime_utilProviders
Same agent, different backends. Ollama for local models — no extra SDK beyond core requests.
Configure via env, user config, or project config.
Guidance & memory
PEP 8, reproducibility, stdlib-first.
Safe workflows; no force-push without request.
Reproduce → isolate → fix → verify.
Multi-agent task handoff.
Inspect, improve, propose, verify.
Flask, FastAPI, Express.
Ports, processes, folders.
Search + fetch external knowledge.
In-memory; cleared between sessions.
<workspace>/.owl_code/project_memory.json
User-level memory_file
Cross-project learning across workspaces.
Integration
cd /path/to/your/project
owl-code
owl-code --task "Fix the failing test" --workspace .
echo '{"task":"...","workspace":".","auto_approve":true}' | owl-code --task-json -
Functional: run_task, run_task_subprocess, run_from_stdin, serve_http.
Templates only (not production services): server.py, client.py, hub.py, delegate.py — see CONNECTOR.md.
docker compose up --build
# POST http://localhost:8765/task — demo remote submission, not hardened prod
Strategic
OWL CODE is available for acquisition. Private repository; access for verified buyers. You are not buying a thin wrapper around a single API — you are buying the loop, the tool registry, the permission model, the memory tiers, and the self-upgrade path.
Replace contact with the owner’s preferred channel when publishing.
An engineering agent that can inspect, change, test, and improve — under your control.
pip install owl-code · Python 3.10+