Skip to content

feat: add LiteLLM integrations and switch demos to LiteLLM transport#51

Merged
rlippmann merged 7 commits into
mainfrom
codex/litellm-integration
Mar 22, 2026
Merged

feat: add LiteLLM integrations and switch demos to LiteLLM transport#51
rlippmann merged 7 commits into
mainfrom
codex/litellm-integration

Conversation

@rlippmann

@rlippmann rlippmann commented Mar 22, 2026

Copy link
Copy Markdown
Owner

what changed

  • added LiteLLM SDK integration example under examples/integrations/litellm_sdk.py
  • added LiteLLM proxy pre-call hook example under examples/integrations/litellm_proxy/
  • added integrations index docs and linked integrations from main README/examples docs
  • migrated demos transport client from OpenAI SDK to LiteLLM (demos/llm_client.py)
  • updated demo dependency from openai to litellm and refreshed lockfile
  • updated llm client tests for LiteLLM path and added dict-style response coverage
  • bumped package version to 0.4.5

why

  • provide concrete host-side LiteLLM integration examples (SDK + proxy) without changing compiler semantics
  • align demo transport with LiteLLM while preserving deterministic compiler behavior and existing demo flow
  • make integration paths discoverable in docs for the 0.4.5 release

@rlippmann rlippmann changed the title feat: add LiteLLM integration examples and demos migration feat: add LiteLLM integrations and switch demos to LiteLLM transport Mar 22, 2026
@rlippmann
rlippmann merged commit af76e22 into main Mar 22, 2026
8 checks passed
@rlippmann
rlippmann deleted the codex/litellm-integration branch March 22, 2026 09:18
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.

1 participant