kaiban-ai / KaibanJS

KaibanJS is a JavaScript-native framework for building and managing multi-agent systems with a Kanban-inspired approach.
https://www.kaibanjs.com/
MIT License
754 stars 49 forks source link

Include the Agentic Kanban Board in the library #46

Closed kyancey closed 1 month ago

kyancey commented 3 months ago

The Kanban Board on your website is nice. It would be cool if projects could somehow integrate that so non-technical users could monitor the AI system as it works. Will the code ever be open sourced?

If not, it would be nice if there was a tutorial or some information about how others could create a similar system.

darielnoel commented 3 months ago

Hi @kyancey,

We're really happy to hear that you find the Agentic Kanban Board useful!

We're currently discussing the possibility of open-sourcing the Kanban Board or at least releasing it under a very permissive license. This approach would allow most people to use it freely or as a service.

In the meantime, you can replicate a similar UI using the State Management features of AgenticJS. The system integrates effortlessly with any React application or other front-end frameworks. You can find detailed instructions on how to use these features in our documentation here: State Management in AgenticJS.

Let us know if there's anything else we can help with!

kyancey commented 3 months ago

That's cool. I'm looking at usage in an educational context, and keeping records is important for lots of legal reasons.

On a side note, I noticed this in the documentation on the Teams page.

Absolutely, addressing the user directly can make the documentation feel more engaging and personal. Here’s the adjusted version:

I assume you used AI to write some of the docs, and this is an artifact.

darielnoel commented 3 months ago

On a side note, I noticed this in the documentation on the Teams page.

Absolutely, addressing the user directly can make the documentation feel more engaging and personal. Here’s the adjusted version:

I assume you used AI to write some of the docs, and this is an artifact.

Yes, you are right... Thanks for pointing this out. We will fix it.

darielnoel commented 2 months ago

First experimental version almost there...

darielnoel commented 1 month ago

Done