agent-swarm-kit 1.0.167 → 1.0.169
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 +1 -1
- package/build/index.cjs +677 -723
- package/build/index.mjs +678 -724
- package/package.json +2 -2
- package/types.d.ts +623 -639
package/README.md
CHANGED
|
@@ -14,7 +14,7 @@ Unleash the power of collaborative AI with `agent-swarm-kit`! This library empow
|
|
|
14
14
|
|
|
15
15
|
- **Multi-Agent Collaboration**: Orchestrate multiple AI agents, each with unique roles—like triage, sales, or refunds—working as a team.
|
|
16
16
|
- **Lightweight & Flexible**: Unlike bulky frameworks, our API is simple and delegates prompt engineering to your team.
|
|
17
|
-
- **Framework-Agnostic**:
|
|
17
|
+
- **Framework-Agnostic**: Each agent works with any AI provider—OpenAI, Ollama, LMStudio, Claude, Grok, YandexGPT, Gemini, you name it!
|
|
18
18
|
- **Robust Validation**: Built-in checks ensure tools, agents, and outputs are always on point.
|
|
19
19
|
- **Real-Time Interaction**: Supports message scheduling and WebSocket channels for dynamic user input.
|
|
20
20
|
|