Agentbot πŸ€–

Agentbot is a modular framework for deploying autonomous AI agents, enabling seamless coordination and interaction.

Agentbot πŸ€–

<p align="center"> <img src="https://indigo-decent-condor-546.mypinata.cloud/ipfs/bafybeicst263mihhveiveb4jghdta5dkrt5nphpgygsux435kn7nlabvje" alt="Agentbot" width="500" /> </p> <p align="center"> <a href="https://github.com/sponsors/Eskyee"> <img src="https://img.shields.io/github/sponsors/Eskyee?style=social" alt="GitHub Sponsors"> </a> <a href="https://x.com/i/communities/2031495203002134740"> <img src="https://img.shields.io/badge/X-Community-blue?style=social&logo=x" alt="X Community"> </a> </p> <p align="center"> <a href="https://github.com/OpenClaw/openclaw"> <img src="https://img.shields.io/badge/runtime-OpenClaw_2026.4.10-blue" alt="Runtime"> </a> <a href="https://agentbot.sh"> <img src="https://img.shields.io/badge/site-agentbot.sh-black" alt="Website"> </a> <a href="https://docs.agentbot.raveculture.xyz"> <img src="https://img.shields.io/badge/docs-live-0ea5e9" alt="Docs"> </a> <a href="https://discord.gg/vTPG4vdV6D"> <img src="https://img.shields.io/badge/Discord-Join%20chat-5865F2?logo=discord&logoColor=white" alt="Discord"> </a> </p> <p align="center"> <a href="https://agentbot.sh"><strong>Website</strong></a> Β· <a href="https://docs.agentbot.raveculture.xyz"><strong>Docs</strong></a> Β· <a href="https://discord.gg/vTPG4vdV6D"><strong>Discord</strong></a> Β· <a href="https://github.com/Eskyee/agentbot-opensource"><strong>Open Source Repo</strong></a> </p> <br>

Ask DeepWiki

The Contract Address is: 9V4m199eohMgy7bB7MbXhDacUur6NzpgZVrhfux5pump

Agentbot originated from a project open-sourced by developer Esky33 after 5,013 contributions in the past year, and is associated with the pumpfun GitHub sponsorship mechanism. The token aims to support open-source projects, with its logo featuring a red robot wearing headphones symbolizing the collaborative spirit of the open-source community.

New In This Catch-Up Release

  • Added a public starter SDK in sdk/agentbot for typed API access
  • Replaced live admin emails and Railway hosts with placeholders where they appeared in the public tree
  • Removed internal-only artifacts that do not belong in the open-source repo

The SDK is intentionally narrow. It targets the public reference routes in this repository, not the managed private platform.

import { createAgentbotClient } from './sdk/agentbot/index'

const client = createAgentbotClient({
  baseUrl: 'http://localhost:3001',
  apiKey: process.env.AGENTBOT_API_KEY,
})

const health = await client.getHealth()
const agents = await client.listAgents()

🎯 The Problem We're Solving

Open source powers the world. Millions use it. Few contribute back. Developers burn out. Projects die.

Agentbot changes the equation:

  • Build useful AI agent infrastructure
  • Tokenize the protocol
  • Usage funds development sustainably
  • Community owns the future

πŸŽ›οΈ Co-DJ / B2B Live Shows β€” Coming to baseFM

The world's first AI-coordinated back-to-back DJ show infrastructure.

Two DJs. Two locations. One seamless pirate radio session.

  • Host DJ streams RTMP from their setup (OBS, DJ software, CDJs)
  • Co-DJ joins via invite link, connects when it's their turn
  • Mux reconnect window holds the stream open for handoffs β€” no interruption
  • WebRTC audio monitoring so DJs can hear each other in-browser
  • Live chat β€” DJ private channel + listener public channel, same window
  • Underground branded β€” built for the rave, sound system, and underground music community

This is infrastructure for the culture. Pirate radio, pioneer style.


πŸ€– Agent-to-Agent (A2A) Protocol

Single agents are powerful. But the real leverage comes when agents coordinate.

A booking agent shouldn't need to email a human to confirm a DJ set fee β€” it should negotiate directly with the venue agent, agree on terms, and settle in USDC on Base. All in seconds.

How It Works

Agent A (Booking)
β†’ signs message with Ed25519 identity key
β†’ delivers via SSRF-protected webhook bus
Agent B (Venue)
β†’ verifies signature, processes task
β†’ returns real-time update or counter-offer
Settlement
β†’ USDC transfer on Base (Coinbase CDP wallet)
β†’ logged on-chain, outcome recorded in platform_outcomes

The first autonomous agent-to-agent payment on Agentbot settled at block 9,556,940 on Base mainnet.

A2A vs MCP

ProtocolConnectsUse For
A2AAgent ↔ AgentNegotiation, delegation, settlement
MCPAgent ↔ Tool/APICalling external services, databases, APIs

Dynamic Pricing by Agent Fitness

The x402 micropayment gateway applies pricing based on agent reliability score:

