Inferable
Trace Inferable agentic Runs in Muster — every Inferable Run becomes a Muster trace.
Inferable is an open-source platform for building agentic automations. Muster (langfuse) tracing is built in — every Inferable Run becomes a Muster trace with Tool Call and Generation spans.
Setup
Hosted Inferable
Configure Muster credentials via the Inferable Integrations tab — paste in your Public Key, Secret Key, and Base URL.
Self-hosted Inferable
Insert the credentials into the integrations table:
INSERT INTO integrations (cluster_id, langfuse) VALUES (
'<local_cluster_id>',
'{"publicKey":"<your_public_api_key>","secretKey":"<your_secret_api_key>","baseUrl":"<your_muster_base_url>","sendMessagePayloads":false}'
);What gets captured
Every Inferable Run produces a Muster trace with two span types:
- Tool Calls — function executions.
- Generation spans — LLM interactions including reasoning and utility calls.
Evaluations
Scores you submit through the Inferable Playground or API sync to Muster traces, so you can correlate evaluations and traces in one place.
Privacy: Send Message Payloads
By default only metadata flows (model, tokens, latency). Enable "Send Message Payloads" to include prompts, responses, and tool arguments — useful for detailed analysis, but consider the privacy implications first.
Traces appear within seconds (30s max delay).