Commit graph

19 commits

Author SHA1 Message Date
Max
8fdd1a3a6c feat(robot): add workspace support to robot management
- Introduced a new `workspace` field across various robot-related structures, including `CreateRobotRequest`, `UpdateRobotRequest`, and `RobotResponse`, allowing for better organization and management of robots within specific workspaces.
- Updated database queries and response mappings to accommodate the new workspace field, ensuring seamless integration with existing functionalities.
- Enhanced agent execution context to include workspace information, improving the contextual awareness of agents during operations.
- Added tests to validate the creation and updating of robots with workspace data, ensuring robust functionality and backward compatibility.
2026-03-28 16:59:52 +08:00
Max
c425b74383 Refactor error handling in various components to improve logging and message formatting
- Updated error messages to use fmt.Errorf with %s for better clarity and consistency.
- Enhanced logging statements to utilize formatted strings for improved readability.
- Refactored multiple Load functions across different modules to standardize error handling practices.
2025-09-28 10:24:17 +08:00
Max
fabced291c fix: Enhance loading functions to handle non-existent directories
- Added checks in various loading functions to ignore processing if the respective directories do not exist, improving error handling and preventing unnecessary operations.
- Updated the Load function signature to return warnings alongside errors, allowing for better feedback on loading issues across different components.
2025-05-13 09:10:10 +08:00
Max
dc162bb206 feat: app afterMigrate hook support 2024-09-29 08:53:27 +08:00
Max
9faf8f802f chore: Update engine.Load calls with additional options 2024-05-05 17:54:32 +08:00
Max
bba0119a95 Fix model update and print statement in migrate command 2024-01-28 11:45:23 +08:00
Max
a807899f95 [*] migrate to gou v0.10.3 (50%) 2023-02-01 17:25:11 +08:00
Max
3d21a9e19e [add] migrate command reset & update schema 2022-08-22 15:10:07 +08:00
Max
fcfdab0498 关闭生产环境 migrate 2022-02-13 09:50:58 +08:00
Max
657d68d477 fix load bug 2022-02-09 21:46:25 +08:00
Max
5407525b75 规范 migrate 输出 2022-02-09 19:35:38 +08:00
Max
a21aad82c8 修复加载错误 2022-02-09 16:16:43 +08:00
Max
95a0d1e159 命令行工具 + 多语言支持 2022-02-09 15:45:18 +08:00
Max
34f4382c19 更新命名空间 2022-02-09 09:17:23 +08:00
Max
1f6a9cf6db 优化目录结构 2021-10-18 22:01:25 +08:00
Max
d03e1fc2e3 优化代码结构 v0.8.8 2021-10-18 21:38:39 +08:00
Max
a342cd50b0 升级到 Gou 支持 SQLite 2021-10-07 13:24:41 +08:00
Max
cd27da75c3 fix filters unique bug 2021-09-29 01:17:14 +08:00
Max
30852f481c 调整目录结构 2021-09-14 12:12:07 +08:00