feat: add message and contact tools

This commit is contained in:
Acbox
2026-02-05 23:23:46 +08:00
parent 07ecb5785e
commit 285f9d81d1
5 changed files with 82 additions and 121 deletions
-1
View File
@@ -6,7 +6,6 @@ import { createModel } from './model'
import { AgentAction } from './types/action'
import { getTools } from './tools'
export const createAgent = ({
model: modelConfig,
activeContextTime = 24 * 60,