Pi Session Telemetry
@evrardjp/pi-session-telemetryv2026.06.29.1
01README
Privacy-safe Pi coding-agent session telemetry ingestion and reporting for Swamp. Captures useful metadata, usage, tool, message, and session signals while keeping prompt content, tool payloads, and local paths opt-in.
02Models
@evrardjp/pi-session-telemetryv2026.06.29.1models/pi_session_telemetry.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| includeContent | boolean | Store prompt/message text, raw payloads, images, and session snapshots |
| includeToolPayloads | boolean | Store tool arguments, results, partial results, and details |
| includePaths | boolean | Store local cwd and pi sessionFile paths |
fn ingest()
Ingest one sanitized pi telemetry event
fn ingest_batch(events: array)
Ingest a batch of sanitized pi telemetry events
| Argument | Type | Description |
|---|---|---|
| events | array |
Resources
event(30d)— One privacy-sanitized pi session telemetry event
prompt(30d)— Captured user/system prompt metadata; content is opt-in
message(30d)— Captured pi conversation message metadata; content is opt-in
toolExecution(30d)— Captured tool execution phase and errors; payloads are opt-in
usage(30d)— Assistant model token and cost usage
sessionSnapshot(30d)— Session tree or active branch snapshot
batch(30d)— Ingestion batch summary
03Reports
@evrardjp/pi-session-reportmodel
reports/pi_session_report.ts
Summarize pi coding-agent session telemetry captured in swamp
pitelemetryagentreporting
04Stats
A
100 / 100
Downloads
0
Archive size
10.2 KB
- Has README or module doc2/2earned
- README has a code example1/1earned
- README is substantive1/1earned
- Most symbols documented1/1earned
- No slow types (deprecated)1/1earned
- Dependencies pass trust audit2/2earned
- Has description1/1earned
- Platform support declared (or universal)2/2earned
- License declared1/1earned
- Verified public repository2/2earned
05Platforms
06Labels