Merge branch 'main' into refactor/channel-gateway

This commit is contained in:
Acbox
2026-02-07 17:29:14 +08:00
14 changed files with 407 additions and 379 deletions
+7 -1
View File
@@ -20,10 +20,16 @@ export const createAgent = ({
brave,
language = 'Same as the user input',
allowedActions = allActions,
identity,
channels = [],
mcpConnections = [],
currentChannel = 'Unknown Channel',
identity = {
botId: '',
sessionId: '',
containerId: '',
contactId: '',
contactName: '',
},
}: AgentParams, fetch: AuthFetcher) => {
const model = createModel(modelConfig)