Yiorgis Gozadinos
|
b5aeefb10f
|
Fix state delta computation by avoiding mutation of original state
|
2026-01-28 14:06:29 +02:00 |
|
Yiorgis Gozadinos
|
c27dde2497
|
Send state deltas updates instead of full state snapshots
|
2026-01-28 14:06:29 +02:00 |
|
Yiorgis Gozadinos
|
626f5cdd0e
|
Make list_documents return structured output and give feedback about total count and pages
|
2026-01-27 17:00:39 +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
|
09aa94bfe5
|
Fix datetime JSON serialization in AG-UI StateSnapshotEvent
|
2026-01-27 11:05:01 +02:00 |
|
Yiorgis Gozadinos
|
ee3cb5bd87
|
Allow initial_context to be set for the chat agent
|
2026-01-27 10:38:18 +02:00 |
|
Yiorgis Gozadinos
|
a7d7a09c22
|
Integrate recall functionality into ask tool
|
2026-01-26 16:43:11 +02:00 |
|
Yiorgis Gozadinos
|
7f63a7c4ab
|
Use recall tool in chat agent
|
2026-01-26 16:43:10 +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
|
0f0c3a076f
|
minor fixes
|
2026-01-26 16:42:39 +02:00 |
|
Yiorgis Gozadinos
|
5aabae4d06
|
Remove background_context & simplify
|
2026-01-26 16:42:39 +02:00 |
|
Yiorgis Gozadinos
|
9d71ccb213
|
Move session context to agent, make AGUI work
|
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
|
3b7b7c1bbc
|
Cancel any running summarization tasks
|
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
|
aaddf4a5a9
|
Dynamic session context to be used in the conversational agent
|
2026-01-26 16:41:12 +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
|
e73486b7a8
|
Set retries to 3 for agents that did not have it.
|
2026-01-16 15:03:05 +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
|
f4ddb0f5c6
|
Allow chat agent to specify the search limit
|
2026-01-12 15:52:40 +02:00 |
|
Yiorgis Gozadinos
|
2da2c6d13a
|
Search tool in chat agent needs no search context
|
2026-01-12 15:13:43 +02:00 |
|
Yiorgis Gozadinos
|
d43821659c
|
Filter low-confidence answers
|
2026-01-12 15:01:32 +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 |
|