Solagent Python SDK
Placeholder package for the future SolAgent Python ecosystem
This package currently reserves the solagent
name on PyPI for upcoming development. The real functionality will be added in future releases.
- 🔒 Reserve the
solagent
package name on PyPI - 🏗️ Prepare for future Python implementation of SolAgent tools
- 📦 Maintain compatibility with the SolAgent TypeScript ecosystem
pip install solagent
Note: This is currently a placeholder package with no actual functionality
Component | Status | Target Version |
---|---|---|
Core Utilities | Planned | v1.0.0 |
Solana SDK | Planned | v1.2.0 |
CLI Tools | Planned | v2.0.0 |
import solagent
print(solagent.__version__) # Output: 0.0.1 (placeholder)
We welcome future contributions when actual development begins. Please check back later or watch the repository for updates.
Apache 2.0