We need typescript agent sdk

I was waiting for this for 2 months then I encountered openai-agents-js, which is a well-implemented JS port from a young developer. I found the library really cool. Actually if you know what the original SDK actually does, despite many people think it does magic, an unofficial port is very okay and safe.

So, I started to implement a new system using this and it is working in production for more than a week without an issue. It has almost every feature the original SDK has and the maintainer quickly implements a feature when it is added to the original one. API is very intuitive. I’m using almost all the features and there is almost no bugs.

Stay tuned! It’s on our list. We’ll update here once we have more to share.

1 Like

Hey everyone! We heard you all and just published the Agents SDK for TypeScript. It brings a lot of the same concepts and features from the Python SDK with hopefully a more TypeScript appropriate experience plus:

  1. Support for human-in-the-loop approval flows
  2. Realtime voice agent support that can run both in the browser and the server with traces
  3. Experimental integration into the AI SDK to use other models

We hope you like it and let us know what you think :slight_smile:

4 Likes