Extra library of applications for the Ergo Framework 3.0 (and above)
Web-Dashboard Application for the node made with Ergo Framework
Doc: https://docs.ergo.services/extra-library/applications/observer
Sidecar diagnostic application that exposes 46 inspection tools via MCP (Model Context Protocol) over HTTP. Enables AI agents (Claude Code, Claude Desktop) to diagnose performance bottlenecks, inspect processes, profile goroutines and heap, monitor metrics in real time, and trace issues across a cluster.
Doc: https://docs.ergo.services/extra-library/applications/mcp
Sidecar application that bundles Kubernetes health probes and Prometheus metrics into a single HTTP endpoint. Uses actor/health and actor/metrics internally; actors interact through helper functions in the radar package without importing the underlying dependencies.
Doc: https://docs.ergo.services/extra-library/applications/radar
OTLP tracing exporter application. Collects tracing observations from the node and exports them to any OTLP-compatible backend (Grafana Tempo, Jaeger) over HTTP with protobuf encoding. Uses a pool of worker actors for batching and flushing.
Doc: https://docs.ergo.services/extra-library/applications/pulse
Eventually-consistent distributed registry, process groups, and lifecycle monitors for nodes made with Ergo Framework. Each node keeps a full local copy of a sharded registry; keys and monitors replicate across same-domain peers, and process groups broadcast over the event bus.
Doc: https://docs.ergo.services/extra-library/applications/grid