Any plans for first-class JavaScript/TypeScript support in Microsoft Agent Framework? #6181
Replies: 3 comments
|
I'm checking every week if a new TS version is released.. |
|
I had the same need. I wanted to use Microsoft Agent Framework from TypeScript, especially for agents running as Microsoft Foundry Hosted Agents. Since there was no TypeScript implementation available, I started building one for my own use. I tried to stay close to the existing .NET, Python, and Go implementations rather than inventing a different programming model. The implementation is still evolving, but it has reached the point where it is useful for the scenarios I originally needed it for: https://github.com/polymind-inc/agent-framework-js I would be interested in feedback from others who have had the same need, particularly around API alignment and compatibility with the existing implementations. If it proves useful to others, I would also be happy to explore a path toward contributing the work upstream. |
Uh oh!
There was an error while loading. Please reload this page.
Are there any current plans or roadmap items for releasing first-class JavaScript/TypeScript support for Microsoft Agent Framework?
The framework currently looks very compelling for production-grade agents and workflows, especially around orchestration, streaming, sessions, observability, AG-UI, A2A/MCP, and deployment patterns. However, many production web applications and agent backends are built in Node.js/TypeScript, so having official JS/TS support would make adoption much easier for teams that already use React, Next.js, Express, NestJS, or similar stacks.
Could you clarify:
Is JavaScript/TypeScript support on the roadmap for Microsoft Agent Framework?
If yes, is there any rough target timeframe or preview plan?
Thanks!
All reactions