agent-swarm-kit 1.0.232 → 1.0.233
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 +5 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -22,7 +22,11 @@ Unleash the power of collaborative AI with `agent-swarm-kit`! This library empow
|
|
|
22
22
|
|
|
23
23
|
## 🚀 Getting Started
|
|
24
24
|
|
|
25
|
-
**Want a real-world demo?** Check out our **[Binance Candle Chat](https://github.com/tripolskypetr/agent-swarm-kit/blob/master/demo/binance-candle-chat/src/lib/swarm.ts)**—a practical example of a sales agent in action!
|
|
25
|
+
> **Want a real-world demo?** Check out our **[Binance Candle Chat](https://github.com/tripolskypetr/agent-swarm-kit/blob/master/demo/binance-candle-chat/src/lib/swarm.ts)**—a practical example of a sales agent in action!
|
|
26
|
+
|
|
27
|
+
### First Look
|
|
28
|
+
|
|
29
|
+
Read the [briefing article by the link](https://agent-swarm.github.io/documents/app_getting-started.html)
|
|
26
30
|
|
|
27
31
|
### Installation
|
|
28
32
|
|