Conversation
Bundles cycle 20260421_4 (PR-1..PR-5): PipelineState.shared, Stage.resolve_model_config, llm_client unified package, s06_api routed through state.llm_client, and memory stages (s02/s15) honouring per-stage model overrides via LLMSummaryCompactor + ReflectionResolver. Host upgrade note: constructions of AnthropicProvider/OpenAIProvider/ GoogleProvider switch to ClientRegistry.get(provider)(...) + attach_runtime( llm_client=...). Geny already pinned >=0.29.0,<0.30.0 in cycle-4 PR-6. Co-Authored-By: JangHaryeom <101104772+CocoRoF@users.noreply.github.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
geny-executor0.28.0 → 0.29.0.PipelineState.shared+Stage.local_state,Stage.resolve_model_config,geny_executor.llm_clientunified package, s06_api routed throughstate.llm_client, and memory stages (s02 compaction / s15 reflection) honouring per-stageModelConfigoverrides viaLLMSummaryCompactor+ReflectionResolver.Why now
Geny
16690d7(cycle-4 PR-6) pinnedgeny-executor>=0.29.0,<0.30.0as a pre-commitment. Publishing 0.29.0 satisfies that pin sopip install -e .in the Geny backend resolves cleanly.Test plan
pytest --tb=short -qon a fresh checkout: 1111 passed, 18 skipped.stages/s06_api/artifact/{default,openai,google}/providers.py(expected — these are what the cycle replaced).__version__matches pyproject version (pinned by a future CI invariant check if needed; eyeballed here).Rollout
v0.29.0targeting main —publish.ymlfires onrelease: publishedand uploads to PyPI via trusted publishing.🤖 Generated with Claude Code