refactor: remove AgentRunLog related code and components

- Deleted AgentRunLogResponse struct from skill_response.go.
- Removed agent_run_log_repository.go and agent_run_log_service.go files.
- Eliminated AgentRunLogDetailDialog component and its related logic from the dashboard.
- Removed agent run log fetching functions from admin API.
- Updated navigation and localization files to remove references to agent run logs.
This commit is contained in:
mlogclub
2026-06-23 23:22:18 +08:00
parent 1440c3c4c3
commit 6122a1d881
23 changed files with 126 additions and 2026 deletions
-1
View File
@@ -58,7 +58,6 @@ func main() {
codegen.GetGenerateStruct(&models.AIConfig{}),
codegen.GetGenerateStruct(&models.SkillDefinition{}),
codegen.GetGenerateStruct(&models.SkillRunLog{}),
codegen.GetGenerateStruct(&models.AgentRunLog{}),
codegen.GetGenerateStruct(&models.SystemConfig{}),
)