Canvas implementation #6214
lspinheiro
started this conversation in
Feature suggestions
Replies: 1 comment 3 replies
-
I really loved that suggestion — super insightful. One additional idea came to mind: since this approach is canvas-based, maybe we can actually use it to go beyond max token limits and let the LLM co-write documents that are longer than a single completion would allow. I’ve been meaning to experiment with that kind of progressive long-form writing, so this could be a perfect starting point. |
Beta Was this translation helpful? Give feedback.
3 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.
-
One challenge I have often using autogen for content generation with reflection using autogen is quickly exhausting the context due to the multiple content revisions that get added at each iteration. This is especially problematic for long documents which sometimes require small changes on each revision.
One possible solution to this problem would be to implement a Canvas where the agents can write/read directly to the canvas and only send messages with the comments while document changes are added to the canvas. Ideally, when creating the model context agents would be able to fetch only specific revisions of a diff history which would significally shorten context length.
Beta Was this translation helpful? Give feedback.
All reactions