agent-swarm-kit 1.0.14 → 1.0.16

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 +2 -0
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -2,6 +2,8 @@
2
2
 
3
3
  > A TypeScript library for building orchestrated framework-agnostic multi-agent AI systems. Documentation [available in docs folder](https://github.com/tripolskypetr/agent-swarm-kit/tree/master/docs)
4
4
 
5
+ ![schema](./schema.png)
6
+
5
7
  ## Installation
6
8
 
7
9
  In comparison with langchain js this library provide the lightweight API so you can delegate the prompt engineering to other junior developers
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agent-swarm-kit",
3
- "version": "1.0.14",
3
+ "version": "1.0.16",
4
4
  "description": "A TypeScript library for building orchestrated framework-agnostic multi-agent AI systems",
5
5
  "author": {
6
6
  "name": "Petr Tripolsky",
@@ -30,11 +30,11 @@
30
30
  ],
31
31
  "repository": {
32
32
  "type": "git",
33
- "url": "https://github.com/react-declarative/react-declarative",
34
- "documentation": "https://github.com/react-declarative/react-declarative/tree/master/docs"
33
+ "url": "https://github.com/tripolskypetr/agent-swarm-kit",
34
+ "documentation": "https://github.com/tripolskypetr/agent-swarm-kit/tree/master/docs"
35
35
  },
36
36
  "bugs": {
37
- "url": "https://github.com/react-declarative/react-declarative/issues"
37
+ "url": "https://github.com/tripolskypetr/agent-swarm-kit/issues"
38
38
  },
39
39
  "scripts": {
40
40
  "build": "rollup -c",