From 80acdd2c62f1d09ea3e35f52ec2ca5afee705f4b Mon Sep 17 00:00:00 2001 From: Anthony Alex Date: Mon, 1 Sep 2025 11:08:32 -0400 Subject: [PATCH] Add KaibanJS (#943) Checklist: - [x] I've read and understood [Contributing Guidelines](CONTRIBUTING.md). - [x] I've added the new resource at the end of its section. - [x] This resource is out there for a while, and actively maintained. - [x] This resource is popular enough and has at least a few hundred stars on GitHub. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index fa77a0e..fc12338 100644 --- a/README.md +++ b/README.md @@ -77,6 +77,7 @@ A collection of awesome browser-side [JavaScript](https://developer.mozilla.org/ * [SDK](#sdk) * [ORM](#orm) * [WebSockets](#websockets) + * [Generative AI](#generative-ai) * [Misc](#misc) * [Worth Reading](#worth-reading) * [Other Awesome Lists](#other-awesome-lists) @@ -1045,6 +1046,10 @@ There're also some great commercial libraries, like [amchart](https://www.amchar * [Socket.io](https://github.com/socketio/socket.io) The most widely used WebSocket library for real-time applications. Supports auto-reconnection, rooms, and fallbacks (e.g., polling). * [ws](https://github.com/websockets/ws) Simple to use, blazing fast and thoroughly tested WebSocket client and server for Node.js. +## Generative AI + +* [KaibanJS](https://github.com/kaiban-ai/KaibanJS) - KaibanJS is an open-source framework browser-compatibility of orchestration of multi-agent ai systems using a Kanban-inspired architecture. + ## Misc * [echo](https://github.com/toddmotto/echo) - Lazy-loading images with data-* attributes.