generalbots/src/llm
Rodrigo Rodriguez (Pragmatismo) cb34960f02 feat(llm): add configurable reasoning-format flag support
- Added retrieval of `llm-server-reasoning-format` configuration in `src/llm/local.rs`.
- When the config value is non‑empty, the server start command now includes `--reasoning-format <value>`.
- Updated argument construction to conditionally append the new flag.
- Cleaned up `src/automation/mod.rs` by removing an unused `std::sync::Arc` import, simplifying the module and eliminating a dead dependency.
2025-11-07 17:04:33 -03:00
..
local.rs feat(llm): add configurable reasoning-format flag support 2025-11-07 17:04:33 -03:00
mod.rs chore: point LLM client and default configs to local endpoint 2025-11-07 16:40:19 -03:00