CodeReview/backend/app/services/agent
lintsinghua a43ebf1793 refactor(agent): update task completion fields and enhance status handling
- Rename 'finished_at' to 'completed_at' in AgentTaskResponse and related functions for clarity.
- Introduce 'RUNNING' status in AgentTaskStatus to better represent task states.
- Update task configuration handling in AgentRunner to improve initialization logic.
- Enhance UI to reflect new 'RUNNING' and 'REPORTING' statuses in the AgentAudit component.
2025-12-11 19:26:47 +08:00
..
agents feat(agent): implement Agent audit module with LangGraph integration 2025-12-11 19:09:10 +08:00
graph refactor(agent): update task completion fields and enhance status handling 2025-12-11 19:26:47 +08:00
prompts feat(agent): implement Agent audit module with LangGraph integration 2025-12-11 19:09:10 +08:00
tools feat(agent): implement Agent audit module with LangGraph integration 2025-12-11 19:09:10 +08:00
__init__.py feat(agent): implement Agent audit module with LangGraph integration 2025-12-11 19:09:10 +08:00
event_manager.py feat(agent): implement Agent audit module with LangGraph integration 2025-12-11 19:09:10 +08:00