botserver/src/basic
Rodrigo Rodriguez (Pragmatismo) e7fa2f7bdb feat(llm): add cancel_job support and integrate session cleanup
Introduce a new `cancel_job` method in the `LLMProvider` trait to allow cancellation of ongoing LLM tasks. Implement no-op versions for OpenAI, Anthropic, and Mock providers. Update the WebSocket handler to invoke job cancellation when a session closes, ensuring better resource management and preventing orphaned tasks. Also, fix unused variable warning in `add_suggestion.rs`.
2025-11-02 15:13:47 -03:00
..
compiler - Knowledge management. 2025-10-18 18:20:02 -03:00
keywords feat(llm): add cancel_job support and integrate session cleanup 2025-11-02 15:13:47 -03:00
mod.rs refactor(state): rename resource clients and improve keyword syntax 2025-11-01 20:53:45 -03:00