@mono-agent/operator-adapter 0.20.9 → 0.20.11
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/package.json +2 -2
package/README.md
CHANGED
|
@@ -238,7 +238,7 @@ startTuiAdapter
|
|
|
238
238
|
|
|
239
239
|
This adapter depends on Express plus shared `@mono-agent/agent-contracts`
|
|
240
240
|
primitives. It must not depend on the agent harness, runtime adapter, operator
|
|
241
|
-
surfaces, memory, observability, other communication adapters, or host
|
|
241
|
+
surfaces, memory, observability, other communication adapters, or host composition
|
|
242
242
|
code. Hosts compose it with structural responders.
|
|
243
243
|
|
|
244
244
|
## What This Package Does Not Own
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mono-agent/operator-adapter",
|
|
3
|
-
"version": "0.20.
|
|
3
|
+
"version": "0.20.11",
|
|
4
4
|
"description": "Loopback operator adapter for mono-agent structured TUI and web NDJSON turns.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "GPL-3.0-only",
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"README.md"
|
|
27
27
|
],
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@mono-agent/agent-contracts": "0.20.
|
|
29
|
+
"@mono-agent/agent-contracts": "0.20.11",
|
|
30
30
|
"express": "^5.1.0"
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|