Update integrations for current core releases#56
Merged
Conversation
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.
Summary
Update the example integrations for the current Context Compiler core releases:
context-compiler0.8.3@rlippmann/context-compiler0.8.2This removes reliance on the deleted transcript replay APIs and updates affected integrations to use explicit authoritative continuation:
DecisionKind.PASSTHROUGHrepresentation.Why
The current core releases removed transcript replay APIs in favor of explicit
engine.step(...)sequencing and checkpoint-based continuation.Several integrations still depended on the removed replay surface. Recreating transcript replay locally would continue treating host message history as authoritative state and would preserve problematic replay semantics around pending clarification.
This update aligns the integrations with the current core architecture:
Example metadata
Checklist
Notes
LiteLLM continuity modes:
statelessis the default and processes only the latest user turn.persistentis explicit and requires either:context_compiler_session_keymetadata.context_compiler_session_keyValidation:
./scripts/validate_python.sh— passed (201 passed, 6 skipped)./scripts/validate_typescript.sh— passedFocused LiteLLM tests — passed (
25 passed, 4 skipped)Markdown lint — passed during the compatibility work
OpenWebUI
v0.9.2live validation with Ollamaqwen2.5:14b-instruct— passedcontext_compiler_pipecontext-compiler 0.8.3llm_called: nostate_injected: yesnoresolved and cleared pending clarification