yao/agent/robot/executor/standard
Max d590bd7557 Enhance Execution Management with UI Display Fields and Localization Support
- Added `Name` and `CurrentTaskName` fields to the `Execution` struct for improved UI display during execution phases.
- Implemented localization support for UI messages, allowing dynamic updates based on the execution context and user locale.
- Updated the executor to manage these fields at various phases, ensuring accurate representation of execution status.
- Enhanced OpenAPI documentation to reflect the new fields and their usage in execution responses.
- Added unit tests to validate the functionality of UI fields and localization handling.
2026-01-24 10:10:48 +08:00
..
agent.go Enhance P3 Execution with Multi-Turn Conversation and Validation Improvements 2026-01-18 10:02:11 +08:00
agent_test.go Refactor Executor Architecture and Update Documentation 2026-01-16 15:27:46 +08:00
delivery.go Enhance Email Delivery Configuration and Update Documentation 2026-01-18 18:16:09 +08:00
delivery_center.go Enhance Email Delivery Configuration and Update Documentation 2026-01-18 18:16:09 +08:00
delivery_test.go Enhance Email Delivery Configuration and Update Documentation 2026-01-18 18:16:09 +08:00
executor.go Enhance Execution Management with UI Display Fields and Localization Support 2026-01-24 10:10:48 +08:00
executor_test.go Refactor Job System Integration to Execution Storage 2026-01-22 18:24:50 +08:00
goals.go Enhance Execution Management with UI Display Fields and Localization Support 2026-01-24 10:10:48 +08:00
goals_test.go Enhance Delivery Result Structure and Update Test Cases 2026-01-18 17:21:21 +08:00
input.go Enhance Delivery Result Structure and Update Test Cases 2026-01-18 17:21:21 +08:00
input_test.go Enhance Delivery Result Structure and Update Test Cases 2026-01-18 17:21:21 +08:00
inspiration.go Enhance Execution Management with UI Display Fields and Localization Support 2026-01-24 10:10:48 +08:00
inspiration_test.go Enhance Input Formatting and Error Handling in Robot Executor 2026-01-16 16:57:48 +08:00
learning.go Refactor Executor Architecture and Update Documentation 2026-01-16 15:27:46 +08:00
run.go Enhance Execution Management with UI Display Fields and Localization Support 2026-01-24 10:10:48 +08:00
run_test.go Update TODO.md and run_test.go for P3 Run Implementation Completion 2026-01-18 10:35:26 +08:00
runner.go Enhance P3 Execution with Multi-Turn Conversation and Validation Improvements 2026-01-18 10:02:11 +08:00
runner_test.go Refine Multi-Turn Conversation Flow and Validation Logic 2026-01-18 10:19:11 +08:00
tasks.go Enhance Execution Management with UI Display Fields and Localization Support 2026-01-24 10:10:48 +08:00
tasks_test.go Implement P3 Run Phase with Enhanced Validation and Execution Logic 2026-01-17 12:22:23 +08:00
ui_fields_test.go Enhance Execution Management with UI Display Fields and Localization Support 2026-01-24 10:10:48 +08:00
validator.go Enhance P3 Execution with Multi-Turn Conversation and Validation Improvements 2026-01-18 10:02:11 +08:00
validator_test.go Refine Multi-Turn Conversation Flow and Validation Logic 2026-01-18 10:19:11 +08:00