@orkestrel/agent 0.0.1 → 0.0.2
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/package.json +3 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@orkestrel/agent",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.2",
|
|
4
4
|
"description": "A typed agent runtime for the @orkestrel line — providers, tools, conversations, workspaces, and a composable agent context. Part of the @orkestrel line.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"agent",
|
|
@@ -69,7 +69,8 @@
|
|
|
69
69
|
"@orkestrel/database": "^0.0.2",
|
|
70
70
|
"@orkestrel/emitter": "^0.0.1",
|
|
71
71
|
"@orkestrel/queue": "^0.0.1",
|
|
72
|
-
"@orkestrel/timeout": "^0.0.1"
|
|
72
|
+
"@orkestrel/timeout": "^0.0.1",
|
|
73
|
+
"@orkestrel/workflow": "^0.0.1"
|
|
73
74
|
},
|
|
74
75
|
"devDependencies": {
|
|
75
76
|
"@microsoft/api-extractor": "^7.58.9",
|