Documentation Index
Fetch the complete documentation index at: https://docs.getmuster.io/llms.txt
Use this file to discover all available pages before exploring further.
How it works
The LangChain connector monitors your agents in two modes: LangSmith mode (zero code changes): If your team is already tracing to LangSmith, the connector polls the LangSmith API for completed runs. No changes to your agent code. Callback mode (real-time): Your team addsMusterCallbackHandler to your chain config. Executions are sent to muster in real time as they complete.
Elitery deploys and manages the connector. Your developers choose which mode suits them.
Option A — LangSmith mode (recommended, zero code changes)
If you’re already sending traces to LangSmith:- Provide Elitery with your LangSmith API key during onboarding
- Elitery deploys the connector — it immediately starts discovering agents and streaming executions
- No changes to your agent code
Option B — Callback mode (real-time, one line of code)
If you’re not using LangSmith, or want real-time data without the 30-second polling delay:- Input and output data
- Token usage (prompt + completion tokens)
- Model name
- Execution status (success/error)
- Start and end timestamps
What muster does automatically
Once executions arrive (via either mode), muster’s check inference engine:- Matches your agent name to a check category (financial, legal, risk, etc.)
- Inspects output field names for additional check suggestions
- Emits a quality signal with inferred pass/fail checks
- Surfaces results in your Health Heatmap and Executive dashboard