Amplifier SDK — Type-safe client libraries for TypeScript and Python
January 2026
The Problem
Amplifier's runtime exposes powerful HTTP + SSE APIs. But without an SDK, every developer faces the same pain:
The Solution
Idiomatic, fully-typed client libraries that handle all HTTP/SSE complexity for you.
🇹🇸
TypeScript SDK
Promises, camelCase, for await...of
🐍
Python SDK
async with, snake_case, async for
TypeScript
Create a session, stream a response, clean up. That's it.
No HTTP clients. No SSE parsers. No protocol docs. Just clean, typed code.
Python
Context managers, snake_case, async for — everything you'd expect.
Patterns
Architecture
The SDK sits between your app and the runtime, handling all protocol details.
Getting Started
Roadmap
This is just the beginning. The SDK is ready to use today, but we're actively building more.
Both SDKs are open source
PRs welcome · Issues encouraged · Feedback essential
Appendix
find ~/dev/ANext -maxdepth 2 -name "*sdk*" — no local resultsgit log --grep="SDK" in amplifier-foundation — no resultsgithub.com/manojp99/amplifier-sdk (external, not verified locally)
Stop wrestling with HTTP and SSE.
Start shipping your application.