yao/agent/output/message
Max a38d115465 Refactor LLM capabilities handling and remove deprecated model loading
- Remove the `LoadModelCapabilities` test and associated model capabilities initialization from the agent, streamlining the loading process.
- Update the LLM provider implementations to utilize a unified `Capabilities` structure, replacing references to `openai.Capabilities` with `llm.Capabilities`.
- Enhance capability retrieval methods to simplify the extraction of connector capabilities, ensuring compatibility across different LLM providers.
- Clean up unused functions and variables related to model capabilities, improving code maintainability.
2026-02-24 09:32:19 +08:00
..
interfaces.go Refactor: Decouple Output From Context 2025-11-25 22:08:00 +08:00
STREAMING.md Refactor message handling for improved streaming and event management 2025-11-26 18:30:43 +08:00
types.go Refactor LLM capabilities handling and remove deprecated model loading 2026-02-24 09:32:19 +08:00
utils.go Refactor message handling for improved streaming and event management 2025-11-26 18:30:43 +08:00
utils_test.go Refactor message handling for improved streaming and event management 2025-11-26 18:30:43 +08:00