Replies: 1 comment
-
|
Found the issue, it was indeed a local issue. Problem with agent0 made changes to its agent config within files that couldn't be seen in the UI. Just FYI if anyone else sees this. |
Beta Was this translation helpful? Give feedback.
0 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.
-
This may be a localized issue with my specific instance of Agent0. I'm seeing all of the contexts of the workdir being added to the general context of the current chat sessions and getting sent to the chat LLM. Drastically bloating the context size. Its behaving like its treating all of the workdir as permanent context memory.
My understanding is that a summarization of some kind is suppose to happen to prevent the whole of the workdir from becoming part of the context.
Is anyone else seeing this? I watched a 256k context window go from less than 3% to 60% in the span of three small prompts.
Beta Was this translation helpful? Give feedback.
All reactions