@amaster.ai/employee-runtime-connector 0.1.1-beta.14 → 0.1.1-beta.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.
- package/README.md +8 -0
- package/dist/amaster-runtime-daemon.mjs +374 -165
- package/dist/amaster-runtime.mjs +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -51,6 +51,14 @@ An enforced stop returns `pi_tool_argument_stream_amplification` with
|
|
|
51
51
|
byte counts, ratios, event/tool identity, thresholds, and near-miss distances;
|
|
52
52
|
it omits the inline argument body.
|
|
53
53
|
|
|
54
|
+
Pi JSON mode can also repeat a cumulative `message` snapshot beside each
|
|
55
|
+
incremental `message_update`. The daemon compacts only that redundant snapshot
|
|
56
|
+
from its retained parse/result buffer while preserving the delta, terminal
|
|
57
|
+
events, live logs, and tool-argument guard input. Output telemetry reports both
|
|
58
|
+
`rawOutputBytes` and `retainedOutputBytes` plus `retentionCompactedBytes`; flood
|
|
59
|
+
limits continue to use raw bytes, so retention compaction never hides transport
|
|
60
|
+
pressure or weakens the 50 MiB safety boundary.
|
|
61
|
+
|
|
54
62
|
## Pi terminal cleanup outcome
|
|
55
63
|
|
|
56
64
|
Pi execution uses three separate evidence layers:
|