Skip to content

v2.0.16

Choose a tag to compare

@github-actions github-actions released this 31 Mar 21:59
· 9 commits to master since this release

HomeGenie 🧞 2.0.16: Smarter Agents, Stable Workflows

This release is all about intelligence and refinement. We've taken the groundbreaking capabilities of Gemini Automan and made them smarter, more stable, and more deeply integrated into the HomeGenie ecosystem.

🧠 A New Brain for Your Agents: Pure Text Processing

Until now, Automan was a master code generator. Now, it's also an oracle. We've introduced the new Prompt.Ask API, which allows AI-generated programs to ask questions and get simple text answers (like summaries, translations, or data analysis) without generating new code. This unlocks incredible new possibilities for creating true AI data pipelines right inside your automations.

⛓️ More Robust Agentic Workflows

We've supercharged Automan's ability to orchestrate complex tasks:

  • Shared Workspace: Sub-agents can now securely pass large amounts of data to each other using a dedicated shared folder (SharedAutomanWorkspace), enabling complex workflows like our new "Autonomous News Agency" tutorial.
  • Smarter Lifecycle Management: We've fine-tuned the AI's understanding of HomeGenie's architecture. It now correctly implements the two-phase Setup block, preventing common restart loop bugs and ensuring generated programs are stable and efficient by default.

🛠️ UI Fixes & Documentation

  • We've squashed a bug in the local-ai-chat example widget, improving its reliability.
  • The "Learn with AI" section on HomeGenie website has been updated with new, in-depth tutorials that showcase these advanced multi-agent capabilities. Go check them out and see how to build your own digital workforce!

This update lays the foundation for even more complex and intelligent agentic systems in the future.

Happy Automating! 🚀

Full Changelog: v2.0.15...v2.0.16