CodeReview/backend/app/models
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 feat(agent): implement Agent audit module with LangGraph integration 2025-12-11 19:09:10 +08:00
agent_task.py refactor(agent): update task completion fields and enhance status handling 2025-12-11 19:26:47 +08:00
analysis.py feat(agent): implement streaming support for agent events and enhance UI components 2025-12-11 20:33:46 +08:00
audit.py refactor: 重构项目结构,将前端和后端代码分离到独立目录 2025-11-26 21:11:12 +08:00
audit_rule.py feat(prompts-rules): add prompt templates and audit rules management 2025-12-09 21:42:00 +08:00
project.py feat(agent): implement Agent audit module with LangGraph integration 2025-12-11 19:09:10 +08:00
prompt_template.py feat(prompts-rules): add prompt templates and audit rules management 2025-12-09 21:42:00 +08:00
user.py feat(agent): implement streaming support for agent events and enhance UI components 2025-12-11 20:33:46 +08:00
user_config.py feat(agent): implement streaming support for agent events and enhance UI components 2025-12-11 20:33:46 +08:00