CodeReview/backend/app/services/agent
lintsinghua 129112e4d7 refactor(agent): rename metadata fields and enhance task configuration
- Rename 'metadata' columns to 'event_metadata' and 'finding_metadata' for clarity in database schema.
- Update AgentRunner to construct task configuration from task fields, ensuring default values are applied.
- Improve UI to handle potential null values for progress percentage and security score, enhancing user experience.
2025-12-11 19:23:21 +08:00
..
agents feat(agent): implement Agent audit module with LangGraph integration 2025-12-11 19:09:10 +08:00
graph refactor(agent): rename metadata fields and enhance task configuration 2025-12-11 19:23:21 +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