generalbots/src/llm
Rodrigo Rodriguez (Pragmatismo) 7d8f141fc2
Some checks failed
BotServer CI/CD / build (push) Failing after 1m28s
refactor: Replace all hardcoded ./botserver-stack paths with get_stack_path()/get_work_path()
- Adds get_stack_path() helper: returns /opt/gbo in production (.env without botserver-stack), ./botserver-stack in dev
- Adds get_work_path() helper: returns /opt/gbo/work in production, ./botserver-stack/data/system/work in dev
- Updated 35+ files to use dynamic path resolution
- Production system container no longer needs botserver-stack directory
- Work files go to /opt/gbo/work instead of /opt/gbo/bin/botserver-stack
2026-04-04 09:24:44 -03:00
..
context Add SQLx dependencies for calendar feature 2025-11-27 23:10:43 -03:00
llm_models Fix tenant-org-bot relationship and CRM lead form 2026-03-12 18:19:18 -03:00
prompt_manager - Refactor folder as features. 2025-11-22 22:55:35 -03:00
bedrock.rs refactor: apply various fixes across botserver 2026-03-10 15:15:21 -03:00
cache.rs fix: whatsapp dynamic routing and openai tool call accumulation 2026-03-10 17:19:17 -03:00
cache_test.rs Update server components and keywords 2025-12-23 15:52:35 -03:00
claude.rs chore: update dependencies and formatting 2026-02-22 15:55:39 -03:00
episodic_memory.rs Refactor: Split large files into modular subdirectories 2026-02-12 21:09:30 +00:00
glm.rs chore: update dependencies and formatting 2026-02-22 15:55:39 -03:00
hallucination_detector.rs refactor: apply various fixes across botserver 2026-03-10 15:15:21 -03:00
llm.md Fix tenant-org-bot relationship and CRM lead form 2026-03-12 18:19:18 -03:00
local.rs refactor: Replace all hardcoded ./botserver-stack paths with get_stack_path()/get_work_path() 2026-04-04 09:24:44 -03:00
mod.rs Fix: export observability module from llm/mod.rs 2026-03-16 22:00:55 -03:00
observability.rs Read Drive config from Vault at runtime with fallback defaults 2026-03-17 00:00:36 -03:00
rate_limiter.rs fix(security): Fix unsafe code, CORS logic, and expect usage 2026-02-19 12:06:05 +00:00
smart_router.rs feat: Add JWT secret rotation and health verification 2026-02-19 19:42:41 +00:00
vertex.rs refactor: apply various fixes across botserver 2026-03-10 15:15:21 -03:00