I have been building Huall, an autonomous multi-agent platform built with Laravel and Rust.
The core idea is that agents shouldn't be forced into predefined workflows. Instead, they can decide what information they need, request it from the appropriate people, delegate work to other agents, and continue execution autonomously. The platform combines a Laravel control plane with a Rust daemon for long-running execution and agent coordination. I would appreciate feedback from others working on agent infrastructure, orchestration systems, or autonomous workflows.