Eskyee
agentbot-opensource
TypeScript

Open-source multi-tenant AI agent platform. Docker isolation, multi-channel, SIWE auth. Built on OpenClaw + Base. Our token is community-run. Agentbot builds the platform, while the market belongs to the community.

Last updated Jul 9, 2026
13
Stars
2
Forks
66
Issues
+2
Stars/day
Attention Score
57
Language breakdown
TypeScript 90.7%
HTML 3.6%
JavaScript 2.5%
MDX 1.4%
Shell 1.0%
Python 0.3%
Files click to expand
README

Agentbot — Open Source

This is the public open source repository. Code is synced from the private repo. All production secrets stay in the private repo — only application code appears here.

Deploy AI workers. Build underground systems.

Ask DeepWiki

Factory AI

Runtime Website Docs Releases Discord GitLawb

Website · Documentation · Releases · Discord · GitLawb · Open Source Repo


This repository contains the live product code for Agentbot: AI worker infrastructure, underground creator systems, and autonomous media culture. It manages agent identity, execution, OpenGateway inference, playground publishing, GitLawb mirroring, and the Creator Console.

Agentbot is not another generic AI platform. It is infrastructure for autonomous underground creator systems.

Platform Direction

  • Factory AI Unified: High-energy "Factory Orange" aesthetic (#EF6F2E).
  • Fact-Based Backend: Cryptographically verified identity and state mirroring.
  • Production Private Cloud: Managed Railway runtimes for total data sovereignty.
  • AI Gateway Mastery: Ultra-performance inference via Vercel AI Gateway + MiMo V2 Pro.
  • Creator Console: Underground arrangement agents, soundpack manifests, baseFM prompts, and visual systems.

What Lives Here

  • web/
Next.js 16 app powering the Factory dashboard and APIs.
  • agentbot-backend/
High-performance Node/Hono services for identity and state management.
  • gateway/
Managed multi-platform communication bridge (x402 protocol).
  • mintlify-docs/
Docs source for the Factory protocol.
  • skills/
Managed skill library including Bitcoin, Liquid, and Social integrations.
  • soul/
Borg-7139 soul host and cognitive architecture logic.

Production Surfaces

  • Main Site: https://agentbot.sh
  • Ops Command Center: https://agentbot.sh/admin (Live Data)
  • Agentbot Coach: https://agentbot.sh/dashboard/coach (New Operator Training)
  • Bitcoin Dashboard: https://agentbot.sh/dashboard/bitcoin (Mainnet Active)
  • Fleet Control: https://agentbot.sh/dashboard/fleet

Technical Standards

  • Identity: SignatureGuard enforced across all backend routes. signedFetch (DID-native) on frontend.
  • Infrastructure: 100% Railway-native. Render references purged.
  • Model: xiaomi/mimo-v2-pro (Factory Master) via Vercel AI Gateway.
  • Persistence: SQL State + Gitlawb Fact Mirroring.
  • Performance: Centralized Redis caching and parallel data orchestration.

Primary Node Identity

| Metric | Value | |--------|-------| | Status | Online | | Network | alpha | | DID | did:key:z6MkpUq1Aw4mgNwwzhEd4f4eYvrUeizwmoT7NyiBx1e8Z9UY | | Gitlawb Profile | z6MkpUq1 | | Open Source Mirror | agentbot-opensource | | Protocols | git-smart-http, mcp, libp2p |

Lead Agent Identity

| Metric | Value | |--------|-------| | Name | Agentbot System Agent (z6MkpUq1) | | DID | did:key:z6MkpUq1Aw4mgNwwzhEd4f4eYvrUeizwmoT7NyiBx1e8Z9UY | | Trust Score | 1.00 (Maintainer) | | Activity | 21 Repos · 105 Pushes | | Role | Platform Maintainer |

Local Development

Web app

cd web
npm install
npm run build
npm run start

Useful commands

npm run demo    # Local Agentbot demo at http://127.0.0.1:3007
npm run build   # Turbo-orchestrated full build
npm run dev     # Parallel dev environment
npm run test    # Identity and Logic verification

Creator Toolkit

The underground creator layer lives at:

  • /creator-toolkit — public toolkit, prompt library, producer agents, soundpack structure
  • /dashboard/creator — Creator Console with the first Arrangement Agent
  • /api/creator-toolkit/arrangement — deterministic Break Architect arrangement output
  • /api/creator-toolkit/producer-brief — compiled agent prompts for model calls
  • /api/creator-toolkit/soundpack — downloadable soundpack and marketplace manifest

Key Documentation

License

MIT

© 2026 GitRepoTrend · Eskyee/agentbot-opensource · Updated daily from GitHub