chore(release): v0.2.0b19 — OCI V1 transport rename + workbench/notebook drift fixes#243
Merged
Conversation
…ook drift fixes Bumps version 0.2.0b18 → 0.2.0b19 and rolls the [Unreleased] section into a dated [0.2.0b19] entry. Bundles: - PR #237 — refactor(models): rename OCIOpenAIModel → OCIChatCompletionsModel + docs polish (strip "(recommended)" editorial labels, link GSAR arxiv paper, notebook 13 nav resequence). - PR #238 — fix(workbench): orchestrator + memory_manager + stategraph_loop API drift + 7 notebook `table_name=` strings out of sync with their renumbered filenames + workbench Troubleshooting note for the `oracle_26ai_indb_embeddings` ONNX env override. Follow-up tracking: #239 (rename openai_compat module), #240 (audit OCI naming), #241 (renumber-script validation), #242 (auto-detect ONNX model in workbench). Verified pre-merge: 4785 unit tests pass, 69/69 notebooks live with BOAT-OC1 → saasobservai, 18/18 workbench patterns live. Signed-off-by: Federico Kamelhar <federico.kamelhar@oracle.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.
Summary
Cuts release
v0.2.0b19. Bumpspyproject.toml0.2.0b18 → 0.2.0b19and rolls the [Unreleased] section into a dated [0.2.0b19] entry in
the CHANGELOG.
What's in this release
Breaking — OCI V1 transport class renamed (PR #237)
OCIOpenAIModel→OCIChatCompletionsModelOCIOpenAIConfig→OCIChatCompletionsConfigHard rename, no deprecation alias (pre-1.0). The string factory
get_model("oci:...")is unchanged. Anyone constructing the class byname must update imports.
Workbench / notebook fixes (PR #238)
orchestratorworkbench pattern: aligned with currentSpecialist+OrchestratorAPImemory_managerworkbench pattern: asyncextract_fnfor thesession-2 noop
stategraph_loopworkbench pattern: usesENDsentinel fromlocus.multiagent.graphtable_name=strings updated to match renumberedfilenames (prevents ORA-00001 collisions on re-runs)
oracle_26ai_indb_embeddingsworkbench Troubleshooting docs: documentsOCI_INDB_MODELenv overrideDocs polish (PR #237)
replaced with neutral descriptors
Follow-up issues
openai_compat.py→chat_completions.pytable_name=strings inside notebook codeoracle_26ai_indb_embeddings: auto-detect ONNX modelVerification (against main pre-tag)
Release flow (after merge)
v0.2.0b19on the merge commit_release.ymlworkflow auto-publishes to TestPyPI then PyPI