chore(deps): vendor tinyagents 1.5.0 + upgrade 1.3 -> 1.5 (parity base) - #2
Closed
senamakel wants to merge 25 commits into
Closed
chore(deps): vendor tinyagents 1.5.0 + upgrade 1.3 -> 1.5 (parity base)#2senamakel wants to merge 25 commits into
senamakel wants to merge 25 commits into
Conversation
…tus (tinyhumansaiGH-4396) (tinyhumansai#4406) Co-authored-by: M3gA-Mind <elvin@mahadao.com>
…ne misroute (tinyhumansai#4153) (tinyhumansai#4298) Co-authored-by: M3gA-Mind <megamind@mahadao.com>
…n review fixes (tinyhumansai#4431) Co-authored-by: Steven Enamakel <enamakel@tinyhumans.ai>
Adds vendor/tinyagents as a submodule (senamakel/tinyagents fork) pinned to v1.5.0 and points [patch.crates-io] at it, so the TinyAgents-migration parity fixes can patch the crate locally when a seam-side fix is impossible, and so the 1.3 -> 1.5 upgrade is buildable/verifiable in-tree. Bumps the direct `tinyagents` dep to 1.5 (transitive tinyflows 0.3 dep resolves to the same patched 1.5.0). `cargo check --lib --bins` is green: the 1.5 API is additive over 1.3 (goals, todos, no_progress, retry, UnknownToolPolicy::ReturnToolError) so the existing seam compiles unchanged. Base branch for the tinyhumansai#4451-tinyhumansai#4469 parity/bug-fix PRs. Claude-Session: https://claude.ai/code/session_019j5TLsRLHsM3kqAYFyH4hR
… sessions, goals/todos shadows, journals, middleware dedupe (tinyhumansai#4473)
Resolves the vendoring convergence: upstream independently vendored tinyagents 1.5.0 as a submodule + [patch.crates-io] path. Kept our submodule URL on the senamakel/tinyagents fork (so parity work can push crate-level changes, e.g. the tinyhumansai#4451 ValidationPolicy) and took upstream's 1.5.0 requirement + comment. Claude-Session: https://claude.ai/code/session_019j5TLsRLHsM3kqAYFyH4hR
|
Bugbot is not enabled for your account, so this pull request was not reviewed. Enable Bugbot in the Cursor dashboard to get automatic reviews on future PRs. |
Owner
Author
|
Superseded: upstream/main already vendors tinyagents 1.5 (via tinyhumansai#4473/tinyhumansai#4483). Parity fixes now go straight to tinyhumansai/openhuman off upstream/main. |
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.
Foundational base branch for the TinyAgents-migration parity/bug-fix work tracked in tinyhumansai#4470.
What
tinyagentsas a git submodule atvendor/tinyagents(forksenamakel/tinyagents), pinned to v1.5.0.[patch.crates-io]at the vendored crate; bumps the directtinyagentsdep1.3 -> 1.5(the transitivetinyflows 0.3dep resolves to the same patched 1.5.0).Why
no_progress,retry,UnknownToolPolicy::ReturnToolError), several of which directly bear on the parity issues.Verification
cargo check --manifest-path Cargo.toml --lib --binsis green — the existing seam insrc/openhuman/tinyagents/compiles unchanged against 1.5.The per-issue parity PRs target this branch as their base.
https://claude.ai/code/session_019j5TLsRLHsM3kqAYFyH4hR