Skip to content

Commit

Permalink
feat(agent): update runner memory setting
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomas2D committed Sep 6, 2024
1 parent 63975c9 commit adb6a7e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/agents/bee/runner.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ export class BeeAgentRunner {
const memory = new TokenMemory({
llm: input.llm,
capacityThreshold: 0.85,
syncThreshold: 0.5,
handlers: {
removalSelector(curMessages) {
// First we remove messages from the past conversations
Expand Down

0 comments on commit adb6a7e

Please sign in to comment.