Skip to content
Merged
Show file tree
Hide file tree
Changes from 41 commits
Commits
Show all changes
50 commits
Select commit Hold shift + click to select a range
a8a9551
chore(deps): update tinyagents subproject commit
senamakel Aug 21, 2026
2a53366
refactor(threads): delegate task-run logic to tinyagents crate
senamakel Aug 21, 2026
a760bf9
fix(agent): await async run operations in task dispatcher and todos
senamakel Aug 21, 2026
9c8e79b
feat(runtime): migrate legacy task run ledgers alongside task boards
senamakel Aug 21, 2026
c1cdfaa
refactor(prompt): delegate task prompt construction to tinyagents crate
senamakel Aug 21, 2026
0688031
refactor(poller): delegate card selection and backoff to shared dispa…
senamakel Aug 21, 2026
d32ac16
feat(poller): reimplement approval gate as a local function
senamakel Aug 21, 2026
5924207
refactor(task-dispatcher): delegate active-run tracking to the crate …
senamakel Aug 21, 2026
11ee306
fix(dispatch): rename parameter for clarity
senamakel Aug 21, 2026
898a7a7
refactor(goals): delegate budget accounting and stop-hook logic to th…
senamakel Aug 21, 2026
e705b34
chore(tests): remove unused import in test module
senamakel Aug 21, 2026
5b40082
fix(tests): update reclaim limit in test to match new tolerance
senamakel Aug 21, 2026
926004c
docs(threads/todos): clarify runs module responsibilities and legacy …
senamakel Aug 21, 2026
47fc550
chore: reformat code for consistent style
senamakel Aug 21, 2026
4fb999e
chore(deps): bump vendored tinyagents to the task-runtime port
senamakel Aug 21, 2026
36d80f6
Merge remote-tracking branch 'origin/main' into tinyagents-task-runtime
senamakel Aug 21, 2026
19598dc
chore(deps): update vendor submodules for tinyhumans-sdk and tinymemory
senamakel Aug 21, 2026
97f1dd2
chore(deps): keep main's tinyhumans-sdk and tinymemory gitlinks
senamakel Aug 21, 2026
9cba8bc
chore(deps): update vendor submodules tinyhumans-sdk and tinymemory
senamakel Aug 21, 2026
4283c15
chore(deps): keep main's tinyhumans-sdk and tinymemory gitlinks
senamakel Aug 21, 2026
14ee4d4
chore(deps): update tinyagents to 2.1.1 and downgrade two Windows dep…
senamakel Aug 21, 2026
23a3b29
chore(deps): restore main's Cargo.lock, keeping only the tinyagents 2…
senamakel Aug 21, 2026
2fa8184
fix: reject non-ASCII and malformed hex in legacy thread ID parsing
senamakel Aug 21, 2026
07ff512
test(todos): add tests for malformed legacy file name stems
senamakel Aug 21, 2026
fa97e63
chore(todos): remove stale doc comment on thread id decoder
senamakel Aug 21, 2026
ce6bd6c
fix(todos): handle store write failures in legacy task migration
senamakel Aug 21, 2026
45f2287
fix(threads/todos): reject uppercase hex in legacy thread IDs
senamakel Aug 22, 2026
84ada81
fix(todos): remove unnecessary Option wrapper in hex decoding
senamakel Aug 22, 2026
96e1cc6
chore(deps): update Cargo.lock with dependency bumps
senamakel Aug 22, 2026
0fec183
Merge remote-tracking branch 'refs/remotes/upstream/main' into pr/5669
senamakel Aug 22, 2026
6252c51
test(raw_coverage): add missing tool_specs field to test fixtures
senamakel Aug 22, 2026
dfad6c2
fix(tests): correct delegation tool description assertion in e2e test
senamakel Aug 22, 2026
4525c6c
docs: update broken links in localized README files
senamakel Aug 22, 2026
c4dea6e
Merge remote-tracking branch 'refs/remotes/upstream/main' into pr/5669
senamakel Aug 22, 2026
f4469a7
fix(tests): tighten assertion for research tool description
senamakel Aug 22, 2026
5fff8e3
Merge remote-tracking branch 'upstream/main' into pr/5669
senamakel Aug 22, 2026
9834fb9
Merge upstream/main into pr/5669
senamakel Aug 22, 2026
790b920
test(raw_coverage): add e2e test for agent archivist debug round 21
senamakel Aug 22, 2026
083bace
test(raw_coverage): add round 21 agent archivist debug e2e test
senamakel Aug 22, 2026
3d29385
fix(tests): update raw coverage e2e test to match new inference agent…
senamakel Aug 22, 2026
fc35195
fix(tests): update raw coverage e2e test to match new inference agent…
senamakel Aug 22, 2026
a9fc1ba
fix(threads): handle empty todo list in run execution
senamakel Aug 22, 2026
7ce425d
fix(threads): handle missing run in todo list
senamakel Aug 22, 2026
5f62217
fix(threads): handle missing run in todo list
senamakel Aug 22, 2026
e39d138
fix(threads): handle missing run in todo completion
senamakel Aug 22, 2026
750fd80
fix(threads): handle missing run in todo completion
senamakel Aug 22, 2026
0699577
fix(threads): handle missing run in todo completion
senamakel Aug 22, 2026
ebf0971
fix(tests): add raw coverage e2e test for inference agent
senamakel Aug 22, 2026
e81f735
fix(tests): correct raw coverage test for agent round 26
senamakel Aug 22, 2026
838fc3b
merge: resolve conflicts with upstream/main
senamakel Aug 22, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading