ecc skills are too large! should be encapsulated into different sub-agents ? #1312
Closed
ningnaskado
started this conversation in
General
Replies: 1 comment
|
Yes, this is a real concern. The fix should be selective loading, not blindly pushing everything into the main context. The current recommendation is:
Subagents help when they return summaries instead of dumping all source context into the main agent, but subagents are not a magic fix if the base install already loaded too much. The better architecture is: small always-on rules, on-demand skills, and delegated agents only for work that benefits from a separate context window. ECC has moved in that direction with selective install profiles and runtime hook controls. The full install remains useful for power users, but it should not be the default for everyone. |
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.
The ECC skills are too large, occupying 16k of context. Should they be encapsulated into diffrent sub-agents to prevent the main agent from loading these kills?

After I installed ECC, a new context was used, occupying 19.4k, of which skills occupied 16.7k.
All reactions