Skip to content

Commit e4bd3af

Browse files
Update README.md
1 parent 243f9b5 commit e4bd3af

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
> *(For integrating **KaibanJS** system base, follow documents in [docs/KAIBANJS_INTEGRATION.md](docs/KAIBANJS_INTEGRATION.md)).*
1616
>
1717
> Some short articles can be read on [Medium](https://medium.com/towards-artificial-intelligence/kaiban-distributed-a-scaling-actor-model-agentic-workflow-system-8b5288e7bc17) and [Substack](https://andreibesleaga.substack.com/p/distributed-multi-agent-systems-with).
18-
>
18+
19+
Examples dedicated repository: [kaiban-distributed-examples](https://github.com/andreibesleaga/kaiban-distributed-examples)
1920

2021
- While most frameworks treat agents as scripts, Kaiban Distributed treats them as Stateful Actors. By using async Node.js, each agent operates in its own space, communicating via a pluggable Messaging Abstraction Layer (Kafka or BullMQ/Redis), horizontally scaling AI workforce.
2122

0 commit comments

Comments
 (0)