Skip to content

feat(ai): add LiteLLM adapter#267

Merged
ralyodio merged 1 commit into
profullstack:masterfrom
nam157:codex/add-litellm-ai-adapter
May 20, 2026
Merged

feat(ai): add LiteLLM adapter#267
ralyodio merged 1 commit into
profullstack:masterfrom
nam157:codex/add-litellm-ai-adapter

Conversation

@nam157
Copy link
Copy Markdown
Contributor

@nam157 nam157 commented May 19, 2026

Summary

  • add a LiteLLM AI provider adapter using the OpenAI-compatible chat completions API
  • support configurable LiteLLM proxy base URLs while defaulting to the local proxy
  • cover dry-run behavior, request mapping, usage mapping, and error excerpts with Vitest

Closes #266
Related to #133

Verification

  • pnpm exec vitest run packages/ai/litellm/src/index.test.ts
  • pnpm --filter @profullstack/sh1pt-ai-litellm typecheck
  • pnpm --filter @profullstack/sh1pt-ai-litellm build
  • pnpm install --frozen-lockfile
  • git diff --check

@github-actions
Copy link
Copy Markdown

🤖 Auto-rebase: The branch was rebased successfully locally but could not be pushed to the fork. Please enable 'Allow edits from maintainers' in the PR settings, or rebase manually: git fetch upstream master && git rebase upstream/master.

@ralyodio ralyodio merged commit 94bc7c3 into profullstack:master May 20, 2026
4 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.

add support for these tools:

2 participants