@inkeep/agents-cli 0.29.11 → 0.30.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/dist/index.js +7610 -6537
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -123,7 +123,7 @@ export INKEEP_AGENTS_RUN_API_URL=http://localhost:3003
|
|
|
123
123
|
|
|
124
124
|
### `inkeep add [template]`
|
|
125
125
|
|
|
126
|
-
Pull a template project from the [Inkeep Agents Cookbook](https://github.com/inkeep/agents
|
|
126
|
+
Pull a template project from the [Inkeep Agents Cookbook](https://github.com/inkeep/agents/tree/main/agents-cookbook/template-projects).
|
|
127
127
|
|
|
128
128
|
```bash
|
|
129
129
|
# Add a template
|