mkorwel
31ebfb496a
feat(core): implement tool preselection to reduce context size
...
- Created ToolPreselectionService using the classifier model to select only relevant tools for a given prompt.
- Integrated pre-selection into LocalAgentExecutor and GeminiClient to automatically filter the tool registry.
- Added `general.toolPreselection` toggle in configuration (enabled by default).
- Added comprehensive unit tests and an E2E scenario confirming accurate tool reduction without loss of function.
- Fixes #17113
2026-02-19 14:27:18 -06:00
joshualitt
87f5dd15d6
feat(core): experimental in-progress steering hints (2 of 2) ( #19307 )
2026-02-18 22:05:50 +00:00
Yuna Seol
8aca3068cf
feat: add role-specific statistics to telemetry and UI (cont. #15234 ) ( #18824 )
...
Co-authored-by: Yuna Seol <yunaseol@google.com >
2026-02-17 17:32:30 +00:00
Abhi
eccc200f4f
feat(core): enforce server prefixes for MCP tools in agent definitions ( #17574 )
2026-01-27 04:53:05 +00:00
Abhi
9d34ae52d6
feat(agents): migrate subagents to event-driven scheduler ( #17567 )
2026-01-26 22:12:55 +00:00
Christian Gunderman
77aef861fe
fix(agents): default to all tools when tool list is omitted in subagents ( #17422 )
2026-01-24 01:30:18 +00:00
Christian Gunderman
2c6781d134
Refactor subagent delegation to be one tool per agent ( #17346 )
2026-01-23 02:18:31 +00:00
Spencer
5d68d8cda5
fix(core): Resolve AbortSignal MaxListenersExceededWarning ( #5950 ) ( #16735 )
2026-01-22 20:16:00 +00:00
joshualitt
27d21f9921
feat(core): Have subagents use a JSON schema type for input. ( #17152 )
2026-01-22 00:56:01 +00:00
joshualitt
d66ec38f82
feat(core): Align internal agent settings with configs exposed through settings.json ( #16458 )
2026-01-13 22:31:34 +00:00
joshualitt
41a8809280
feat(core): Wire up model routing to subagents. ( #16043 )
2026-01-08 20:39:40 +00:00
Abhi
12c7c9cc42
feat(core,cli): enforce mandatory MessageBus injection (Phase 3 Hard Migration) ( #15776 )
2026-01-04 22:11:43 +00:00
Tommaso Sciortino
10ba348a3a
Introspection agent demo ( #15232 )
2025-12-19 22:11:32 +00:00
Tommaso Sciortino
edab97997a
Remove unused code ( #15290 )
2025-12-18 23:04:29 +00:00
Abhi
2b426c1d91
feat: add agent toml parser ( #15112 )
2025-12-18 03:46:55 +00:00
Adam Weidman
d02f3f6809
feat(core): introduce remote agent infrastructure and rename local executor ( #15110 )
2025-12-17 17:06:38 +00:00