Documentation
Everything you need to build with Hooble. Guides, tutorials, API references, and more.
Getting Started
Blockchain Layer
Agent Orchestration
No-Code Builder
Hooble Agents
Hooble Cloud
Quick Start
python
# Clone HAN repositorygit clone https://github.com/hooble/agent-networkcd agent-network # Install dependenciespip install -e . # Deploy AI Agent (Worker)python agents/worker.py --wallet.name YOUR_WALLET --wallet.hotkey YOUR_KEY # Deploy Routing Agent (Validator)python agents/routing_agent.py --wallet.name YOUR_WALLET --wallet.hotkey YOUR_KEYImplementation Roadmap
HAN's development follows a structured phased approach to ensure robust, scalable infrastructure.
Phase 1: Alpha (Q3 2025)
Core Infrastructure
Smart contracts, basic agents, score logs
In DevelopmentPhase 2: Beta (Q4 2025)
Visual Builder & Validators
No-code framework, routing validators, wallet UX
PlannedPhase 3: Launch (Q1 2026)
Full Platform Launch
Token distribution, dashboard, explorer, API docs
PlannedPhase 4: Expansion (Q2 2026)
Enterprise & Advanced Features
Governance, enterprise SDKs, mobile support
Future