Replies: 1 comment
-
|
From reading the MS repo it seems it is basically just using Lates architecture but instead of for writing code it does it for searching the code. I think with #83 this might be a good next step; I was generally thinking about subagents to add so this might be the best next one that provides immediate return. Thank you for the suggestion! |
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.
-
Just an idea, read the reddit post today:
https://www.reddit.com/r/LocalLLaMA/comments/1ud1lro/why_is_no_one_talking_about_microsofts_open/
And checked the HF model repository for Qwen3-4B-Instruct based repository-exploration subagent model:
https://huggingface.co/microsoft/FastContext-1.0-4B-SFT
And I remember that as soon as project grows over a few source files a lot of architect context may go into initial exploration.
Could be improved with good documentation for the agent (e.g. AGENTS.md/README.md describing project files, conventions, code location) but also probably could be solved by something like the separate agent that is not a coder but explorer?
Especially if
late-cliis started to check new project/repository for the first time.So instead of architect trying this itself:
It can ask subagent to do it?
Maybe only after e.g. /README.md and /AGENTS.md did not give clear enough project overview (that can be verified by architect to not be obsolete with a single
lscall).Beta Was this translation helpful? Give feedback.
All reactions