yao/llmprovider
Max 1efa87e50a feat(llm): add Yao Agents preset and LLM management endpoints
- Introduced a new preset for Yao Agents in presets.yml, including configuration details such as API URL and capabilities.
- Added new LLM management endpoints in the OpenAPI settings, allowing for CRUD operations on LLM providers and roles.
- Enhanced data structures to support the new LLM functionality, including LLMPageData for aggregated responses.
2026-04-29 10:28:07 +08:00
..
doc.go feat(load): add initialization and reloading for Setting Registry 2026-04-28 15:08:22 +08:00
doc.yml feat(load): add initialization and reloading for Setting Registry 2026-04-28 15:08:22 +08:00
presets.go feat(load): initialize and reload LLM Provider and MCP Client Registries 2026-04-28 14:33:10 +08:00
presets.yml feat(llm): add Yao Agents preset and LLM management endpoints 2026-04-29 10:28:07 +08:00
process.go feat(load): add initialization and reloading for Setting Registry 2026-04-28 15:08:22 +08:00
process_test.go feat(load): add initialization and reloading for Setting Registry 2026-04-28 15:08:22 +08:00
registry.go feat(load): initialize and reload LLM Provider and MCP Client Registries 2026-04-28 14:33:10 +08:00
registry_test.go feat(load): initialize and reload LLM Provider and MCP Client Registries 2026-04-28 14:33:10 +08:00
store.go feat(load): initialize and reload LLM Provider and MCP Client Registries 2026-04-28 14:33:10 +08:00
sync.go feat(load): initialize and reload LLM Provider and MCP Client Registries 2026-04-28 14:33:10 +08:00
types.go feat(load): initialize and reload LLM Provider and MCP Client Registries 2026-04-28 14:33:10 +08:00