botserver/src/llm
Rodrigo Rodriguez (Pragmatismo) 50d58ff59f Fix task UI and MinIO app generation
- Fix MinIO bucket name sanitization (replace spaces with hyphens)
- Write apps to MinIO path: botname.gbapp/appname/files
- Serve apps directly from MinIO via /apps/:app_name route
- Add WebSocket reconnection on HTMX page load
- Remove sync_app_to_site_root (drive monitor handles sync)
2025-12-31 12:38:35 -03:00
..
context Add SQLx dependencies for calendar feature 2025-11-27 23:10:43 -03:00
llm_models feat(security): Complete security infrastructure implementation 2025-12-28 19:29:18 -03:00
prompt_manager - Refactor folder as features. 2025-11-22 22:55:35 -03:00
cache.rs feat(security): Complete security infrastructure implementation 2025-12-28 19:29:18 -03:00
cache_test.rs Update server components and keywords 2025-12-23 15:52:35 -03:00
claude.rs Fix task UI and MinIO app generation 2025-12-31 12:38:35 -03:00
episodic_memory.rs feat(security): Complete security infrastructure implementation 2025-12-28 19:29:18 -03:00
local.rs Fix tasks UI, WebSocket progress, memory monitoring, and app generator 2025-12-30 22:42:32 -03:00
mod.rs Fix organizations foreign key reference (org_id not id) 2025-12-29 08:07:42 -03:00
observability.rs Fix clippy warnings: match arms, async/await, Debug impls, formatting 2025-12-26 08:59:25 -03:00