yao/openapi/agent/robot
Max 09af247a7c feat(robot): add Weixin integration and enhance existing adapters
- Introduced Weixin integration support with new configuration options for WeChat iLink Bot.
- Updated existing adapters (DingTalk, Discord, Feishu, Telegram) to include sender_id and app_id in message metadata for improved context handling.
- Enhanced dispatcher logic to accommodate the new Weixin adapter and ensure proper initialization and shutdown processes.
- Improved message handling across integrations to support typing indicators, providing a more interactive user experience.
2026-03-23 23:47:25 +08:00
..
activities.go Add Activity Type Filtering to ListActivities API 2026-01-24 18:28:16 +08:00
completions.go Add chat metadata persistence and enhance executor goals injection tests 2026-02-28 13:57:45 +08:00
DESIGN.md Enhance Execution Management with UI Display Fields and Localization Support 2026-01-24 10:10:48 +08:00
detail.go Implement Auto-Generation of Member ID in Robot API 2026-01-22 17:31:36 +08:00
execute.go Add chat metadata persistence and enhance executor goals injection tests 2026-02-28 13:57:45 +08:00
execution.go Enhance execution listing and interaction with pagination and streaming support 2026-02-27 16:38:30 +08:00
GAPS.md Enhance Robot API and Store Architecture 2026-01-22 11:08:43 +08:00
interact.go Enhance execution listing and interaction with pagination and streaming support 2026-02-27 16:38:30 +08:00
interact_test.go Update executor to support V2 execution model and enhance event handling 2026-02-25 18:40:48 +08:00
list.go refactor(robot): rename ListRobots to ListAllRobots and enhance caching logic 2026-03-23 12:25:17 +08:00
permission.go Enhance Robot API with Permission Fields and Status Management 2026-01-22 12:21:44 +08:00
results.go Add Results and Activities Functionality to ExecutionStore 2026-01-24 17:57:58 +08:00
robot.go feat(robot): add Weixin integration and enhance existing adapters 2026-03-23 23:47:25 +08:00
TODO.md Add Activity Type Filtering to ListActivities API 2026-01-24 18:28:16 +08:00
trigger.go Enhance Execution Management with UI Display Fields and Localization Support 2026-01-24 10:10:48 +08:00
types.go Enhance execution listing and interaction with pagination and streaming support 2026-02-27 16:38:30 +08:00
utils.go Implement Auto-Generation of Member ID in Robot API 2026-01-22 17:31:36 +08:00
verify.go Add integration credential verification endpoint to robot API 2026-03-02 08:08:10 +08:00
weixin.go feat(robot): add Weixin integration and enhance existing adapters 2026-03-23 23:47:25 +08:00