Yiorgis Gozadinos
|
a2e2d616c3
|
Merge pull request #77 from ggozad/feat/research-improvements
Research improvements, improves speed & quality
|
2025-09-24 16:40:54 +03:00 |
|
Yiorgis Gozadinos
|
064b823020
|
Break Evaluation node into AnalyzeInsights & DecisionNode. Use a list of updateable insights & gaps
|
2025-09-24 16:26:48 +03:00 |
|
Yiorgis Gozadinos
|
5caca8229f
|
Merge pull request #76 from ggozad/feat/streaming-research
Streaming support for research
|
2025-09-24 16:25:09 +03:00 |
|
Yiorgis Gozadinos
|
84e94f8257
|
Wire gaps that were forgotten
|
2025-09-24 14:03:53 +03:00 |
|
Yiorgis Gozadinos
|
57bac178dd
|
Update docs
|
2025-09-24 13:43:49 +03:00 |
|
Yiorgis Gozadinos
|
cf9d6a116f
|
Do not duplicate ResearchContext in ResearchState
|
2025-09-24 13:43:07 +03:00 |
|
Yiorgis Gozadinos
|
086eb56d34
|
Stream research
|
2025-09-24 11:27:05 +03:00 |
|
Yiorgis Gozadinos
|
9769061f54
|
vb
|
2025-09-23 16:49:40 +03:00 |
|
Yiorgis Gozadinos
|
14bbcd13c8
|
Merge pull request #74 from ggozad/feat/meta-add
Add --meta option to add-src & add CLI commands
|
2025-09-23 16:48:09 +03:00 |
|
Yiorgis Gozadinos
|
8f3055d37d
|
Parse non-strings
|
2025-09-23 16:42:40 +03:00 |
|
Yiorgis Gozadinos
|
45d0b47a02
|
Meta in CLI add-src, add
|
2025-09-23 16:39:27 +03:00 |
|
Yiorgis Gozadinos
|
860c3acbfc
|
Merge pull request #73 from ggozad/feat/prefetch-models
CLI command to prefetch models (Ollama & Docling)
|
2025-09-23 16:31:21 +03:00 |
|
Yiorgis Gozadinos
|
0e1bf3e00d
|
CLI command to prefetch models (Ollama & Docling)
|
2025-09-23 16:30:56 +03:00 |
|
Yiorgis Gozadinos
|
13b3ab3cf7
|
Merge pull request #72 from ggozad/feat/info-command
info CLI command, displays basic info about a db
|
2025-09-23 12:44:50 +03:00 |
|
Yiorgis Gozadinos
|
5369bd5dda
|
Show db table versions
|
2025-09-23 12:44:05 +03:00 |
|
Yiorgis Gozadinos
|
c0de22c9cd
|
Show package versions
|
2025-09-23 12:34:32 +03:00 |
|
Yiorgis Gozadinos
|
5ea5de274c
|
Make styles consistent
|
2025-09-23 12:27:01 +03:00 |
|
Yiorgis Gozadinos
|
52ea1ebb70
|
info command in CLI
|
2025-09-23 12:20:25 +03:00 |
|
Yiorgis Gozadinos
|
b46765e197
|
vb
|
2025-09-22 13:59:03 +03:00 |
|
Yiorgis Gozadinos
|
a1cd64de2f
|
Merge pull request #69 from ggozad/feat/display-title
Add optional "title" to Documents. Replaces "uri" where appropriate.
|
2025-09-22 13:53:20 +03:00 |
|
Yiorgis Gozadinos
|
2c93f4f823
|
Preserve title if it exists when expanding context
|
2025-09-22 13:45:59 +03:00 |
|
Yiorgis Gozadinos
|
20993b48a7
|
Fix test after rebase
|
2025-09-22 12:53:52 +03:00 |
|
Yiorgis Gozadinos
|
8e2829bf0e
|
Documentation update for title
|
2025-09-22 12:45:32 +03:00 |
|
Yiorgis Gozadinos
|
73aff1695f
|
Update LLM prompts/tools to reflect we will pass title (if available) or URI
|
2025-09-22 12:45:32 +03:00 |
|
Yiorgis Gozadinos
|
2c1e81dc6e
|
Display title where appropriate in cli
|
2025-09-22 12:45:32 +03:00 |
|
Yiorgis Gozadinos
|
4077e3ecb2
|
Handle title in client & CLI
|
2025-09-22 12:45:32 +03:00 |
|
Yiorgis Gozadinos
|
312d29333c
|
DB migration and schema updates to introduce title in documents
|
2025-09-22 12:45:32 +03:00 |
|
Yiorgis Gozadinos
|
c11e6da60d
|
Merge pull request #68 from ggozad/feat/disable-autocreation
DISABLE_DB_AUTOCREATE option to prevent auto-creation of dbs
|
2025-09-22 12:43:51 +03:00 |
|
Yiorgis Gozadinos
|
2150d6a670
|
Merge pull request #67 from ggozad/chore/fast-startup
Late imports for faster startup. Remove obsolete SSE MCP transport.
|
2025-09-22 12:42:45 +03:00 |
|
Yiorgis Gozadinos
|
6b7f574180
|
Config DISABLE_DB_AUTOCREATE option to not auto-create dbs
|
2025-09-22 10:09:07 +03:00 |
|
Yiorgis Gozadinos
|
dce60fa461
|
Remove SSE transport, fix cli tests
|
2025-09-20 10:58:28 +03:00 |
|
Yiorgis Gozadinos
|
f582fb1be0
|
Lazy import when using CLI to speed up startup
|
2025-09-20 10:50:01 +03:00 |
|
Yiorgis Gozadinos
|
52febd01f9
|
Do not suppress logs in development
|
2025-09-20 10:11:31 +03:00 |
|
Yiorgis Gozadinos
|
ab8020e0bc
|
vb
|
2025-09-19 17:28:18 +03:00 |
|
Yiorgis Gozadinos
|
b648e08673
|
Merge pull request #64 from ggozad/feat/research-as-graph
Research agents as a graph
|
2025-09-19 17:26:36 +03:00 |
|
Yiorgis Gozadinos
|
fbb43c06c7
|
Cleanup console logging
|
2025-09-19 17:25:04 +03:00 |
|
Yiorgis Gozadinos
|
3fc461e1b1
|
Set default concurrency to 1
|
2025-09-19 16:54:06 +03:00 |
|
Yiorgis Gozadinos
|
459004d3ad
|
Update README
|
2025-09-19 16:33:39 +03:00 |
|
Yiorgis Gozadinos
|
9daf14fd42
|
Research graph diagram
|
2025-09-19 16:28:03 +03:00 |
|
Yiorgis Gozadinos
|
42fe2201af
|
Only configure logfire in cli when not in development
|
2025-09-19 15:47:35 +03:00 |
|
Yiorgis Gozadinos
|
db47eb45cb
|
Update prompts
|
2025-09-19 15:33:46 +03:00 |
|
Yiorgis Gozadinos
|
cba8ad7696
|
Research agent as a pydantic graph
|
2025-09-19 14:39:39 +03:00 |
|
Yiorgis Gozadinos
|
5faa201208
|
vb
|
2025-09-19 12:18:30 +03:00 |
|
Yiorgis Gozadinos
|
eba39e862b
|
Merge pull request #63 from ggozad/feat/improve-research
Improve and clean research multi-agent implementation.
|
2025-09-19 12:10:20 +03:00 |
|
Yiorgis Gozadinos
|
a215a64686
|
Refactor to give its research subagent full responsibility
|
2025-09-19 12:10:00 +03:00 |
|
Yiorgis Gozadinos
|
9c128c1d36
|
Make answered question handling the responsibility of the search agent
|
2025-09-19 12:10:00 +03:00 |
|
Yiorgis Gozadinos
|
ccaae7cca1
|
Simplify research verbose logging
|
2025-09-19 12:10:00 +03:00 |
|
Yiorgis Gozadinos
|
5f102c8475
|
Set research agents to retry 3 times
|
2025-09-19 12:10:00 +03:00 |
|
Yiorgis Gozadinos
|
ad7a9ed324
|
Provide register_tools to the base research agent
|
2025-09-19 12:09:59 +03:00 |
|
Yiorgis Gozadinos
|
3abe669681
|
Simplify presearch prompt
|
2025-09-19 12:09:59 +03:00 |
|