yao/agent/llm
Max 4a1c0ec100 Enhance assistant initialization and context management
- Added a new method to set store settings during assistant initialization, allowing for configuration of storage parameters such as MaxSize and TTL.
- Updated context creation methods to streamline the setup process, ensuring that essential fields are populated consistently across various test contexts.
- Revised tests to validate the new initialization behavior and context management, ensuring proper handling of assistant settings and context properties.
2025-12-11 15:17:17 +08:00
..
adapters Refactor model capabilities to use OpenAI struct 2025-12-02 11:33:09 +08:00
providers Enhance assistant initialization and context management 2025-12-11 15:17:17 +08:00
capabilities.go Refactor assistant capabilities retrieval and enhance API endpoints 2025-12-03 10:05:23 +08:00
interfaces.go Refactor: Decouple Output From Context 2025-11-25 22:08:00 +08:00
llm.go Implement global uses configuration and enhance assistant capabilities 2025-11-14 19:17:21 +08:00