botserver/src/llm
Rodrigo Rodriguez (Pragmatismo) 3f1a36a1f5 fix: redirect LLM server logs to local files instead of deep path
Adjusted the command strings used to start the LLM and embedding servers on both Windows and Unix.
- Replaced the previous log redirection `../../../../logs/llm/stdout.log` with simpler local files (`llm-stdout.log` and `stdout.log`).
- Updated both normal and embedding server launch commands to use the new paths.

This change simplifies log management, ensures logs are correctly written regardless of the working directory, and resolves issues where the previous relative path could be invalid or inaccessible.
2025-11-07 16:19:48 -03:00
..
local.rs fix: redirect LLM server logs to local files instead of deep path 2025-11-07 16:19:48 -03:00
mod.rs feat(automation): improve prompt compaction with async LLM summarization 2025-11-06 17:07:12 -03:00