tocmo0nlord
  • Joined on 2026-02-11
tocmo0nlord pushed to main at tocmo0nlord/odoo-ai 2026-05-20 23:15:56 +00:00
b23ab77ee9 fix: bot presence stays offline after vision model change
tocmo0nlord pushed to main at tocmo0nlord/odoo-ai 2026-05-20 21:26:34 +00:00
2f9791f925 Update CLAUDE.md
tocmo0nlord pushed to main at tocmo0nlord/odoo-ai 2026-05-20 21:21:47 +00:00
e67dc06a22 CLAUDE.md
tocmo0nlord pushed to main at tocmo0nlord/odoo-ai 2026-05-20 05:03:33 +00:00
564f1a9479 fix: raise Ollama timeout to 300s, add model pre-warming, improve health check
tocmo0nlord opened issue tocmo0nlord/odoo-ai#1 2026-05-20 04:23:35 +00:00
odoo ai bot does not show green after health check.
tocmo0nlord pushed to main at tocmo0nlord/odoo-ai 2026-05-20 04:00:52 +00:00
20a69313d7 Add comprehensive unit tests for all agent service components
tocmo0nlord pushed to main at tocmo0nlord/odoo-ai 2026-05-20 03:20:38 +00:00
6c22a9a128 feat: elearning_agent — reduce tools 14 → 8 so it registers at startup
233f461480 fix: align peer_bus signature, bot presence SQL, XML-RPC timeout
Compare 2 commits »
tocmo0nlord pushed to main at tocmo0nlord/odoo-ai 2026-05-20 01:05:40 +00:00
93f2a101fa refactor: remove scripted file intercept — LLM owns all responses
tocmo0nlord pushed to main at tocmo0nlord/odoo-ai 2026-05-20 00:58:51 +00:00
0bd1810405 fix: create expense report immediately — remove broken confirmation gate
tocmo0nlord pushed to main at tocmo0nlord/odoo-ai 2026-05-19 21:01:59 +00:00
8d1727b498 feat: sysops_agent — Docker/git self-management with auto-heal
tocmo0nlord pushed to main at tocmo0nlord/odoo-ai 2026-05-19 20:36:50 +00:00
f4991dd920 fix: presence window 24h → 10min to match cron heartbeat
tocmo0nlord pushed to main at tocmo0nlord/odoo-ai 2026-05-19 20:27:44 +00:00
160f96a549 fix: override bus.presence._compute_status so bot shows online
tocmo0nlord pushed to main at tocmo0nlord/odoo-ai 2026-05-19 20:08:01 +00:00
eeea45b37f fix: explicit per-system health checks gate online status
tocmo0nlord pushed to main at tocmo0nlord/odoo-ai 2026-05-19 20:06:10 +00:00
99cc19195a fix: keep bot presence online for 24h instead of racing the 30s timer
tocmo0nlord pushed to main at tocmo0nlord/odoo-ai 2026-05-19 19:47:54 +00:00
a0fc1396a9 fix: Odoo 18 field errors, routing quality, bot presence, and add architecture docs
tocmo0nlord pushed to main at tocmo0nlord/odoo-ai 2026-05-17 15:59:18 +00:00
b76d01b64f Fix vision OCR response parsing for dict-returning ollama client versions
tocmo0nlord pushed to main at tocmo0nlord/odoo-ai 2026-05-16 22:43:30 +00:00
5b924e60de Add vision OCR via Ollama vision model with Tesseract fallback
tocmo0nlord pushed to main at tocmo0nlord/odoo-ai 2026-05-16 22:35:09 +00:00
9f38fb013c docs: label test file and add TEST_EXPENSES_AGENT.md
tocmo0nlord pushed to main at tocmo0nlord/odoo-ai 2026-05-16 22:32:40 +00:00
469025b6f2 test: fix bad vendor example in pass2 similarity test
tocmo0nlord pushed to main at tocmo0nlord/odoo-ai 2026-05-16 22:31:33 +00:00
1c5f6e7ca3 test: fix _ext import (only exists in ab_ai_mail, not receipt_parser)