What is the purpose of context-scout ? why it is repetitively scouting ? #256
Unanswered
guyinwonder168
asked this question in
Q&A
Replies: 1 comment
-
|
Another issue I found is that when we have a code review agent, and it performs code review inside a sub-agent, context-scout sometimes calls another sub-agent from within the code review agent. In many cases, this causes context-scout to get stuck, and we currently have no way to recover or wake it up. how can we solved this @darrenhinde ? |
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.
-
Dear Darren,
What is the purpose of context-scout? From my observation, it does not seem very useful and instead consumes a large number of tokens.
In many cases, the required context has already been found earlier, yet context-scout keeps initiating new searches again. On other occasions, context-external-scout behaves similarly—the discovered external context is placed in .tmp, but instead of reusing it in the following steps, the system initiates another context search.
It seems the process could be optimized by reusing the previously discovered context rather than repeatedly triggering new searches.
Are there any optimized way we can use the context-scout ?
Beta Was this translation helpful? Give feedback.
All reactions