Hacker News new | ask | show | jobs
by alex_suzuki 609 days ago
what‘s a „Super SDK“? A meta sdk, i.e. an SDK wrapping other SDKs/APIs?
1 comments

We have implemented “super-types” that are strongly typed in TypeScript and compatible with all providers (think a superset in mathematics). Hence the name, Super SDK. Gateway is super light weight. We don’t wrap around other SDKs. We describe the APIs in the provider packages (@adaline/openai) that plugs into @adaline/gateway that has all the features.
Got it, thanks!