agent-swarm-kit 1.1.35 → 1.1.37
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 +2 -0
- package/build/index.cjs +591 -525
- package/build/index.mjs +591 -526
- package/package.json +1 -1
- package/types.d.ts +55 -2
package/README.md
CHANGED
|
@@ -27,6 +27,8 @@ Unleash the power of collaborative AI with `agent-swarm-kit`! This library empow
|
|
|
27
27
|
|
|
28
28
|
- **Redis Storage Integration**: Persists state management, RAG (Retrieval-Augmented Generation) search data, and chat history in Redis, ensuring reliable, scalable, and high-performance storage. This enables safe and consistent access to agent states, vector search results, and conversation histories across distributed systems (Microservices).
|
|
29
29
|
|
|
30
|
+
- **Chat Independent Background Agent Sessions**: Enables the swarm to perform complex data processing computations in isolated contexts, such as financial analytics, allowing agents to handle intensive tasks like market trend analysis or portfolio optimization without interfering with the primary chat flow.
|
|
31
|
+
|
|
30
32
|
---
|
|
31
33
|
|
|
32
34
|
## 🚀 Getting Started
|