Mandala v0.3: Open-Source Async Runtime to Unify Logistics Telemetry as OpenTelemetry Spans for Agent Reasoning

Mandala (GitHub) is a new open-source (Apache 2.0) runtime that bridges logistics data silos into a single event stream for agent-based reasoning. Currently at v0.3, it’s primarily Python (83%) with a Rust (12%) event projection layer. The project has 4 stars and CI passing.
Architecture
Mandala ingests data from Samsara truck telemetry, Descartes customs filings, Vizion rail status, and FMCSA carrier safety data via webhooks. It ships events as OpenTelemetry spans to any observability backend (Jaeger, Tempo, Honeycomb, Datadog) and exposes a state store via Redis Streams with 14-day TTL. A set of MCP tools allows LLM agents to query live state.
MCP Tools for Agents
The runtime provides read-only MCP tools covering the full logistics surface, including:
get_shipmentget_truckcheck_customs_statusget_fleet_near_borderget_trucks_at_poe_without_filingget_cold_chain_breachesget_trailer_handoff_chain
These tools are designed for agents to reason over state without mutating vendor systems. Every shipment is traced as a distributed trace, enabling the agent to debug the full lifecycle of any package.
Data Flow
Data flows from truck sensors, shipment/customs systems, and rail status into Mandala, which enriches and pushes alerts to an MCP tool layer consumable by Claude or any LLM. State is stored in Redis Streams for low-latency queries. Telemetry is also shipped via OTLP to observability backends and materialized into dbt models for analytics. No phone-home.
Roadmap
The project is actively seeking agent developers to compose Mandala into longer workflow chains (routing, weather, dispatch, brokerage, Slack notifications), and Rust contributors for the event projection layer.
📖 Read the full source: r/openclaw
👀 See Also

Implementing a Local Voice Assistant with Qwen3 on RTX 5060 Ti
A fully local home automation voice assistant using Qwen3 ASR, LLM, and TTS on an RTX 5060 Ti, featuring Morgan Freeman voice cloning and a variety of integration tools.

ddash: Mermaid Diagram Tool with URL-Based Storage and Claude Code Integration
ddash is a free Mermaid diagram tool where the entire diagram is compressed into the URL hash, requiring no backend, accounts, or storage. It includes a Claude Code skill that lets you generate and open diagrams directly during conversations with commands like /diagram the auth flow.

Klaw.sh: Kubernetes-Style Orchestration for AI Agents
Klaw.sh provides an orchestration solution for AI agent deployment, modeled on Kubernetes. It simplifies management with clusters, namespaces, and channels, achieving memory reduction by rewriting from Node.js to Go.

Agent Browser Protocol: Open-source Chrome fork for AI agents achieves 90% on Mind2Web benchmark
Agent Browser Protocol (ABP) is an open-source Chrome fork that freezes JavaScript and time after each action to convert web browsing into multimodal chat for AI agents. It achieved 90.53% on the Online Mind2Web Benchmark and can be added to Claude Code with a single command.