SDKs
MIRASTACK provides first-party SDKs for building agents and providers in Go and Python. Both SDKs share the same conceptual model and expose identical abstractions over the engine’s gRPC API.
Available SDKs
| SDK | Language | Guide |
|---|---|---|
| Go Agent SDK | Go 1.21+ | Idiomatic Go, low-overhead, production-grade |
| Python Agent SDK | Python 3.11+ | Async-first, batteries-included |
Choosing an SDK
Go is preferred for performance-sensitive agents, system-level integrations, and production workloads.
Python is preferred for rapid prototyping, data-science workflows, and agents that depend on the Python ML/AI ecosystem.
Both SDKs are fully supported and maintained by MIRASTACK LABS.