Replies: 1 comment 2 replies
-
|
The current implementation can only serve as a fallback approach. However, you can utilize bub's hooks to implement a context processing mechanism, such as automatic summarization and compaction, but as a plugin, not into core. Related hooks are |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
What future improvements can we expect for handling context overflow?
Looking at the current implementation in agent.py:_agent_loop() it just tries to do a tape handoff when context overflow occurs. This feels a bit too abrupt and ends up losing some of the conversation's background info. Do we have any plans to optimize this later? Like using summarization, for instance?
Beta Was this translation helpful? Give feedback.
All reactions