yao/agent/robot/executor/standard
Max f230f1e90c feat(workspace): enhance attachment handling and execution context
- Added support for reading files from workspace URIs in the delivery process, allowing for more flexible attachment management.
- Introduced a new `convertWorkspaceAttachment` function to handle workspace-based file retrieval and integration into messenger attachments.
- Updated the `AgentCaller` to include execution mode in the context, improving task execution tracking.
- Enhanced the `RunDelivery` method to utilize workspace manifests for delivery input, reducing token usage and improving efficiency.
- Implemented locale handling in various request structures to support multi-language capabilities in user interfaces.
2026-05-07 19:32:48 +08:00
..
prompts feat(workspace): enhance attachment handling and execution context 2026-05-07 19:32:48 +08:00
agent.go feat(workspace): enhance attachment handling and execution context 2026-05-07 19:32:48 +08:00
agent_stream_test.go Enhance execution listing and interaction with pagination and streaming support 2026-02-27 16:38:30 +08:00
agent_test.go Refactor Executor Architecture and Update Documentation 2026-01-16 15:27:46 +08:00
delivery.go feat(workspace): enhance attachment handling and execution context 2026-05-07 19:32:48 +08:00
delivery_test.go Refactor delivery event handling and payload structure for improved clarity and functionality 2026-02-27 18:19:57 +08:00
executor.go Enhance robot integration with Telegram and improve event handling 2026-03-01 22:03:25 +08:00
executor_test.go Add chat metadata persistence and enhance executor goals injection tests 2026-02-28 13:57:45 +08:00
goals.go feat(workspace): enhance attachment handling and execution context 2026-05-07 19:32:48 +08:00
goals_test.go Enhance Delivery Result Structure and Update Test Cases 2026-01-18 17:21:21 +08:00
host.go feat(workspace): enhance attachment handling and execution context 2026-05-07 19:32:48 +08:00
host_test.go feat(robot): implement global phase agent resolution for improved agent configuration 2026-03-24 12:11:55 +08:00
input.go feat(workspace): enhance attachment handling and execution context 2026-05-07 19:32:48 +08:00
input_integration_test.go Enhance Agent Documentation and Add Extract Command Functionality 2026-01-27 10:57:27 +08:00
input_test.go Enhance Robot Configuration with Agents and MCP Servers Integration 2026-01-27 15:59:14 +08:00
inspiration.go feat(workspace): enhance attachment handling and execution context 2026-05-07 19:32:48 +08:00
inspiration_test.go feat(robot): implement global phase agent resolution for improved agent configuration 2026-03-24 12:11:55 +08:00
learning.go Add Description Field to Task Struct and Enhance Execution Management 2026-01-24 12:16:02 +08:00
log.go feat(workspace): enhance attachment handling and execution context 2026-05-07 19:32:48 +08:00
resume_test.go Update executor to support V2 execution model and enhance event handling 2026-02-25 18:40:48 +08:00
run.go feat(workspace): enhance attachment handling and execution context 2026-05-07 19:32:48 +08:00
run_test.go Update executor to support V2 execution model and enhance event handling 2026-02-25 18:40:48 +08:00
runner.go feat(workspace): enhance attachment handling and execution context 2026-05-07 19:32:48 +08:00
runner_test.go Enhance robot execution with language model integration and logging 2026-02-26 14:23:42 +08:00
suspend_resume_test.go Update executor to support V2 execution model and enhance event handling 2026-02-25 18:40:48 +08:00
suspend_test.go Refactor testing structure and update Makefile for clarity 2026-02-25 19:05:53 +08:00
tasks.go feat(workspace): enhance attachment handling and execution context 2026-05-07 19:32:48 +08:00
tasks_test.go Add Description Field to Task Struct and Enhance Execution Management 2026-01-24 12:16:02 +08:00
ui_fields_test.go Refactor Goal Name Extraction and Add Markdown Formatting Stripping 2026-01-24 17:21:06 +08:00
validator.go feat(workspace): enhance attachment handling and execution context 2026-05-07 19:32:48 +08:00
validator_test.go Update executor to support V2 execution model and enhance event handling 2026-02-25 18:40:48 +08:00
workspace.go feat(workspace): enhance attachment handling and execution context 2026-05-07 19:32:48 +08:00
workspace_test.go feat(workspace): enhance attachment handling and execution context 2026-05-07 19:32:48 +08:00