feat(agent): add trigger-schedule api

This commit is contained in:
Acbox
2026-02-06 00:32:28 +08:00
parent 81155f2f78
commit 7d43c064c0
3 changed files with 27 additions and 4 deletions
+7 -1
View File
@@ -12,7 +12,13 @@ export const createAgent = ({
brave,
language = 'Same as the user input',
allowedActions = allActions,
identity,
identity = {
botId: '',
sessionId: '',
containerId: '',
contactId: '',
contactName: '',
},
platforms = [],
currentPlatform = 'Unknown Platform',
}: AgentParams, fetch: AuthFetcher) => {