Yiorgis Gozadinos
|
b8c377da1e
|
Prevent read-only mode from creating tables in empty directories
|
2026-03-12 11:42:04 +02:00 |
|
Yiorgis Gozadinos
|
8d6617d63f
|
vb
|
2026-03-11 17:08:22 +02:00 |
|
Yiorgis Gozadinos
|
45e94ec67a
|
Set search limit to 10
|
2026-03-11 12:26:41 +02: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
|
f366aea905
|
vb
|
2026-03-06 11:12:54 +02:00 |
|
Yiorgis Gozadinos
|
5a0430857f
|
Enable thinking by default for QA agent
|
2026-03-05 15:48:08 +02:00 |
|
Yiorgis Gozadinos
|
3cc2d5e19e
|
Set appropriate temperature and max_tokens defaults
|
2026-03-05 13:23:50 +02:00 |
|
Yiorgis Gozadinos
|
d460d553f3
|
Set repeat_table_header=False to match docling serve
|
2026-03-05 13:02:18 +02:00 |
|
Yiorgis Gozadinos
|
30ebd6694b
|
Update dependencies
|
2026-03-05 13:01:53 +02:00 |
|
Yiorgis Gozadinos
|
878423ea2e
|
vb
|
2026-03-04 15:02:34 +02:00 |
|
Yiorgis Gozadinos
|
28e90e5a87
|
Auto-detect structured output mode from model profile. Remove the structured_output config field from ModelConfig.
|
2026-03-04 14:51:09 +02:00 |
|
Yiorgis Gozadinos
|
fdd7c21757
|
Add configurable structured output mode (tool vs native)
|
2026-03-04 13:35:32 +02:00 |
|
Yiorgis Gozadinos
|
3f02abbc70
|
Expose skill state metadata as module-level API
|
2026-03-04 11:38:00 +02:00 |
|
Yiorgis Gozadinos
|
8a859fbe3c
|
vb
|
2026-03-03 17:25:53 +02:00 |
|
Yiorgis Gozadinos
|
034ee27daf
|
Use ToolOutput for structured output.
|
2026-03-03 16:14:45 +02:00 |
|
Yiorgis Gozadinos
|
1eca0fc308
|
Fix AGENT_PREAMBLE
|
2026-03-03 15:06:58 +02:00 |
|
Yiorgis Gozadinos
|
9a4cda1d65
|
Reinforce ask prompt in skill
|
2026-03-03 14:04:53 +02:00 |
|
Yiorgis Gozadinos
|
2566bf1a61
|
Adapt to haiku.skills streaming sub-agent ag-ui events
|
2026-03-03 11:16:44 +02:00 |
|
Yiorgis Gozadinos
|
1a3ea64aa6
|
Remove filter parameter from search and list_documents tools
|
2026-03-03 11:01:58 +02:00 |
|
Yiorgis Gozadinos
|
70273ecf5b
|
Remove filter from the search tool
|
2026-03-02 17:15:38 +02:00 |
|
Yiorgis Gozadinos
|
99ca3605e7
|
vb
|
2026-02-28 14:11:25 +02:00 |
|
Yiorgis Gozadinos
|
52ef983e75
|
Fix default chat model, default to config.qa.model
|
2026-02-28 14:00:40 +02:00 |
|
Yiorgis Gozadinos
|
27a71c7e01
|
Adapt skill usage to haiku.skills prompt builder. Closes #289
|
2026-02-28 13:34:54 +02:00 |
|
Yiorgis Gozadinos
|
50116bb49a
|
vb
|
2026-02-26 11:21:46 +02:00 |
|
Yiorgis Gozadinos
|
e2bcbd8eea
|
Update docs, and download-models for title generation
|
2026-02-26 11:05:48 +02:00 |
|
Yiorgis Gozadinos
|
b5cb2852c4
|
Simplify _resolve_title()
|
2026-02-26 10:56:28 +02:00 |
|
Yiorgis Gozadinos
|
41f694d377
|
Better exception handling
|
2026-02-26 08:55:53 +02:00 |
|
Yiorgis Gozadinos
|
49f9843db3
|
add generate_title(), rebuild --title-only, and --title on add
|
2026-02-26 08:40:07 +02:00 |
|
Yiorgis Gozadinos
|
ae3469b282
|
add automatic title generation for documents
|
2026-02-25 17:12:24 +02:00 |
|
Yiorgis Gozadinos
|
2acb0292e4
|
vb
|
2026-02-24 13:30:01 +02:00 |
|
Yiorgis Gozadinos
|
6759a2e0a5
|
Give regex to monty as externals
|
2026-02-24 13:12:56 +02:00 |
|
Yiorgis Gozadinos
|
1ee9747551
|
Catch MontyRuntimeError from Monty() constructor
|
2026-02-24 12:11:20 +02:00 |
|
Yiorgis Gozadinos
|
380fc6c930
|
Consolidate prompt
|
2026-02-24 12:09:11 +02:00 |
|
Yiorgis Gozadinos
|
459fdfca71
|
Add get_docling_document external function to sandbox
|
2026-02-24 11:51:43 +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
|
b9fa1a061f
|
Update monty
|
2026-02-24 09:55:45 +02:00 |
|
Yiorgis Gozadinos
|
017712c9b1
|
Update prompts & docs. Remove docker sandbox workflow
|
2026-02-24 09:55:45 +02:00 |
|
Yiorgis Gozadinos
|
c61ded1271
|
Replace Docker sandbox with pydantic-monty
|
2026-02-24 09:55:40 +02:00 |
|
Yiorgis Gozadinos
|
2cafb5c8cc
|
vb
|
2026-02-20 19:41:17 +02:00 |
|
Yiorgis Gozadinos
|
b23f99af06
|
Fix history too
|
2026-02-20 19:15:28 +02:00 |
|
Yiorgis Gozadinos
|
388e94ae80
|
info() should always be read-only
|
2026-02-20 19:13:45 +02:00 |
|
Yiorgis Gozadinos
|
e186e13cd2
|
vb
|
2026-02-20 19:01:16 +02:00 |
|
Yiorgis Gozadinos
|
cb5935a6fa
|
Show in tui and nextjs app what is being requested from a skill
|
2026-02-20 18:14:44 +02:00 |
|
Yiorgis Gozadinos
|
492f5cf1e4
|
Avoid mutable defaults
|
2026-02-20 17:59:35 +02:00 |
|
Yiorgis Gozadinos
|
d1fdbdeb21
|
Refactor MCP to use proper models, test
|
2026-02-20 17:39:02 +02:00 |
|
Yiorgis Gozadinos
|
69083c8cb4
|
Fix stale docs
|
2026-02-20 16:59:58 +02:00 |
|
Yiorgis Gozadinos
|
339ff15018
|
Update rlm SKILL.md
|
2026-02-20 16:45:41 +02:00 |
|
Yiorgis Gozadinos
|
5dd8a82d1f
|
Exclude TUI apps from coverage
|
2026-02-20 16:37:16 +02:00 |
|
Yiorgis Gozadinos
|
a1c09e1a47
|
Break apart RLM analysis as a separate skill
|
2026-02-20 16:37:15 +02:00 |
|