agent-swarm-kit 1.0.0 → 1.0.1
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/package.json +1 -1
package/README.md
CHANGED
|
@@ -110,7 +110,7 @@ app.get("/api/v1/session/:clientId", upgradeWebSocket((ctx) => {
|
|
|
110
110
|
|
|
111
111
|
```
|
|
112
112
|
|
|
113
|
-
The feature of this library is dependency inversion for agents injection. The agents are being lazy loaded during runtime, so you can declare them in separate modules
|
|
113
|
+
The feature of this library is dependency inversion for agents injection. The agents are being lazy loaded during runtime, so you can declare them in separate modules and connect them to swarm with a string constant
|
|
114
114
|
|
|
115
115
|
```tsx
|
|
116
116
|
|