CodeReview/backend/app/services/agent/graph
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
..
__init__.py feat(agent): implement Agent audit module with LangGraph integration 2025-12-11 19:09:10 +08:00
audit_graph.py feat(agent): implement Agent audit module with LangGraph integration 2025-12-11 19:09:10 +08:00
nodes.py feat(agent): implement Agent audit module with LangGraph integration 2025-12-11 19:09:10 +08:00
runner.py refactor(agent): rename metadata fields and enhance task configuration 2025-12-11 19:23:21 +08:00