Bruce MacDonald 3892c3a703
llm: remove internal subprocess req and resp types ()
This commit refactors the LLM subsystem by removing internal subprocess
request and response types. It consolidates duplicate type definitions
across the codebase, moving them to centralized locations. The change also
standardizes interfaces between components, simplifies the ServerStatusResp
struct, and moves the ParseDurationMs function to a common package. This
cleanup reduces code duplication between different runner implementations
(llamarunner and ollamarunner).
2025-03-14 15:21:53 -07:00
..
2025-03-13 16:34:42 -07:00
2024-11-19 16:26:57 -08:00