Install the SDK
The Aden SDK has zero required dependencies. Install optional provider support as needed.Basic Installation
With Provider Support
Framework Integrations
Database Backends
Development
Requirements
| Requirement | Version |
|---|---|
| Python | >= 3.10 |
Optional Dependencies
| Package | Version | Required For |
|---|---|---|
openai | >= 1.0.0 | OpenAI provider |
tiktoken | >= 0.5.0 | OpenAI token counting |
anthropic | >= 0.20.0 | Anthropic provider |
google-generativeai | >= 0.4.0 | Gemini provider |
Verify Installation
Create a simple test file:Virtual Environment (Recommended)
Type Checking
The SDK includes type annotations. For type checking with mypy:Next Steps
Quick Start
Learn how to instrument your first LLM application