agentic-surfaces 0.1.26 → 0.1.28
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/package.json +2 -2
package/README.md
CHANGED
|
@@ -42,6 +42,14 @@ capabilities:
|
|
|
42
42
|
settingSources: [project] # which .claude tiers load; [] = isolated
|
|
43
43
|
```
|
|
44
44
|
|
|
45
|
+
## Play / pause + token metrics
|
|
46
|
+
|
|
47
|
+
- **Play/Pause** — the dashboard has a platform-wide pause toggle (also `POST /api/pause|resume`).
|
|
48
|
+
When paused, scheduled cron workflows stop firing (in-flight runs finish; manual runs still work).
|
|
49
|
+
It's file-backed (`.flow-paused`), so it survives a `--watch` restart.
|
|
50
|
+
- **Token usage** — each agent run records its tokens (input/output/cache) + cost; the dashboard
|
|
51
|
+
shows a per-run total in the Runs panel and a per-node breakdown in the node drawer.
|
|
52
|
+
|
|
45
53
|
## Safety
|
|
46
54
|
|
|
47
55
|
Set `dryRun: true` in `agentic-surfaces.config.yaml` to block + log all writes (deterministic HTTP
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "agentic-surfaces",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.28",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"description": "Visualize and follow your agentic-surfaces workflows in the browser — run `npx agentic-surfaces` from your repo to open the live dashboard.",
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"README.md"
|
|
16
16
|
],
|
|
17
17
|
"dependencies": {
|
|
18
|
-
"@agentic-surfaces/cli": "0.1.
|
|
18
|
+
"@agentic-surfaces/cli": "0.1.28"
|
|
19
19
|
},
|
|
20
20
|
"repository": {
|
|
21
21
|
"type": "git",
|