Available SDKs
| Language | Package | Status |
|---|---|---|
| Python | qwed | ✅ Stable |
| TypeScript | @qwed-ai/sdk | ✅ Stable |
| Go | github.com/qwed-ai/qwed-go | ✅ Stable |
| Rust | qwed | ✅ Stable |
Feature Comparison
| Feature | Python | TypeScript | Go | Rust |
|---|---|---|---|---|
| Sync Client | ✅ | ✅ | ✅ | ✅ |
| Async Client | ✅ | ✅ | ✅ | ✅ |
| Batch Operations | ✅ | ✅ | ✅ | ✅ |
| Agent API | ✅ | ✅ | ❌ | ❌ |
| Attestations | ✅ | ✅ | ✅ | ✅ |
| CLI | ✅ | ❌ | ❌ | ❌ |
Quick Install
Minimal Example
- Python
- TypeScript
- Go
- Rust