Skip to content

F035: Observability — Event Bus Stats, Causal Chain Tracing, Behavioral Drift Detection#248

Merged
tfatykhov merged 1 commit intomainfrom
feat/f035-observability
Apr 4, 2026
Merged

F035: Observability — Event Bus Stats, Causal Chain Tracing, Behavioral Drift Detection#248
tfatykhov merged 1 commit intomainfrom
feat/f035-observability

Conversation

@tfatykhov
Copy link
Copy Markdown
Owner

F035: Observability

Problem

Nous has 4+ autonomous subsystems that modify state. No way to trace causality or detect drift.

Specs

  • F035 umbrella — three-layer architecture
  • F035.1 Event Bus Observability (P1) — stats, handler health, endpoints, Telegram
  • F035.2 Causal Chain Tracing (P1) — trace_id/caused_by on events, audit trail
  • F035.3 Behavioral Drift Detection (P2) — metric snapshots, z-score anomalies

Sequencing: F035.1 → F035.2 → F035.3

…havioral drift detection

F035 (umbrella) — Three-layer observability architecture for autonomous systems
F035.1 — Event Bus Observability: in-memory stats, handler health, REST endpoints, Telegram integration. Supersedes planned 006.1.
F035.2 — Causal Chain Tracing: trace_id/caused_by on events, modification tagging, trace query API, autonomous activity dashboard panel.
F035.3 — Behavioral Drift Detection: periodic metric snapshots, z-score anomaly detection, heartbeat integration, trend API.

Addresses the core problem: 4+ autonomous subsystems now modify agent state, but there's no way to trace causality or detect compounding drift.
@chatgpt-codex-connector
Copy link
Copy Markdown

You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard.
To continue using code reviews, you can upgrade your account or add credits to your account and enable them for code reviews in your settings.

@tfatykhov tfatykhov merged commit 069673c into main Apr 4, 2026
1 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant