Skip to content

Latest commit

 

History

History
58 lines (39 loc) · 1.74 KB

File metadata and controls

58 lines (39 loc) · 1.74 KB

AgentX-Docs

License: MIT MkDocs Website

Official documentation, whitepaper, and API reference for the AgentX Protocol — the open framework for autonomous AI agents on Solana.


Documentation

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)

Related Repositories

Repo Description
AgentX-Core Python SDK — build agents
AgentX-Solana-Deploy Rust/Anchor on-chain program
AgentX-Examples Example agents (trading, social, research)

Build Docs Locally

git clone https://github.com/agentx-protocol/AgentX-Docs.git
cd AgentX-Docs
pip install mkdocs mkdocs-material
mkdocs serve
# Open http://localhost:8000

Contributing

Found an error? Want to improve the docs?

  1. Open an issue describing what's wrong/missing
  2. Fork and create a branch: git checkout -b docs/fix-api-reference
  3. Edit the relevant Markdown file in docs/
  4. Submit a PR — docs PRs are merged quickly!

License

MIT — see LICENSE.