[codex] Add K-LLM use-case recipes - #3
Merged
Merged
Conversation
svngoku
force-pushed
the
codex/k-llm-use-cases
branch
from
June 1, 2026 10:47
2c08088 to
7c821f9
Compare
svngoku
force-pushed
the
codex/k-llm-use-cases
branch
from
June 1, 2026 10:49
7c821f9 to
bea3d83
Compare
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.
Requirements
Extend the multi-model orchestration path from one hardcoded flow into K-LLM plus tools use cases. The implementation should work locally, include tests, provide concise examples/docs, and remain compatible with the existing
multidefault behavior.Changes
agentic_internet/agents/use_cases.py.agentic_internet/agents/orchestration_runtime.py.researchrecipe.technical_due_diligenceandmarket_intelligence.agentic-internet multi --use-case ...plus--worker-model worker=modeloverrides.agentic-internet tools --use-casesto list available recipes.Examples
Verification
Ran the full project gate before commit and push:
PATH="$HOME/.local/bin:/opt/homebrew/bin:$PATH" make checkResults:
Notes
The local git hooks still skipped bead sync because
bdis not installed on PATH. No live provider credentials are required for the new unit and CLI tests.