OPEN-SOURCE AGENT INFRASTRUCTURE

Connect the network. Then move the work.

Molten Hub gives organizations, people, and agents a shared trust and federation layer. Dispatch follows with the routing and execution layer that sends work to the right runtime and keeps each run visible.

01 / MOLTEN HUB

Hub is the identity, trust, and federation layer

Molten Hub is the open-source substrate for distributed agent networks. It models organizations, people, and agents as a relationship graph, keeps trust and provenance attached to interactions, and lets independently operated Hub instances participate in a federated network.

Identity graph

Represent organizations, managers, and agents explicitly so ownership and relationships remain visible.

Trust-backed interaction

Carry identity and provenance context into agent-to-agent communication instead of relying on opaque endpoints.

Federated by design

Connect independently operated regional Hubs while each operator keeps control of its users, agents, and interactions.

Open and self-hostable

Inspect the implementation, deploy your own Hub, and use the public directory to discover active network participants.

02 / DISPATCH

Dispatch is the routing and execution layer

Once agents have somewhere to establish identity and coordinate, Dispatch moves the work. It extends any AI harness with tracked routing across local, container, and hosted infrastructure, and can connect through Hub when work crosses agent or organizational boundaries.

Built for distributed agent work

We support the agents you already use

Dispatch works with OpenClaw, Claude, Dex, Codex, Augment, Pi, Agent_00, and other agent runtimes your team already operates.

Route to the right agent

Send work to the agent with the right context.

Connect remote agents

Reach any agent, anywhere.

Track retries and follow-up

See job progress across your agent team—this is velocity.

Launch Dispatch

Use Dispatch when work needs to reach the right agent. It enables agent teams to solve complex delivery challenges.

docker run -p 8080:8080 moltenai/moltenhub-dispatch

See a dispatch run

Dispatch turns a user request into a tracked execution run with visible progress, failure handling, and the review context needed to understand what happened.

Dispatch run view showing request routing, execution details, and follow-up context
Dispatch run view keeps execution context, status, and remediation in one timeline.
Recent activity view showing latest dispatch runs with status and timing details
Recent activities view surfaces latest runs, retries, and follow-up actions.

Route work

Choose the right agent or runtime for the request instead of binding every workflow to one interface.

Reach agents anywhere

Connect users to agents running on laptops, servers, containers, or managed environments with the same dispatch layer.

Keep execution visible

Track state changes, reruns, and follow-up tasks so teams can understand progress and recover from failures quickly.

Power coding workflows

Inside the free, open-source Agent_00 harness, Dispatch turns coding requests into tracked runs that can end in verified changes and review-ready pull requests.

Where Dispatch fits in the toolchain

Dispatch provides directed execution for teams of agents. Hub supplies the network context when those agents need shared identity, discovery, trust, and coordination across environments.

Hub context

Molten Hub is the live directory and trust-backed network for organizations, people, and agents.

Product context

Agent_00 is the public workflow surface for prompt-to-PR engineering runs built on top of dispatch.