afshinmeh 10 hours ago

Hey HN! I’ve been working on bringing Semantic Kernel to the JavaScript/TypeScript world, and just published the first usable version. It’s designed to make it easier to build AI agents and workflows using OpenAI, local models, and plugins, all in JS.

This version focuses on simplicity, clean APIs, and being lightweight enough to run in browser and server environments (like Cloudflare Workers or Vercel). Still early days, but feedback and contributions are super welcome!

Repo: https://github.com/afshinm/semantic-kernel-js Docs: https://kerneljs.com/

Let me know what you think or if you have ideas / use cases in mind.