yao/agent/llm
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
..
adapters Refactor model capabilities to use OpenAI struct 2025-12-02 11:33:09 +08:00
providers Refactor LLM capabilities handling and remove deprecated model loading 2026-02-24 09:32:19 +08:00
capabilities.go Refactor LLM capabilities handling and remove deprecated model loading 2026-02-24 09:32:19 +08:00
interfaces.go Refactor: Decouple Output From Context 2025-11-25 22:08:00 +08:00
jsapi.go Refactor LLM capabilities handling and remove deprecated model loading 2026-02-24 09:32:19 +08:00
jsapi_types.go Update Dependencies and Enhance Agent Context with Forked Context Support 2026-01-25 20:32:02 +08:00
llm.go Implement global uses configuration and enhance assistant capabilities 2025-11-14 19:17:21 +08:00
process.go Add STT capability support in LLM agent 2026-02-14 18:03:13 +08:00