diff --git a/src/agent.ts b/src/agent.ts index 24cf399..f499f4d 100644 --- a/src/agent.ts +++ b/src/agent.ts @@ -321,7 +321,7 @@ export async function getResponse(question?: string, const badContext = []; let diaryContext = []; let allowAnswer = true; - let allowSearch = false; + let allowSearch = true; let allowRead = true; let allowReflect = true; let allowCoding = true;