Standard way of starting a new task from an unfinised session/too long context #205
-
|
How do I make the context "survive" between sessions? Dumber LLMs often go nuclear around 100k tokens. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Please use the taskmanager to build your plans and tasks. You should have better experience with using that system and was built for context to be passed. Steps do your planning, validate the plan is good for you. |
Beta Was this translation helpful? Give feedback.
Please use the taskmanager to build your plans and tasks. You should have better experience with using that system and was built for context to be passed.
Steps do your planning, validate the plan is good for you.
Then ask Task Manager to break it down into subtasks then use subagents to code it for you with main agent handling passing from one agent to another. That would be your best option, just make sure your primary context files referenced are using MVI principles to reduce token bloat.