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?
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
- LlamaIndex (v0.10.20+)
- CrewAI (via OTel)
- AutoGen / AG2 (via OTel)
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?
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-east-1. Enterprise customers can request eu-west-1 or other regions; see Security for the current list.How do I get help?
How do I get help?
- Community / Free tier: github.com/decimal-labs/decimalai-python/issues
- Pro: support@decimal.ai
- Team: 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?