This release adds 4 notable features for engineering teams evaluating rollout.
Published 2mo
AI Agents & Assistants
✓ No known CVEs patched
✓ No known CVEs patched in this version
Summary
AI summaryThe autonomy loop now passes step results as context and marks goals completed at progress >= 1.0.
Full changelog
What's new
First release where the autonomy loop actually works end-to-end.
Changes
autonomy_loop.py: Acceptsreasoning_layer(was silently dropped before — the daemon was running blind). Each step passes its result as context to the next. Goal markedcompletedat progress >= 1.0.reasoning_layer.py: Improved Ollama prompt with capability descriptions, param format examples, and selection rules.execution_engine.py: Filters params to only those the function accepts — Ollama-hallucinated extras no longer crash execution. Capabilities returningok=Falsenow correctly markedfailed.live_capabilities.py: Explicit JSON param schemas.memory_setaccepts non-string values.memory_getreturnsok=Falseon error.
Verified
Agent receives goal → Ollama selects capability → executes with real params → progress tracked → goal marked completed at 1.0
Phase 8 progress
- v3.14.0 ✅ Goal completion + step context
- v3.15.0 🔜 Multi-step planning
- v3.16.0 🔜 Result synthesis
- v3.17.0 🔜 Real task validation
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
About Hollow
All releases →Related context
Related tools
Earlier breaking changes
- v5.7.32 Web dashboard removed; operator panel is canonical UI
Beta — feedback welcome: [email protected]