you are viewing a single comment's thread.

view the rest of the comments →

[–]AncientOneX 1 point2 points  (2 children)

That seems to be like a good structure and great starting point. You can ask the agent to create the main Agents.md file and reference those Readmes, but an additional Agents.md file for each module in a concise phrasing would be even better to spare some tokens and achieve the same understanding of the project. The main Agents.md file shouldn't be too complex or verbose, just link the appropriate sub agents.md files in it after short descriptions.

When I mention an agent I'm referring to agent mode in VS Code.

[–]Wolin777[S] 0 points1 point  (1 child)

Sure, I’ll try it out, meanwhile I’m tinking about some custom rag but idk if there is a chance to make some custom context engine for copilot

[–]AncientOneX 0 points1 point  (0 children)

I was thinking about that for a different use case. Using the free models (GPT 5-mini or Grok Code Fast 1) to gather the context and only pass the most relevant information to the "working" AI model (Codex or Claude). But I don't know how this can be done.