Conversation
|
@taigrr I am wondering if its better to update the summarize agent to ask it to give that info? instead of asking the model to add the context. The main issue is that currently to update the todo's we ask the agent to rewrite them, this can be costly and unnecessary token spend 🤔 |
|
The summarize agent is not working how I would hope. I can tell it in my initial prompt "don't forget the following information in any summaries" and it will still not include it sometimes. Very nondeterministic. Is there a better way to do todos instead? |
8439128 to
e28e565
Compare
There is a better way to perform summarisation, #2142 |
|
seems to be superceded |
CONTRIBUTING.md.Summary
• Adds optional context field to todos for storing relevant files, functions, reasoning, or implementation notes
• Context persists with the todo, helping maintain task understanding after conversation summarization
Motivation
When conversations get summarized, the surrounding discussion that gave a todo meaning gets compressed or lost. A todo
like "Fix the validation bug" becomes useless without knowing which file, what validation, or why it matters.
The context field lets the agent capture this information directly on the task, so it survives summarization intact.
Example