Official documentation, whitepaper, and API reference for the AgentX Protocol — the open framework for autonomous AI agents on Solana.
Live docs: docs.agentx.io
| Resource | Description |
|---|---|
| Whitepaper | Technical architecture, tokenomics, and roadmap |
| API Reference | AgentX-Core Python SDK reference |
| Architecture Diagram | System architecture (open with draw.io) |
| Repo | Description |
|---|---|
| AgentX-Core | Python SDK — build agents |
| AgentX-Solana-Deploy | Rust/Anchor on-chain program |
| AgentX-Examples | Example agents (trading, social, research) |
git clone https://github.com/agentx-protocol/AgentX-Docs.git
cd AgentX-Docs
pip install mkdocs mkdocs-material
mkdocs serve
# Open http://localhost:8000Found an error? Want to improve the docs?
- Open an issue describing what's wrong/missing
- Fork and create a branch:
git checkout -b docs/fix-api-reference - Edit the relevant Markdown file in
docs/ - Submit a PR — docs PRs are merged quickly!
MIT — see LICENSE.