@sulala/agent-os 0.1.31 → 0.1.32

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Sulala Agent OS
2
2
 
3
- Lightweight **Bun-based Agent Operating System** micro-agents, installable skills, workflows, and a web dashboard.
3
+ Lightweight **Bun-based Agent Operating System** for **graph-based, collaborative micro-agents** — agents work together in workflows instead of a single-agent loop. It includes installable skills, workflows, and a web dashboard, and is designed to stay under **1 MB**.
4
4
 
5
5
  ## Showcase
6
6
 
@@ -27,6 +27,7 @@ Compared to typical AI agent frameworks, **Sulala is extremely small** — the c
27
27
  Sulala stays tiny because it focuses on a **minimal runtime**:
28
28
 
29
29
  - **Core runtime + CLI + dashboard**
30
+ - **Graph-based multi-agent collaboration**
30
31
  - **Agents, skills, channels, tools**
31
32
  - **External AI providers** (OpenAI, Anthropic, OpenRouter, etc.)
32
33