Skip to content

feat: Phase 8 health mesh (v0.6.0)#15

Merged
aeswibon merged 1 commit into
masterfrom
kernel-phase-8-health
Jul 5, 2026
Merged

feat: Phase 8 health mesh (v0.6.0)#15
aeswibon merged 1 commit into
masterfrom
kernel-phase-8-health

Conversation

@aeswibon

@aeswibon aeswibon commented Jul 5, 2026

Copy link
Copy Markdown
Member

Summary

  • Health scoring — per-organ score 0–100 from latency, restarts, and RSS; eviction below 30
  • GET /organs/health — axum mesh via autonomic serve-health (default port 3200)
  • Boot gate — dependency order: nats → brain.db index ready → spine/nerves/heart
  • Degradation ladder — gates MCP organs at minimal tier (mouth raw JSON, eyes DOM-only)
  • MCP reconnect — retry organ session once on tool call failure

Test plan

  • cargo fmt --all
  • cargo test -p agent-body --lib
  • cargo test --release -p agent-body -- --test-threads=1
  • cargo test -p agent-body supervisor::tests::health_score_eviction

Version

  • agent-body 0.6.0 (CHANGELOG updated)

Part of kernel overhaul Phase 8 — see autonomic-ai-dev/agent-brain docs/architecture/15-kernel-overhaul.md.

Per-daemon health score 0–100 with GET /organs/health, boot gate
(nats → brain.db → spine), degradation ladder, and MCP session retry.
Bump agent-body to 0.6.0.
@aeswibon aeswibon merged commit 8300a3f into master Jul 5, 2026
11 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