Skip to content

Eskyee/agentbot-opensource

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

19 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Agentbot πŸ€–

Agentbot

GitHub Sponsors X Community

Runtime Website Docs Discord

Website Β· Docs Β· Discord Β· Open Source Repo


The Contract Address is: 9V4m199eohMgy7bB7MbXhDacUur6NzpgZVrhfux5pump

🎯 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

πŸš€ 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 $AGENT Token

Metric Value
Symbol $AGENT
Chain Solana (SPL)
Market Cap ~$3,400
Liquidity $4,500 (locked)
Contract View 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

Basic Usage

import { Agent } from 'agentbot';

const agent = new Agent({
  name: 'MyFirstAgent',
  skills: ['trading', 'research'],
  memory: true
});

await agent.initialize();
await agent.run('Analyze ETH price and alert if it drops 5%');

πŸ“š 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

Action Impact
⭐ Star this repo Helps us trend on GitHub
πŸ§‘β€πŸ’» Sponsor on GitHub Directly funds development
πŸ’° Buy $AGENT Supports the ecosystem
πŸ“’ Share on Twitter Grows our community
πŸ”§ Contribute code Build 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

Platform Link
Twitter/X @agentbot_ai
Discord discord.gg/agentbot
GitHub Sponsors github.com/sponsors/Eskyee
Token pump.fun

πŸ“„ License

MIT License β€” See LICENSE for details.


Built with ❀️ by the community, for the community.
Β© 2025 Agentbot DAO

About

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.

Topics

Resources

License

Contributing

Security policy

Stars

Watchers

Forks

Sponsor this project

 

Packages

 
 
 

Contributors