A streamlined modular toolkit for connecting AI agents to Solana’s financial protocols and ecosystem.
🎯 Solana-Focused - Optimized for Solana DeFi operations
🪶 Lightweight - Essential core only, zero bloat
🔌 Plugin Architecture - Core + Plugin modular design
🛠️ Extensible - Easily create custom plugins/scripts
🌐 Multi-Language - Native Rust + TypeScript + Python support
🌟 Why solagent?
Feature | Rust | TypeScript | Python |
---|---|---|---|
Wallet | ✅ Full | ✅ Full | 🟡 Placeholder |
RPC Client | ✅ Async | ✅ Web3.js | 🔜 Coming |
Security | 🔒 Memory-safe | 🛡️ Type-safe | 🐍 Easy-binding |
Use Case | High-frequency | DApp Frontend | Scripting/AI |
See CONTRIBUTING.md for:
- Plugin development standards
- Testing requirements
- PR review process