Skip to content

Commit a8d326e

Browse files
committed
Add KaibanJS
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.
1 parent f2f608d commit a8d326e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ A collection of awesome browser-side [JavaScript](https://developer.mozilla.org/
7777
* [SDK](#sdk)
7878
* [ORM](#orm)
7979
* [WebSockets](#websockets)
80+
* [Generative AI](#generative-ai)
8081
* [Misc](#misc)
8182
* [Worth Reading](#worth-reading)
8283
* [Other Awesome Lists](#other-awesome-lists)
@@ -1045,6 +1046,10 @@ There're also some great commercial libraries, like [amchart](https://www.amchar
10451046
* [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).
10461047
* [ws](https://github.com/websockets/ws) Simple to use, blazing fast and thoroughly tested WebSocket client and server for Node.js.
10471048

1049+
## Generative AI
1050+
1051+
* [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.
1052+
10481053
## Misc
10491054

10501055
* [echo](https://github.com/toddmotto/echo) - Lazy-loading images with data-* attributes.

0 commit comments

Comments
 (0)