feat: add Backboard.io LLM plugin (persistent memory + RAG)#4964
Open
KJFromMicromonic wants to merge 7 commits intolivekit:mainfrom
Open
feat: add Backboard.io LLM plugin (persistent memory + RAG)#4964KJFromMicromonic wants to merge 7 commits intolivekit:mainfrom
KJFromMicromonic wants to merge 7 commits intolivekit:mainfrom
Conversation
- Replace Optional[X] with X | None and Dict with dict (ruff UP045/UP006) - Fix import sorting (ruff I001) - Use logging.getLogger() instead of utils.log.logger (mypy attr-defined) - Add explicit str() cast on resp.json() return (mypy no-any-return) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Use double-checked locking in SessionStore.get_or_create_thread() to prevent concurrent requests from creating duplicate threads for the same user. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
- Add py.typed marker so mypy can type-check the package - Convert httpx exceptions to APITimeoutError, APIStatusError, and APIConnectionError to enable base class retry mechanism Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
- Add livekit-plugins-backboard to [tool.uv.sources] in root pyproject.toml so uv sync installs it in CI - Remove livekit/__init__.py and livekit/plugins/__init__.py that were breaking implicit namespace packages (matching all other plugins) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Pass body=None instead of e.response.text in the HTTPStatusError handler since the response body is unread in a streaming context, which would raise ResponseNotRead and misclassify all HTTP errors as APIConnectionError. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.