Skip to content

[docs] Add supported providers table with pricing coverage (resolves #373)#386

Merged
nagasatish007 merged 1 commit into
agentguard-ai:mainfrom
SHUOscar:docs/add-supported-providers-table
Jul 12, 2026
Merged

[docs] Add supported providers table with pricing coverage (resolves #373)#386
nagasatish007 merged 1 commit into
agentguard-ai:mainfrom
SHUOscar:docs/add-supported-providers-table

Conversation

@SHUOscar

Copy link
Copy Markdown
Contributor

Closes #373.

Added a 'Supported Providers' section to README combining:

  1. The complete provider × model × pricing matrix from docs/cost-comparison.md
  2. A Pricing Coverage column showing verified cost tracking via observe() end-to-end
  3. A quickstart example link per provider so users can jump straight to runnable code

Coverage legend:

  • ✅ verified end-to-end via observe() + tested in test_property_20_cost_monotonicity.py
  • 🟡 imported in observe() adapter, no property test yet
  • 🛠️ adapter example exists, no observe() integration yet
  • ❌ listed in cost-comparison.md only, no SDK hook yet (PRs welcome)

Verified by reading:

  • packages/tealtiger-ai-sdk/src/core/GovernanceOrchestrator.costTracking.test.ts
  • examples/observe_quickstart.py, examples/bedrock-multi-provider.ts,
    examples/multi-provider-failover.ts, examples/multi-provider-setup.ts
  • docs/cost-comparison.md

Docs only, no code changes. Happy to iterate based on review.

@github-actions github-actions Bot added the documentation Improvements or additions to documentation label Jul 11, 2026
@nagasatish007 nagasatish007 merged commit 92cf517 into agentguard-ai:main Jul 12, 2026
8 of 9 checks passed
@nagasatish007

Copy link
Copy Markdown
Contributor

@SHUOscar Thanks for the contribuion. keep contributing :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[docs] Add supported providers table with pricing coverage to observe() docs

2 participants