Add Lumin — local-first observability integration#61
Open
amitbidlan wants to merge 3 commits intomergisi:mainfrom
Open
Add Lumin — local-first observability integration#61amitbidlan wants to merge 3 commits intomergisi:mainfrom
amitbidlan wants to merge 3 commits intomergisi:mainfrom
Conversation
Adds an Observability subsection under Integrations and lists Synaptic, an Apache-2.0 local-first observability stack. Companion package `@synaptic/openclaw` plugs into OpenClaw's OTel pipeline (`@openclaw/diagnostics-otel`) so every LLM call, tool call, and agent session shows up in a local dashboard at localhost:3000. No SaaS account, no cloud — fits OpenClaw's "your data on your devices" philosophy. Repo: https://github.com/amitbidlan/zistica-synaptic Package: packages/integrations/openclaw/
The @synaptic scope on npm is owned by another user, so the package publishes under the maintainer's own scope: @zistica-synaptic/openclaw. Repo + brand stay as zistica-synaptic on GitHub.
The npm scope `@synaptic` is owned by another user, blocking publication. Rebranded the project to Lumin, with `@lumin-io` as the npm scope. Updates the entry's display name, repo URL, and package name accordingly.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds Lumin under Infrastructure → Observability.
What it is
Lumin is a local-first observability platform for AI agents. It records every LLM call, tool call, and decision, runs in a single Docker container, and exposes a dashboard at
localhost:3000. No account, no cloud, Apache-2.0 licensed.Why it fits OpenClaw's ecosystem
OpenClaw already emits OpenTelemetry through
@openclaw/diagnostics-otel. Lumin ships a companion package —@lumin-io/openclaw— that's an OTelSpanExportermapping OpenClaw's spans to Lumin's wire format. Same "your data, your machine" philosophy as OpenClaw itself.Install
Channel sessions (WhatsApp / Telegram / Discord / Slack / iMessage) are grouped via the dashboard's
/sessionsview; Claude extended-thinking blocks render as first-class child spans with separate cost rows.Checklist