Skip to content

Hollow

v3.0.0 Feature

This release adds 3 notable features for engineering teams evaluating rollout.

✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Summary

AI summary

Fully autonomous agent with continuous self‑improvement ready for deployment.

Full changelog

Phase 4 COMPLETE: Fully Autonomous Agent

AgentOS now has a single agent that can think, act, learn, extend itself,
and improve continuously—all without human intervention.

What This Agent Can Do

Autonomous Reasoning & Execution

  • Receives intent → reasons autonomously → selects best capability → executes
  • Tracks execution outcomes for continuous learning
  • Success rates inform future reasoning decisions

Goal Pursuit

  • Set long-term goals that persist across sessions
  • Pursues goals indefinitely with automated steps
  • Handles multiple goals simultaneously with priority-based focus

Capability Gap Detection & Synthesis

  • Detects when no capability matches intent
  • Automatically generates new capabilities
  • Autonomously tests synthesized capabilities
  • Proposes to quorum for multi-agent approval
  • Deploys approved capabilities immediately

Continuous Self-Improvement

  • Observes patterns in execution history
  • Identifies underperforming capabilities (< 70% success)
  • Proposes optimizations automatically
  • Deploys improvements without human review

Learning & Adaptation

  • Every execution outcome is recorded as embedding
  • Success/failure patterns inform future decisions
  • Observed patterns drive synthesis and optimization proposals
  • Agent gets better, faster, more capable over time

Complete Integration Example

Agent spawned with goal: "maintain system health"
  ↓ autonomy.execute_step()
    ↓ reason: "health_check" best matches goal
    ↓ execute: run capability, measure success
    ↓ learn: record outcome
  ↓ repeat autonomously
  ↓ observe patterns
    ↓ find: "alert_user" capability fails 40%
    ↓ propose: cache alerts before sending
    ↓ deploy: success rate improves to 95%
  ↓ detect gap: no "escalate" capability
    ↓ synthesize: email_escalator capability
    ↓ test: 85% pass rate
    ↓ quorum: 3/3 agents approve
    ↓ deploy: available immediately
  ↓ continue autonomously indefinitely

Architecture

All systems operate in pure embedding space:

  • No JSON, REST, or symbolic translation
  • Intents → semantic vectors
  • Capabilities → semantic discovery
  • Goals → embedding-space objectives
  • Learning → 768-dim embedding outcomes
  • Improvements → semantic optimization descriptions

Phase 4 Completion

54/54 Integration Tests Passing (100%)

  • v2.6.0: Execution Engine + Reasoning Layer (19 tests)

    • Capabilities dispatch and execute
    • Reasoning selects best capability from intent
  • v2.7.0: Autonomy Loop (9 tests)

    • Goal pursuit with repeated execute-step cycles
    • Progress tracking and goal completion detection
  • v2.8.0: Self-Modification (15 tests)

    • Gap detection and synthesis
    • Autonomous testing of new capabilities
    • Quorum-based approval mechanism
    • Runtime deployment
  • v2.9.0: Self-Improvement Loop (9 tests)

    • Pattern observation from execution history
    • Optimization proposal for underperformers
    • Continuous improvement cycle
  • v3.0.0: Complete Autonomous Agent (2 end-to-end tests)

    • Full integration validation
    • Multi-goal orchestration

What Makes This Different

| | Traditional Frameworks | AgentOS v3.0.0 |
|---|---|---|
| Autonomy | Tool use only | Full agent autonomy |
| Goals | Human-defined tasks | Agent-set persistent goals |
| Learning | Context window only | Persistent semantic memory |
| Adaptation | Static capabilities | Autonomous synthesis + deployment |
| Improvement | Human-driven | Automatic self-optimization |
| Control | Requires human prompting | Fully autonomous execution |

Cumulative Achievement

Phase 1: Kernel Primitives      (v0.7.0-v1.2.0)  ✅ Complete
Phase 2: Agent Services         (v1.3.0-v1.3.7)  ✅ Complete  
Phase 3: Cognitive Infrastructure (v2.0.0-v2.5.0) ✅ Complete (178 tests)
Phase 4: Agent Autonomy         (v2.6.0-v3.0.0)  ✅ Complete (54 tests)
         ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
         Single Autonomous Agent Ready

Phase 5: Distributed Autonomy   (v3.1.0-v3.5.0)  🔮 Planned
         Multi-node agent mesh, swarm cognition

Next: Phase 5

Ready to scale to Distributed Autonomy (v3.1.0-v3.5.0):

  • Multi-node communication in embedding space
  • Distributed consensus and governance
  • Agent migration and load balancing
  • Swarm coordination and collective reasoning
  • Emergent capabilities from multi-agent interaction

Weekly OSS security release digest.

The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.

No spam, unsubscribe anytime.

Share this release

Track Hollow

Get notified when new releases ship.

Sign up free

About Hollow

All releases →

Related context

Earlier breaking changes

  • v5.7.32 Web dashboard removed; operator panel is canonical UI

Beta — feedback welcome: [email protected]