# Agent-Unleashed (agt-ul) > The 24/7 Universal AI Agent Operating System & Gateway written in Pure Go (<15MB RAM). ## Overview Agent-Unleashed (`agt-ul`) multiplexes local AI CLI developer tools (Google Antigravity `agy`, Anthropic Claude Code `claude`, OpenAI Codex `codex`, Aider `aider`, and local offline Ollama) into a unified, 24/7 autonomous daemon with zero API key billing. ## Core Capabilities - **Local CLI Multiplexing:** Harnesses already-authenticated local CLI sessions (`agy auth login`, `claude`, `codex`) to execute agentic tasks without cloud per-token charges. - **Palace-Mnemosyne Cognitive Memory:** 3-tier spatial Loci hierarchy (Wings -> Rooms -> Drawers) with Ebbinghaus forgetting decay ($R = e^{-\lambda \Delta t}$) and pure Go SQLite FTS5 hybrid search. - **Lossless Context Management (LCM):** Directed Acyclic Graph (DAG) context compression with permanent verbatim SQLite message ledger (`lcm_messages`) and lossless past recovery (`lcm_grep`, `lcm_describe`, `lcm_expand`), eliminating context rot. - **Auto-Compiled LLM-Wiki:** Self-maintaining interlinked Markdown knowledge graph in `.agents/wiki/` that continuously summarizes architectural decisions on task completion. - **24/7 In-Process Cron Automations:** Goroutine-backed 5-part cron engine for unattended background checks. - **Multi-Channel Gateways:** Telegram Bot with inline interactive approval buttons, Discord Bot pairing, bidirectional WebSocket streaming (`ws://127.0.0.1:8080/ws`), and high-performance REST APIs (`http://127.0.0.1:8080`). - **Rich Terminal Themes:** Built-in ANSI TrueColor theme engine supporting 6 color palettes (`kinetic`, `dracula`, `matrix`, `catppuccin`, `nord`, `amber`). - **Self-Healing & Diagnostics:** Built-in 10-point system doctor (`agt-ul doctor --fix`) and self-compiling updater (`agt-ul update`). ## Quickstart & Installation - **Windows (PowerShell):** `irm https://agent.subimpact.net/install.ps1 | iex` - **macOS / Linux / Termux:** `curl -fsSL https://agent.subimpact.net/install.sh | bash` - **Build from Source:** `git clone https://github.com/subimpact/agent-unleashed.git && cd agent-unleashed && go build -o agt-ul.exe .` ## Links & Documentation - **Official Website:** https://agent.subimpact.net - **GitHub Repository:** https://github.com/subimpact/agent-unleashed - **Beginner's Guide:** https://github.com/subimpact/agent-unleashed/blob/main/docs/NON_TECHNICAL_BEGINNERS_GUIDE.md - **CLI Setup Guide:** https://github.com/subimpact/agent-unleashed/blob/main/docs/CLI_INSTALLATION_GUIDE.md - **Architecture Spec:** https://github.com/subimpact/agent-unleashed/blob/main/docs/ARCHITECTURE.md - **Lossless Context Management Spec:** https://github.com/subimpact/agent-unleashed/blob/main/docs/LOSSLESS_CONTEXT_MANAGEMENT.md - **Sponsor / Buy Me A Coffee:** https://buymeacoffee.com/subimpact