
Install the official GuidedMind Python SDK — type-safe, async-capable, and production-ready.
Requires Python 3.8+. All dependencies (httpx, pydantic v2, anyio) are installed automatically — no extra steps needed.
| Package | Version | Notes |
|---|---|---|
| Python | 3.8+ | |
| httpx | ≥ 0.24 | HTTP client |
| pydantic | v2 | Type-safe data models |
| anyio | ≥ 3.0 | Async runtime compatibility |
| tenacity | ≥ 8.0 | Retry logic |
a (e.g. asearch(), aadd_record()).max_retries attempts before raising.The SDK is fully open source under the MIT license.