#๐Ÿค– spawn AI agents integrated with HA with a single sentence, no code req

1 messages ยท Page 1 of 1 (latest)

pearl pebble
#

Hey HA community! ๐Ÿ‘‹

We just open-sourced Wactorz โ€” a Python actor-model multi-agent framework built from scratch for exactly the kind of use case you're all tinkering with.

The core idea: you describe what you want in plain English, an LLM writes the code, wraps it in a <spawn> block, and a new live agent appears on the fly. No restart. No manual wiring. Just a sentence.

๐Ÿ‘‡ Here's a demo showing it in action โ€” spawning a YOLO person-detection pipeline and wiring it live to Home Assistant automations:
https://www.linkedin.com/posts/panagiotis-kasnesis-6a396a4a_opensource-ai-multiagent-activity-7447660515079942144-Y-cv?utm_source=share&utm_medium=member_desktop&rcm=ACoAAAp2-VsBun2a3HFnAl88RKStDbjw-_Dm1WY

Wactorz:

โœ… Runs on modest hardware, fully offline (Raspberry Pi friendly)
โœ… Uses MQTT as the backbone โ€” the same nervous system already running in most of HA setups
โœ… Survives crashes and auto-restores state
โœ… No infrastructure code โ€” just describe the automation you want

One thing that makes Wactorz different: there's no prescribed agent paradigm. Agents are just Python spawned at runtime, so you can mix rule-based logic, reinforcement learning, or LLM-driven agents โ€” all talking to each other via MQTT and direct messaging.

Some things under the hood worth knowing for HA folks:

๐Ÿ—๏ธ PlannerAgent โ€” breaks complex tasks into dependency graphs, fans them out in parallel
๐Ÿ“ก Reactive pipelines โ€” "if a person is detected, turn on the lights" โ€” built and wired automatically
๐ŸŒ Edge deployment โ€” spawn agents on a new node over SSH with one command
๐Ÿ” Rolling conversation summarization โ€” context survives restarts
๐Ÿ’ธ LLM cost tracking
๐Ÿ’ฌ Talk to your agents via Discord, Telegram, WhatsApp, REST, or CLI

๐Ÿ”— Site: https://waldiez.github.io/wactorz
๐Ÿ“š Docs: https://waldiez.github.io/wactorz/docs
๐Ÿ‘‰ GitHub: github.com/waldiez/wactorz

Would love to hear from anyone already running automations with MQTT or experimenting with local AI in Home Assistant!

LinkedIn

๐Ÿš€ Today we're open-sourcing Wactorz โ€” an actor-model multi-agent framework Waldiez built from scratch in Python using agents that run 24/7.

The core idea: you describe what you want in natural language, the LLM writes the code, wraps it in a <spawn> block, and a new live agent appears on the fly.

We built it because existing agent framewo...

#

๐Ÿค– spawn AI agents integrated with HA with a single sentence, no code req