CLAUDE-MEM SHIPS EVENT-SOURCED AGENT TELEMETRY (POSTGRES + BULLMQ)
Claude-mem just shipped an event-sourced agent telemetry pipeline on Postgres and BullMQ with audit logs, retries, and MCP support. The new [v13.1.0](https://g...
Claude-mem just shipped an event-sourced agent telemetry pipeline on Postgres and BullMQ with audit logs, retries, and MCP support.
The new v13.1.0 release introduces an agent_event → observation job outbox, idempotent enqueueing, API endpoints, a Docker/Compose stack, and provider-agnostic workers for Anthropic, OpenAI, and Google.
This lands alongside operational tooling: antigravity-awesome-skills v11.1.0 adds local agent session audits, agentic-qe v3.9.23 fixes pattern indexing and outcome tracking, and MassGen v0.1.85 seeds criteria from observed gaps.
At the edge, LocalAI v4.2.1 expands backends and capability reporting, helping inventories stay accurate as models and tools shift.
Agent output is now first-class telemetry with retries, idempotency, and audits instead of best-effort logs.
This aligns multiple tools around traceability and measurable improvement loops for coding agents.
-
terminal
Spin up the Docker stack and hammer POST /v1/events with duplicate request-ids; verify idempotent enqueue and observation rows, then test retry/cancel paths.
-
terminal
Race /v1/sessions/start using the same externalSessionId; confirm 23505 handling returns the winning row and legacy shims keep clients working.
Legacy codebase integration strategies...
- 01.
Adopt the legacy compat shims (/api/sessions/observations, /api/sessions/summarize) to migrate without touching existing workers.
- 02.
Mirror the event outbox to your current telemetry/PII controls and align schemas before flipping primary reads to the new observation tables.
Fresh architecture paradigms...
- 01.
Use the event-sourced pipeline from day one to standardize agent output capture, audits, and cost tracking.
- 02.
Define retention and indexing upfront; pair with local session audits from antigravity-awesome-skills for quick operator feedback.
Get daily POSTGRES + SDLC updates.
- Practical tactics you can ship tomorrow
- Tooling, workflows, and architecture notes
- One short email each weekday