Yiorgis Gozadinos
|
a6e5664c78
|
Verify picture bytes before attaching to multimodal tool returns
|
2026-05-13 16:01:39 +03:00 |
|
Yiorgis Gozadinos
|
c96894a0f0
|
fix cross-document picture dedup in agent and skill search tools
|
2026-05-05 15:56:10 +03:00 |
|
Yiorgis Gozadinos
|
ee41bc676f
|
remove defensive code
|
2026-05-04 15:12:27 +03:00 |
|
Yiorgis Gozadinos
|
21f12cd770
|
add vision: bool flag on ModelConfig (default False). Gate the agent search tool's BinaryContent attachment on qa.model.vision so picture bytes are only sent to vision-capable QA models.
|
2026-05-04 10:47:21 +03:00 |
|
Yiorgis Gozadinos
|
b01c649684
|
surface picture image bytes in SearchResult and emit multimodal ToolReturn from the agent search tool
|
2026-04-30 12:43:05 +03:00 |
|
Yiorgis Gozadinos
|
eb4e1721ce
|
remove dead code, add tool descriptions in frontend, update changelog
|
2026-04-20 15:38:17 +03:00 |
|
Yiorgis Gozadinos
|
aa4ce07dc9
|
remove filter parameter from analyze skill tool and clean up unused filter helpers
|
2026-04-17 18:35:16 +03:00 |
|
Yiorgis Gozadinos
|
499a843a43
|
remove unused create_analysis_toolset and AnalysisResult
|
2026-04-17 18:32:01 +03:00 |
|
Yiorgis Gozadinos
|
bf8eec68e3
|
Use dict-keyed counter for concurrent-safe search cap
|
2026-03-11 12:19:19 +02:00 |
|
Yiorgis Gozadinos
|
e2749ad2a6
|
Cap QA agent search iterations to reduce response time
|
2026-03-11 12:13:43 +02:00 |
|
Yiorgis Gozadinos
|
70273ecf5b
|
Remove filter from the search tool
|
2026-03-02 17:15:38 +02:00 |
|
Yiorgis Gozadinos
|
d3c6322481
|
Simplify sandbox with run_monty_async, replace manual ThreadPoolExecutor start/resume loop
|
2026-02-24 11:35:39 +02:00 |
|
Yiorgis Gozadinos
|
c61ded1271
|
Replace Docker sandbox with pydantic-monty
|
2026-02-24 09:55:40 +02:00 |
|
Yiorgis Gozadinos
|
492f5cf1e4
|
Avoid mutable defaults
|
2026-02-20 17:59:35 +02:00 |
|
Yiorgis Gozadinos
|
ed89ff0fc9
|
Simplify tools/ — remove AG-UI state machinery, keep core toolsets
|
2026-02-20 16:36:48 +02:00 |
|
Yiorgis Gozadinos
|
524647c501
|
Add unified RAG skill with session context and reuse existing tools;
|
2026-02-20 16:36:47 +02:00 |
|
Yiorgis Gozadinos
|
a870052ee9
|
Fix coverage
|
2026-02-17 13:22:23 +02:00 |
|
Yiorgis Gozadinos
|
f4735667df
|
emit StateDeltaEvent with client-aware baseline
|
2026-02-17 12:24:09 +02:00 |
|
Yiorgis Gozadinos
|
8c76897af2
|
Update tui and app to use the toolkit
|
2026-02-16 12:54:44 +02:00 |
|
Yiorgis Gozadinos
|
7ff2123806
|
Introduce toolkit to reduce toolset creation ceremony
|
2026-02-16 11:51:02 +02:00 |
|
Yiorgis Gozadinos
|
969c64d106
|
Add citations_history to SessionState for unified citation rendering between search and ask
|
2026-02-13 16:21:50 +02:00 |
|
Yiorgis Gozadinos
|
c0ed93da2d
|
Expand tests
|
2026-02-13 14:34:24 +02:00 |
|
Yiorgis Gozadinos
|
f5c562db9b
|
Fix double summarization, cleanup
|
2026-02-13 12:16:23 +02:00 |
|
Yiorgis Gozadinos
|
d9acdfba9d
|
prompt builder
|
2026-02-13 11:21:09 +02:00 |
|
Yiorgis Gozadinos
|
5f6d9e9812
|
handle state_key duplication between deps and ToolContext
|
2026-02-13 10:23:12 +02:00 |
|
Yiorgis Gozadinos
|
a5b8e3be7e
|
Add AgentDeps and prepare_context for custom agent DX
|
2026-02-12 17:37:37 +02:00 |
|
Yiorgis Gozadinos
|
8f180f707b
|
Decouple QA toolset from chat agent, add ToolContext state methods
|
2026-02-12 17:27:47 +02:00 |
|
Yiorgis Gozadinos
|
0c6d73409d
|
Move SessionContext from agents/chat/state.py to tools/session.py, change QASessionState.session_context to use it
|
2026-02-12 17:13:01 +02:00 |
|
Yiorgis Gozadinos
|
05ebd781d4
|
Move client and tool_context from toolset factories to RunContext.deps
|
2026-02-12 15:50:46 +02:00 |
|
Yiorgis Gozadinos
|
51f1d9cf13
|
Issue a full state snapshot from ask() tool to preserve server side background context
|
2026-02-11 17:49:09 +02:00 |
|
Yiorgis Gozadinos
|
58c2bd49ea
|
Clean up server vs client session setting priorities
|
2026-02-11 16:54:00 +02:00 |
|
Yiorgis Gozadinos
|
9e63ff1ff7
|
Remove session_id from state layer, remove module-level caches
|
2026-02-11 14:55:53 +02:00 |
|
Yiorgis Gozadinos
|
d88f2f003a
|
Remove incoming_* fields, simplify delta computation
|
2026-02-11 14:31:37 +02:00 |
|
Yiorgis Gozadinos
|
d67df09cce
|
Introduce ToolContextCache
|
2026-02-11 14:18:26 +02:00 |
|
Yiorgis Gozadinos
|
c916356a42
|
Clean up toolset exports, simplify update_session_context(), fix health check
|
2026-02-11 12:46:50 +02:00 |
|
Yiorgis Gozadinos
|
87bcb7a5dc
|
Extract run_qa_core() from ask closure in QA toolset. Remove redundant tests and cassettes for OpenAI and Anthropic QA tools, as they are now tested in the core function tests.
|
2026-02-11 11:38:34 +02:00 |
|
Yiorgis Gozadinos
|
f85aaefed7
|
Extract shared snapshot helpers
|
2026-02-10 17:34:30 +02:00 |
|
Yiorgis Gozadinos
|
a592a04031
|
Removed unused accumulator states
|
2026-02-10 16:15:30 +02:00 |
|
Yiorgis Gozadinos
|
da47e3e345
|
Unify get_typed() into get() with optional type parameter
Fix find_document regression
|
2026-02-10 14:38:14 +02:00 |
|
Yiorgis Gozadinos
|
dd7162e72e
|
Fix get_or_create type annotation, export compute_combined_state_delta
|
2026-02-10 14:38:13 +02:00 |
|
Yiorgis Gozadinos
|
bd3b26f78b
|
Extract get_session_filter helper, remove dead code and duplicate tests
|
2026-02-10 14:38:13 +02:00 |
|
Yiorgis Gozadinos
|
df57b0cf43
|
Remove SearchAgent & friends, consolidate duplicate models
|
2026-02-10 14:38:13 +02:00 |
|
Yiorgis Gozadinos
|
84b320765a
|
Fix analysis tool to use docker sandbox
|
2026-02-10 14:38:13 +02:00 |
|
Yiorgis Gozadinos
|
3ed9cbb7d3
|
Use the tools inside the chat agent.
|
2026-02-10 14:38:12 +02:00 |
|
Yiorgis Gozadinos
|
2be3389222
|
DocumentToolset, QAToolset, AnalysisToolset
|
2026-02-10 14:38:12 +02:00 |
|
Yiorgis Gozadinos
|
2f229f91e1
|
Create SearchToolset, refactor QA Agent to use it
|
2026-02-10 14:38:12 +02:00 |
|
Yiorgis Gozadinos
|
a3863882cd
|
Introduce tool module & ToolContext to save state
|
2026-02-10 14:38:12 +02:00 |
|