yao/agent/llm
Max fb01a1c141 feat(agent): implement tool loop processing and enhance error handling
- Added support for tool loop processing when tool call responses are present and sandbox mode is disabled, improving the assistant's ability to handle complex tool interactions.
- Implemented fallback delegation to a loop fallback mechanism in case of tool loop execution failure, enhancing robustness in error scenarios.
- Updated the assistant message structure to include reasoning content, providing better context for generated responses.
- Enhanced error logging in tool call execution to include detailed content, improving diagnostics for tool call failures.
- Updated system configuration to include a new loop fallback agent, expanding the assistant's capabilities.
2026-05-02 21:42:55 +08:00
..
adapters Refactor model capabilities to use OpenAI struct 2025-12-02 11:33:09 +08:00
providers feat(agent): implement tool loop processing and enhance error handling 2026-05-02 21:42:55 +08:00
capabilities.go feat(llm): enhance capabilities management with embedding and image generation support 2026-05-02 14:45:31 +08:00
doc.go feat(doc): add yao doc CLI commands and YAML documentation for all packages 2026-04-23 21:37:43 +08:00
doc.yml feat(doc): add yao doc CLI commands and YAML documentation for all packages 2026-04-23 21:37:43 +08:00
interfaces.go Refactor: Decouple Output From Context 2025-11-25 22:08:00 +08:00
jsapi.go Implement gRPC support in the Yao SDK 2026-03-04 13:17:48 +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
resolve.go feat(llm): enhance connector handling and model configuration 2026-05-02 10:52:10 +08:00
resolve_test.go feat(agent): enhance system configuration and connector management 2026-05-01 10:31:58 +08:00