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