wayland
by FerroxLabs
Local-first agent runtime that perceives, reasons, and acts with protocol-aware tracing
Summary
Implements an agent runtime that perceives, reasons, and acts from a desktop/local-first environment. Uses modular sensors, planners, and executors so agents can gather context, form plans, and execute tasks across local and remote LLMs. Distinctive features include Electron-based UI for local deployments and explicit support for agent communication protocols (Model Context Protocol (MCP)) and multimodal inputs. Also leverages Hierarchical Multi-Agent Pattern to structure multi-agent orchestration.
Key Benefits
Ideal For
Developers building desktop or local-first multi-agent prototypes who need inspectable perception and reasoning traces for evaluation and debugging. For structured reasoning traces, consider applying the Tree of Thoughts Pattern to organize deliberations.
Use Cases
- Inspecting and replaying what an agent perceived to debug wrong actions
- Prototyping multi-agent workflows locally with MCP/ACP message flows
- Collecting agent traces to build an agent track record or dataset for evaluation