This release adds 1 notable feature for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
+12 more
Summary
AI summaryAdds GroundedAgent, a two‑LLM anti‑hallucination pattern with gatherer and presenter LLMs.
Full changelog
GroundedAgent (two-LLM anti-hallucination pattern)
Adds GroundedAgent: a gatherer LLM calls tools and sees the raw results but never speaks; an isolated presenter LLM writes the reply from only the curated tool output, so it can't invent values beyond what was fetched. A no-tool turn is answered by the gatherer directly, skipping the presenter.
GroundedAgent/GroundedAgentOptions,ToolOutputCurator(DataBlockCurator,PerToolCurator),PresenterPrompt- Docs: Built-in Agents → Grounded Agent
- Runnable example:
examples/grounded-agent-chatbot
Feature merged in #551.
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 agent-squad
Flexible and powerful framework for managing multiple AI agents and handling complex conversations
Related context
Related tools
Beta — feedback welcome: [email protected]