How is DecimalAI different from LangSmith / Braintrust / Langfuse?
How is DecimalAI different from LangSmith / Braintrust / Langfuse?
Does DecimalAI need my LLM API keys?
Does DecimalAI need my LLM API keys?
Will DecimalAI replace my existing observability tool?
Will DecimalAI replace my existing observability tool?
What data does DecimalAI store?
What data does DecimalAI store?
Can I self-host DecimalAI?
Can I self-host DecimalAI?
SKILL.md, eval.yaml, manifests), and everything is exportable — so your files, data, and tooling exit cleanly. Trust & Exit states the full dependency surface plainly. If self-hosting would be decisive for your team, tell us at hello@decimal.ai — demand shapes the roadmap.What Python versions are supported?
What Python versions are supported?
requires-python = ">=3.10").On Python 3.9 or older, pip install decimalai silently resolves to an outdated release that predates the demo command and several framework integrations. If decimalai demo reports an unknown command, check python --version first.Can I try DecimalAI without instrumenting my agent?
Can I try DecimalAI without instrumenting my agent?
[Demo]) and prints a link straight to the result. decimalai demo reset removes it all. No agent code, no framework setup, no LLM keys.Which agent frameworks are supported?
Which agent frameworks are supported?
- LangChain / LangGraph
- OpenAI Agents SDK
- Claude Agent SDK / Claude Code
- Pydantic AI
- Google ADK
- LlamaIndex (v0.10.20+)
- AutoGen / AG2
- CrewAI
decimalai.init(otel=True). For custom Python code without a framework, use @decimalai.trace() directly. See Tracing for setup details.Which LLM providers are supported?
Which LLM providers are supported?
Is there a TypeScript SDK?
Is there a TypeScript SDK?
- REST API — everything the Python SDK does goes through the same documented REST surface, callable from any language, today. See Authentication.
- MCP server —
decimalai-mcpgives any MCP client (Claude Code, Cursor, Claude Desktop) registry search, full skill detail, and the leaderboard as read-only tools.
decimal-labs/decimalai-python — usage signals shape priority.How do I delete my data?
How do I delete my data?
Where is my data hosted?
Where is my data hosted?
us-central1. Enterprise customers can request a different GCP region; see Security for details.How do I get help?
How do I get help?
- Free: community — github.com/decimal-labs/decimalai-python/issues
- Core: email — hello@decimal.ai
- Pro: email plus a dedicated Slack channel (we’ll set this up after upgrade)
- Enterprise: SLA-backed support contract with named TAM
X-Request-ID response header — it lets us look up the failing request in logs.Skills
What's the difference between a skill and a tool?
What's the difference between a skill and a tool?
SKILL.md file that tells the agent how to approach a task (your refund policy, a commit-message convention, an extraction schema). Tools execute; skills shape behavior. A skill may reference tools, but it never executes anything itself.See the Skills guide for the format and Skills & Data Pipeline for the conceptual model.What do the Capability / Preference badges on registry skills mean?
What do the Capability / Preference badges on registry skills mean?
What is lift? What's a skills ablation?
What is lift? What's a skills ablation?
How are skills vetted before they reach the registry?
How are skills vetted before they reach the registry?
Can I keep my skills private?
Can I keep my skills private?
personal and workspace visibility for narrower scoping); it becomes public only if you explicitly publish it, which is gated. And when you install a public registry skill, it’s forked into your org as an independent copy — your edits (your policies, your voice) stay yours and never flow upstream. See the registry guide.When do skills retire?
When do skills retire?