feat(agent): More general ReAct Agent (#2556)

This commit is contained in:
Fangyin Cheng
2025-03-31 09:38:31 +08:00
committed by GitHub
parent 0bdff7a0f2
commit 3bfbdc3fc7
33 changed files with 2759 additions and 683 deletions

View File

@@ -259,7 +259,7 @@ CREATE TABLE `gpts_messages` (
`current_goal` text COMMENT 'The target corresponding to the current message',
`context` text COMMENT 'Current conversation context',
`review_info` text COMMENT 'Current conversation review info',
`action_report` text COMMENT 'Current conversation action report',
`action_report` longtext COMMENT 'Current conversation action report',
`resource_info` text DEFAULT NULL COMMENT 'Current conversation resource info',
`role` varchar(255) DEFAULT NULL COMMENT 'The role of the current message content',
`created_at` datetime DEFAULT NULL COMMENT 'create time',