Skip to content

Clarify public client API documentation#9

Merged
nagasatish007 merged 1 commit into
agentguard-ai:mainfrom
lleonardo-franco:feature/client-api-clarity
May 23, 2026
Merged

Clarify public client API documentation#9
nagasatish007 merged 1 commit into
agentguard-ai:mainfrom
lleonardo-franco:feature/client-api-clarity

Conversation

@lleonardo-franco

Copy link
Copy Markdown
Contributor

Summary

  • Document tealtiger.clients as the canonical provider client API for guarded LLM calls.
  • Distinguish the TealTiger sidecar and tool execution client from provider clients.
  • Align README examples and provider method names with the tested APIs.
  • Add public API coverage for root exports and README OpenAI usage.

Validation

  • python3 -m py_compile src/tealtiger/client.py src/tealtiger/clients/__init__.py src/tealtiger/clients/teal_openai.py tests/clients/test_public_api.py
  • /private/tmp/tealtiger61-venv/bin/python -m pytest tests/clients/test_public_api.py tests/clients/test_teal_openai.py
  • /private/tmp/tealtiger61-venv/bin/python -m pytest

Resolves agentguard-ai/tealtiger#62

@nagasatish007 nagasatish007 merged commit 6108292 into agentguard-ai:main May 23, 2026
2 of 21 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Clarify and consolidate SDK client APIs

2 participants