@automatalabs/workflows 0.26.0 → 0.26.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 +4 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -601,6 +601,10 @@ the exhaustive option tables.
|
|
|
601
601
|
|
|
602
602
|
## See also
|
|
603
603
|
|
|
604
|
+
- **[`examples/`](examples/)** — runnable examples: `repo-triage`, a complete standalone
|
|
605
|
+
project (own `package.json`, TypeScript host, external workflow scripts) running an
|
|
606
|
+
autonomous cross-vendor triage; and `image-gate`, a single gated script with an
|
|
607
|
+
MCP-wired image producer.
|
|
604
608
|
- **[`@automatalabs/mcp-server`](https://www.npmjs.com/package/@automatalabs/mcp-server)** — the
|
|
605
609
|
stdio MCP server built on this SDK. It wraps the same engine + ACP backend behind `workflow`
|
|
606
610
|
and conditional auth tools (bin: `agentprism-workflow`) for any MCP host. Use it when you want the
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@automatalabs/workflows",
|
|
3
|
-
"version": "0.26.
|
|
3
|
+
"version": "0.26.1",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"engines": {
|
|
6
6
|
"node": ">=22"
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"dependencies": {
|
|
33
33
|
"@automatalabs/shared-types": "0.16.0",
|
|
34
34
|
"@automatalabs/workflow-engine": "0.15.0",
|
|
35
|
-
"@automatalabs/acp-agents": "0.24.
|
|
35
|
+
"@automatalabs/acp-agents": "0.24.1"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
38
|
"typebox": "1.3.2"
|