CodeReview/backend/app/services/llm/adapters
lintsinghua 58c918f557 feat(agent): implement streaming support for agent events and enhance UI components
- Introduce streaming capabilities for agent events, allowing real-time updates during audits.
- Add new hooks for managing agent stream events in React components.
- Enhance the AgentAudit page to display LLM thinking processes and tool call details in real-time.
- Update API endpoints to support streaming event data and improve error handling.
- Refactor UI components for better organization and user experience during audits.
2025-12-11 20:33:46 +08:00
..
__init__.py refactor(llm): consolidate LLM adapters with LiteLLM unified layer 2025-11-28 16:41:39 +08:00
baidu_adapter.py feat(agent): implement streaming support for agent events and enhance UI components 2025-12-11 20:33:46 +08:00
doubao_adapter.py feat(agent): implement streaming support for agent events and enhance UI components 2025-12-11 20:33:46 +08:00
litellm_adapter.py refactor(llm): simplify model name formatting logic in LiteLLMAdapter 2025-12-09 21:13:14 +08:00
minimax_adapter.py feat(agent): implement streaming support for agent events and enhance UI components 2025-12-11 20:33:46 +08:00