agent-unleashed v1.2.0
Zero API Keys • Pure Go • Local CLI Multiplexing

Autonomous Agents,
Unleashed.

Multiplex across Google Antigravity, Claude Code, Aider, and Ollama with spatial cognitive memory and live telemetry.

RAM Footprint < 15 MB
Cold Boot < 10 ms
Memory Decay e^-λt (Ebbinghaus)
API Key Cost $0.00 / mo
Live Dynamic Simulator

Interactive Multiplexer

ACTIVE DRIVER:
agent-unleashed — driver: agy (Google Antigravity)
IN-PROCESS REPL

================================================================================

🚀 AGENT-UNLEASHED (agt-ul) • PALACE-MNEMOSYNE RECALL

================================================================================

👤 You [agy] > Audit repository for CGO dependencies, replace with pure Go SQLite, and schedule nightly backup.

[🏛️ Recalled 2 Loci from Palace: Room:architecture & Room:preferences]

• [preference] User strictly avoids CGO for frictionless cross-platform static builds.

[⚡ Dispatching execution to Google Antigravity CLI Driver (agy)...]

🤖 Agent >

Verified codebase: Replaced all CGO SQLite bindings with pure Go `modernc.org/sqlite`. Registered autonomous background cron job 0 3 * * * (Nightly Database Check).

[✨ Self-Learning: Reinforced preference 'pure Go SQLite' in Room:preferences]

Context: 17,528 / 1,048,576 tok (98.3% free)
⏱️ 3.07s Driver: agy
Cognitive Architecture

Palace-Mnemosyne Memory

Unlike shallow vector stores that suffer from memory drift, Agent-Unleashed implements a spatial method-of-loci palace with mathematical Ebbinghaus cognitive decay: R = e^-λΔt.

Spatial Loci Hierarchy

Memories are stored inside structured Wings → Rooms → Drawers. Queries scope retrieval to specific semantic corridors, preventing hallucinations.

room:preferences • room:architecture

Spaced-Repetition Reinforcement

Frequently accessed facts reinforce their decay resistance, while transient noise naturally fades. Important architectural rules persist indefinitely.

Retention: 100% (Reinforced 14x)

Dialectic User Persona

Autonomous reflection hooks analyze conversation history to infer your evolving coding style, preferred paradigms, and communication tone.

Inspect via :profile
Systems Engineering

Unified Control Plane

Real-Time Streaming Gateways

Exposes high-performance typed WebSockets (ws://localhost:8080/ws) for Web UIs and IDE sidecars, a 24/7 Telegram Bot with interactive inline approval buttons ([✅ Approve] [⛔ Deny]), and Discord pair programming.

WebSocket (/ws) Telegram Bot Discord Gateway

In-Process Cron Engine

Background Goroutine scheduler with SQLite job persistence. Run unattended nightly audits, security scans, and status dispatches.

:cron add "0 4 * * *" "Security Audit"

Self-Healing Diagnostics

One-command health inspections (agt-ul doctor) and auto-repair (agt-ul doctor --fix). Self-updates via agt-ul update.

10-Point Subsystem Health Check

Progressive Skill Indexer

Injects 1-line YAML summaries into system prompts to save up to 90% context tokens. Install any skill directly from GitHub using the built-in package manager: agt-ul skill install <repo>.

Installed: taste-skill (design-taste-frontend)
Performance & Architectural Benchmark

Engineered to Outperform

Capability / Metric ⚡ Agent-Unleashed 🌐 OpenClaw 🧠 Hermes Agent
Core Footprint Pure Go (<15MB RAM) Node.js (~150MB) Python (~200MB)
Local CLI Multiplexing ✅ agy, claude, codex, aider, ollama ❌ API Keys Only ❌ API / Local vLLM only
Lossless Context (LCM) ✅ Native DAG + Verbatim Ledger ❌ Lossy Sliding Window ⚠️ Optional Plugin
Auto-Compiled LLM-Wiki ✅ Native Interlinked Markdown ❌ None ❌ None
Long-Term Memory ✅ Palace-Mnemosyne + Decay Basic Vector Store ✅ Honcho Dialectic
Live Context Telemetry ✅ Live Console Bar + :context ❌ None ❌ CLI logs only
24/7 Autonomous Cron ✅ In-Process 5-Part Cron ✅ External cron ✅ Agent cron
Prerequisites & Supported AI CLIs

Set Up Your Favorite CLI Tools

Agent-Unleashed multiplexes your local AI CLIs. You only need at least one installed to begin.

1. Install Google Antigravity CLI
npm install -g @google/antigravity-cli
2. Authenticate
agy auth login

Logs in with your Google account (Zero API Key billing required).

3. Verify
agy --version
Get Started in 10 Seconds

One-Line Global Install

Windows (PowerShell) RECOMMENDED
irm https://agent.subimpact.net/install.ps1 | iex
macOS / Linux / Termux
curl -fsSL https://agent.subimpact.net/install.sh | bash