You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,10 @@
18
18
19
19
---
20
20
21
+
<imgsrc="./demo.gif" />
22
+
23
+
*This is a demo of the Delegation Network in action. Note that the prompts used are not very refined and the system could be massively improved. This is only a demo to show examples of what can be built with Wasmind.*
24
+
21
25
## Getting Started
22
26
23
27
**Want to try Wasmind?** Check out [wasmind_cli](crates/wasmind_cli/) - a CLI application built with Wasmind that demonstrates actor-based AI development workflows (including Claude Code-style interactions).
@@ -50,10 +54,6 @@ Wasmind can be used for anything but is best at building massively parallel mult
50
54
**Current Demos:**
51
55
-**[Delegation Network](actors/delegation_network/)** - Hierarchical multi-agent coordination system for spawning and managing specialized AI agents (think Claude Code but manager -> sub_manager -> worker agent relations).
*This is a demo of the Delegation Network in action. Note that the prompts used are not very refined and the system could be massively improved. This is only a demo to show examples of what can be built with Wasmind.*
56
-
57
57
Demo's can be ran with the **[wasmind_cli](crates/wasmind_cli/)**
0 commit comments