agent-swarm-kit 1.0.3 → 1.0.5

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -154,7 +154,7 @@ Agent Swarm Kit lets you build intelligent multi-agent systems where different a
154
154
  **Core Components:**
155
155
  - Agent Management: Create, validate, and connect agents
156
156
  - Session Handling: Execute commands across agent networks
157
- - Tool Validation: Ensure agent tools meet system requirements
157
+ - Tool Validation: Ensure agent tools calls meet argument requirements
158
158
  - History Tracking: Log and retrieve agent interactions
159
159
 
160
160
  **Use Cases:**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agent-swarm-kit",
3
- "version": "1.0.3",
3
+ "version": "1.0.5",
4
4
  "description": "A TypeScript library for building orchestrated framework-agnostic multi-agent AI systems",
5
5
  "author": {
6
6
  "name": "Petr Tripolsky",