The hub of every devclone20 AI agent. Each agent keeps its own repository — here they are linked as git submodules under
agents/. Nothing is copied or moved: every folder below is a live pointer to the real repo at a pinned commit. Click anyagents/<name>folder above to jump straight to that agent.
The org had many scattered repositories and no single place to see the fleet. This repo is that place — one map of every agent, grouped and navigable, without merging their histories or breaking their individual iNFT identities.
| Agent | What it is |
|---|---|
agents/iclone |
The genesis iNFT agent of the iCLONE line (economy: Virtuals ACP). |
agents/vegeta |
Autonomous crypto trading & market-intelligence agent. |
agents/atlas_corporation_okx_ai |
ATLAS — dual-rail Harness Architect iNFT on OKX (already minted, agent #4460). |
agents/matrix |
MATRIX AI Agent — Virtuals Protocol ACP. |
agents/supersayatin |
SuperSayatin AI Agent — Virtuals Protocol ACP. |
agents/doctorwho |
DoctorWHO AI Agent — Virtuals Protocol ACP. |
agents/doctor-agent |
Doctor — academic / research AI agent (CLI). |
agents/akita-agent |
Akita — senior-engineer AI agent (CLI). |
agents/forense-ai |
Forense — forensic / scholar AI agent. |
agents/iIrysframe |
iIrys Frame — permanent AI-agent NFT layer vault on Irys × Base. |
| Agent | What it is |
|---|---|
agents/doctor-ai20 |
Doctor (legacy, migrated from aigenesis20). |
agents/akitaai20 |
Akita (legacy, migrated from aigenesis20). |
agents/troubleshooting-acp-agentes-virtual |
Troubleshooting guide for Virtuals ACP agents. |
agents/roadmap.rd |
Roadmap / planning notes. |
| Tool | What it is |
|---|---|
tools/agentic-teams-pi |
Every Pi extension as an in-session slash command — agent teams, chains, subagents, P2P coms, safety rails. One command on, same command off. |
These are git submodules. On GitHub, each agents/<name> is a clickable link to
the real repository. To get all the code locally:
# fresh clone, with every agent checked out
git clone --recurse-submodules https://github.com/devclone20/inft-tool-kit.git
# or, inside an existing clone
git submodule update --init --recursivePublic agents fetch for anyone; private agents require access to those repos.
Each agent follows the global iNFT genesis template inft-i01: a Pi coding agent as the interactive substrate, the agent's own name on top, its neural soul preserved, and its economy (where it has one) left untouched. This hub only organizes — it never changes an agent's identity.