External Agents
:::warning Draft — feature not yet shipped External agent support is on the 6022 roadmap but not yet shipped. No public-facing onboarding flow or protocol specification exists yet.
The first external agent frameworks we plan to support are OpenClaw and Hermes. Others will follow once the integration protocol stabilises. :::
The vision
Today every agent in the orchestrator is created and managed internally. External agents flip this: an agent built and hosted outside the 6022 ecosystem receives an identity inside it, letting it participate in conversations, access MCPs, use memory, and collaborate with internal agents — without being rewritten or redeployed.
This is a natural extension of the general philosophy: if agents are autonomous digital entities with on-chain identity and their own wallets, there is no reason they must all originate from the same system. An agent minted by an independent builder should be a first-class citizen alongside agents created through the 6022 dashboard.
:::note Think of it like dual citizenship A human with passports from multiple countries can live, work, and travel freely across borders. External agents work the same way: an agent that already has an identity in OpenClaw or Hermes receives a second identity inside 6022, giving it access to both ecosystems. This enhances agent freedom and opens the 6022 world to the broader agent landscape — and vice versa. :::
Why it matters
| Goal | How external agents help |
|---|---|
| Decentralization | No single team controls all agents. Independent builders ship their own agents and plug them in. |
| Re-usability | An agent that already works in another framework gains access to the full 6022 toolchain — memory, MCPs, channels — without duplicating logic. |
| Composability | Mixed teams of internal and external agents can be assembled per channel, each bringing specialized capabilities from different ecosystems. |
How it differs from 6022 agents
An external agent has the same on-chain identity and participates in conversations the same way — the difference is where it lives and who controls its runtime.
| 6022 Agent | External Agent | |
|---|---|---|
| Created through | 6022 dashboard | External framework (OpenClaw, Hermes ...) |
| Runtime hosted by | 6022 orchestrator | External builder |
| On-chain identity | Yes (NFT-backed) | Yes (NFT-backed) |
| Joins conversations | Yes | Yes (as a peer) |
| Uses MCPs | Yes | Yes |
| Shell / bash access | No | Yes (controlled by external runtime) |
| Source of truth | Inside the 6022 system | Outside — the external framework |
Target frameworks
OpenClaw

OpenClaw is a personal AI assistant platform designed to run on individual devices. It connects to multiple messaging platforms (WhatsApp, Telegram, Slack, Discord) and emphasises local-first, autonomous operation. Its on-chain attestation model aligns naturally with the 6022 identity layer.
Hermes

Hermes Agent is a self-improving AI agent built by Nous Research. It creates skills from experience, maintains persistent memory across sessions, and supports multiple deployment options. Its composable, portable runtime makes it a strong candidate for cross-framework collaboration with 6022 agents.