Yiorgis Gozadinos
|
f4735667df
|
emit StateDeltaEvent with client-aware baseline
|
2026-02-17 12:24:09 +02:00 |
|
Yiorgis Gozadinos
|
c0ed93da2d
|
Expand tests
|
2026-02-13 14:34:24 +02:00 |
|
Yiorgis Gozadinos
|
5f6d9e9812
|
handle state_key duplication between deps and ToolContext
|
2026-02-13 10:23:12 +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
|
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
|
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
|
cf4083d2d7
|
Add multi-turn integration test with initial context and summarization
|
2026-02-10 14:55:12 +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
|
3ed9cbb7d3
|
Use the tools inside the chat agent.
|
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 |
|
Yiorgis Gozadinos
|
cbd94f6cc9
|
Always use state deltas instead of conditional snapshot/delta logic
|
2026-01-28 17:03:18 +02:00 |
|
Yiorgis Gozadinos
|
639accc923
|
Update tests for state deltas
|
2026-01-28 14:19:42 +02:00 |
|
Yiorgis Gozadinos
|
1bc2b5f05a
|
Add vcr test
|
2026-01-27 17:28:50 +02:00 |
|
Yiorgis Gozadinos
|
5bfd6db984
|
Test count_documents
|
2026-01-27 17:17:05 +02:00 |
|
Yiorgis Gozadinos
|
cca03dbe61
|
Give the conversational agent a list documents and a summarize tools
|
2026-01-27 16:39:48 +02:00 |
|
Yiorgis Gozadinos
|
6f9bc369dc
|
Improve coverage
|
2026-01-26 16:43:12 +02:00 |
|
Yiorgis Gozadinos
|
5976cebe8c
|
Concolidate tests
|
2026-01-26 16:43:12 +02:00 |
|
Yiorgis Gozadinos
|
9ce711db29
|
Update tests
|
2026-01-26 16:43:11 +02:00 |
|
Yiorgis Gozadinos
|
77647b08bc
|
Recall tool in chat agent
|
2026-01-26 16:42:41 +02:00 |
|
Yiorgis Gozadinos
|
8f35033a42
|
Update search(), ask() to use get_or_assign_index()
|
2026-01-26 16:42:41 +02:00 |
|
Yiorgis Gozadinos
|
30e9ff3038
|
Use session document filter in agent, combine with document name filter if necessary
|
2026-01-26 16:42:40 +02:00 |
|
Yiorgis Gozadinos
|
5aabae4d06
|
Remove background_context & simplify
|
2026-01-26 16:42:39 +02:00 |
|
Yiorgis Gozadinos
|
9ed8773672
|
Unify Citation class and context formatting between chat and research agents
|
2026-01-26 16:42:38 +02:00 |
|
Yiorgis Gozadinos
|
74eac57ffa
|
Remove qa_history ranking in favor of SessionContext, planner can skip searching if context adequate
|
2026-01-26 16:42:38 +02:00 |
|
Yiorgis Gozadinos
|
8441516a73
|
Tests, widget to show context in tui
|
2026-01-26 16:41:13 +02:00 |
|
Yiorgis Gozadinos
|
f05159859c
|
Additional fixes to remove type ignores
|
2026-01-19 16:00:18 +02:00 |
|
Yiorgis Gozadinos
|
5e55c0df54
|
replace pyright with ty type checker
|
2026-01-19 15:50:14 +02:00 |
|
Yiorgis Gozadinos
|
bdfc6b87e7
|
Rename initial_context to background_context
|
2026-01-16 15:03:42 +02:00 |
|
Yiorgis Gozadinos
|
dff489f75f
|
Add initial_context support to chat agent
|
2026-01-16 15:03:05 +02:00 |
|
Yiorgis Gozadinos
|
7639c2915e
|
Add AGUI_STATE_KEY for namespaced AG-UI state emission
|
2026-01-15 15:46:37 +02:00 |
|
Yiorgis Gozadinos
|
bff613b7dc
|
Better test coverage
|
2026-01-14 17:12:33 +02:00 |
|
Yiorgis Gozadinos
|
11f7f02262
|
Add option to namespace state key as a "feature" for ag-ui apps that maintain their own state
|
2026-01-14 14:21:08 +02:00 |
|
Yiorgis Gozadinos
|
3e66d6b21d
|
Make qa list a FIFO with 50 max, keep a cache of embeddings
|
2026-01-12 17:02:23 +02:00 |
|
Yiorgis Gozadinos
|
51836a1c55
|
Add tests for chat agent & friends
|
2026-01-12 16:00:07 +02:00 |
|
Yiorgis Gozadinos
|
e4a7d86348
|
Rank q/a history with respect to cosine similarity to new queries. Adapt the chat agent to only pass relevant q/as
|
2026-01-12 14:15:36 +02:00 |
|
Yiorgis Gozadinos
|
7cc561d1db
|
Refactor to make agents a top-level module. Bring in the conversational agent from the app
|
2026-01-12 12:37:08 +02:00 |
|