Summary
The docs site needs a proper quickstart guide for the observe() feature shipped in v1.4.
What to do
- Edit or create
TealTiger-Docs/concepts/observe-mode.mdx
- Show TypeScript + Python examples side by side
- Explain: what
observe() does, what getCost() returns, what freeze() does
- Add the progressive disclosure table (Level 0-3)
- Keep it under 200 lines
Page structure
- One-liner — what observe() is (1 sentence)
- Install — npm/pip commands
- TypeScript example — 5 lines
- Python example — 5 lines
- What you get automatically — bullet list of capabilities
- getCost() response shape — show the ObserveCostSummary fields
- freeze() / unfreeze() — kill switch usage
- Supported providers — list of 12
- Performance — under 5ms, in-process, offline-capable
- Next steps — link to guardrails, policies, dashboard
Acceptance criteria
Helpful links
Summary
The docs site needs a proper quickstart guide for the
observe()feature shipped in v1.4.What to do
TealTiger-Docs/concepts/observe-mode.mdxobserve()does, whatgetCost()returns, whatfreeze()doesPage structure
Acceptance criteria
docs.jsonif not already presentHelpful links
docs.jsonfor the "Core Concepts" sectionpackages/tealtiger-sdk/src/observe/