refactor(tinyagents): complete provider cutover and lifecycle consolidation#5143
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 9e2e4f171d
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: c089d96e48
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 63af5fdc9c
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: fbba4882af
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
…vider-cleanup # Conflicts: # src/bin/library_profile/scenarios/skill_run.rs
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 07d91b8876
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
# Conflicts: # docs/tinyagents-drift-ledger.md # docs/tinyagents-full-migration-plan/99-deletion-ledger.md # docs/tinyagents-migration-plan-2026-07-22.md # src/openhuman/agent_orchestration/tools/spawn_async_subagent.rs # src/openhuman/agent_orchestration/tools/spawn_parallel_agents_tests.rs # src/openhuman/model_council/council.rs # src/openhuman/proc_metrics/mod.rs
|
Too many files changed for review. ( Bypass the limit by tagging |
… merge The upstream merge bumped vendor/tinyagents to the tinyhumansai#5143 provider refactor which removed the with_requires_streaming builder method. Drop the call since the new OpenAiModel transport already handles streaming correctly.
Summary
Providerabstraction to TinyAgents-nativeChatModel, then delete the compatibility clients, routing wrappers, and provider adapterRunQueuecompatibility fallbackUpstream dependencies
integration/openhuman-detached-lifecycle, composing those two green PR heads so clean CI runners can fetch the exact integration SHA; it will be replaced with canonical merged commits before migration closureValidation
cargo test --test inference_provider_e2e— 14 passedcargo test --test agent_harness_e2e— 18 passed, including after merging current upstreammainrunning_subagentstests — 17 passed, including after merging current upstreammaincargo clippy --all-targets --all-features -- -D warningspasses; Rust SDK CI and CodeRabbit greenDeliberate follow-ups / gates
docs/tinyagents-tool-model-decision-2026-07-23.mdApp-wide and full-suite validation is intentionally delegated to GitHub Actions.