yao/agent/robot/manager
Max 36ac190637 Implement Auto-Generation of Member ID in Robot API
- Updated the CreateRobot API to auto-generate the member_id if not provided, enhancing usability and ensuring unique identifiers.
- Revised CreateRobotRequest structure to make member_id optional, aligning with the new auto-generation logic.
- Added a new function for generating unique member IDs with collision detection, ensuring compliance with existing ID patterns.
- Enhanced unit tests to validate the new behavior, ensuring robust error handling and proper ID generation.
- Updated related OpenAPI documentation to reflect changes in request structure and behavior.
2026-01-22 17:31:36 +08:00
..
integration_clock_test.go Refactor Executor Architecture and Update Documentation 2026-01-16 15:27:46 +08:00
integration_concurrent_test.go Refactor Executor Architecture and Update Documentation 2026-01-16 15:27:46 +08:00
integration_control_test.go Enhance Integration Tests with Cache Verification 2026-01-15 17:39:03 +08:00
integration_event_test.go Enhance Integration Tests with Cache Verification 2026-01-15 17:39:03 +08:00
integration_human_test.go Enhance Integration Tests with Cache Verification 2026-01-15 17:39:03 +08:00
integration_test.go Refactor Executor Architecture and Update Documentation 2026-01-16 15:27:46 +08:00
manager.go Implement Auto-Generation of Member ID in Robot API 2026-01-22 17:31:36 +08:00
manager_test.go Implement Auto-Generation of Member ID in Robot API 2026-01-22 17:31:36 +08:00