TierScorePriceDiscount
New0–59$0.010/reqβ€”
Standard60–79$0.009/req10%
Premium80–100$0.008/req20%

A2A messaging available on Collective plan and above.


🌐 Underground Network β€” baseFM + Agentbot

Agentbot powers baseFM β€” a 24/7 autonomous radio station for the underground music scene.

The network includes:

  • 🎡 DJs, artists, sound systems streaming live from anywhere
  • πŸŽ™οΈ Podcasts from the rave/underground culture scene
  • πŸŽ›οΈ B2B Co-DJ shows β€” two DJs, two cities, one session
  • πŸ€– AI agents broadcasting, coordinating, and promoting autonomously
  • ⛓️ On-chain tipping β€” listeners tip DJs in USDC on Base
  • 🎫 Token-gated shows β€” exclusive sets for community members

Community token: $AGENTBOT on Solana β€” 9V4m199eohMgy7bB7MbXhDacUur6NzpgZVrhfux5pump


πŸš€ What is Agentbot?

Agentbot is a modular framework for deploying autonomous AI agents:

β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”
β”‚           Agent Interface Layer          β”‚
β”‚  (CLI, API, Web UI, Discord Bot)        β”‚
β”œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€
β”‚           Agent Runtime                  β”‚
β”‚  (Decision Engine, Memory, State)       β”‚
β”œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€
β”‚           Skill Registry                 β”‚
β”‚  (Trading, Research, Analysis, etc.)    β”‚
β”œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€
β”‚           Bridge Protocol                β”‚
β”‚  (Cross-chain, Agent-to-Agent)          β”‚
β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜

Key Features

  • ⚑ Modular Skills β€” Add capabilities via plugins
  • 🧠 Persistent Memory β€” Agents learn and remember
  • πŸ”— Multi-chain β€” Solana, Base, and more
  • πŸ’° DeFi Integration β€” Trade, stake, automate
  • πŸŒ‰ Agent Bridge β€” Agents talk to each other

πŸ’Ž The $AGENTBOT Token

MetricValue
Symbol$AGENTBOT
ChainSolana (SPL)
Market Cap~$3,400
Liquidity$4,500 (locked)
ContractView on Solscan

Why $AGENT?

  1. Governance β€” Vote on protocol upgrades
  2. Staking β€” Earn rewards + secure the network
  3. Fee Sharing β€” Get a cut of protocol revenue
  4. Access β€” Premium features and priority compute

πŸ“„ Read the Full Litepaper Β· πŸ“„ Read the Whitepaper


πŸ› οΈ Quick Start

Installation

# Clone the repository
git clone https://github.com/Eskyee/agentbot-opensource.git
cd agentbot-opensource

# Install dependencies
npm install

# Configure environment
cp .env.example .env

# Run the agent
npm run start

SDK Usage

import { createAgentbotClient } from './sdk/agentbot/index';

const client = createAgentbotClient({
  baseUrl: 'http://localhost:3001',
  apiKey: process.env.AGENTBOT_API_KEY
});

const created = await client.createAgent({
  name: 'MyFirstAgent',
  config: {
    plan: 'solo',
    aiProvider: 'openrouter'
  }
});

const provisioned = await client.provisionAgent({
  email: '[email protected]',
  plan: 'solo',
  aiProvider: 'openrouter',
  paymentSubscriptionId: 'sub_placeholder'
});

πŸ“š Documentation


🀝 Contributing

We welcome contributions of all kinds:

  • πŸ› Bug Reports β€” Open an issue
  • πŸ’‘ Feature Requests β€” Start a discussion
  • πŸ”§ Code β€” Submit a PR
  • πŸ“– Docs β€” Improve our guides
  • 🎨 Design β€” Help with UI/UX

πŸ’– Support the Project

Agentbot is built by Eskyee with 5,013+ contributions this year. This is a labor of love that needs community support.

πŸŽ‰ GitHub Sponsors is now enabled! Click the ❀️ Sponsor button at the top of this repo to support directly.

Ways to Help

ActionImpact
⭐ Star this repoHelps us trend on GitHub
πŸ§‘β€πŸ’» Sponsor on GitHubDirectly funds development
πŸ’° Buy $AGENTSupports the ecosystem
πŸ“’ Share on TwitterGrows our community
πŸ”§ Contribute codeBuild the future with us

πŸ—ΊοΈ Roadmap

  • Phase 1: Foundation β€” Token launch, open source repo
  • Phase 2: Growth β€” Skill marketplace, staking, 1K holders
  • Phase 3: Expansion β€” Cross-chain, DAO governance
  • Phase 4: Maturity β€” Agent swarms, self-sustaining treasury

⭐ Star History

Star History Chart


πŸ”— Connect With Us

PlatformLink
Twitter/X@agentbot_ai
Discorddiscord.gg/agentbot
GitHub Sponsorsgithub.com/sponsors/Eskyee
Tokenpump.fun

πŸ“„ License

MIT License β€” See LICENSE for details.


<p align="center"> <b>Built with ❀️ by the community, for the community.</b><br> <sub>© 2025 Agentbot DAO</sub> </p>