[GH-ISSUE #2652] [FEAT]: Add support for canvas #1722

Closed
opened 2026-02-22 18:26:14 -05:00 by yindo · 1 comment
Owner

Originally created by @nekopep on GitHub (Nov 19, 2024).
Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/2652

What would you like to see?

Hello teams,
Mistral AI just released their two new model, pixtral-large (multi-modal) for pdf with image analysis and mistral-large-v2 for their new flagship model. At the same time they upgraded (a lot) their chat with new function like canvas, that I just discovered.
This is clearly one of the missing feature I was feeling with anything LLM.
Typically when you develop for example a python module the code is spread over several files and you work with your preferred LLM helping you to fill this part of code or this other part.
For example I want to develop an odoo module, with a canvas it looks like this:
image
What is cool with this feature is you can work with your LLM on this "temporary buffer", all the work you do on your part can be easily followed by the LLM and you are always in sync.
I understand this can be a lot of work but I found this:
https://github.com/langchain-ai/open-canvas
It is developed in typescript so "probably" (you are the experts!) it can be probably doable and give anything LLM a very cool feature :)

Just proposing this "Big feature" if that can be included in future plan?
Thanks for your time!

Originally created by @nekopep on GitHub (Nov 19, 2024). Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/2652 ### What would you like to see? Hello teams, Mistral AI just released their two new model, pixtral-large (multi-modal) for pdf with image analysis and mistral-large-v2 for their new flagship model. At the same time they upgraded (a lot) their chat with new function like canvas, that I just discovered. This is clearly one of the missing feature I was feeling with anything LLM. Typically when you develop for example a python module the code is spread over several files and you work with your preferred LLM helping you to fill this part of code or this other part. For example I want to develop an odoo module, with a canvas it looks like this: ![image](https://github.com/user-attachments/assets/0fe72ed7-9bb5-448c-ab47-8d5212dcc133) What is cool with this feature is you can work with your LLM on this "temporary buffer", all the work you do on your part can be easily followed by the LLM and you are always in sync. I understand this can be a lot of work but I found this: https://github.com/langchain-ai/open-canvas It is developed in typescript so "probably" (you are the experts!) it can be probably doable and give anything LLM a very cool feature :) Just proposing this "Big feature" if that can be included in future plan? Thanks for your time!
yindo added the enhancementfeature request labels 2026-02-22 18:26:14 -05:00
yindo closed this issue 2026-02-22 18:26:14 -05:00
Author
Owner

@qq524422161 commented on GitHub (Dec 15, 2024):

这个是很重要的功能,没有的话估计流失不少用户

@qq524422161 commented on GitHub (Dec 15, 2024): 这个是很重要的功能,没有的话估计流失不少用户
yindo changed title from [FEAT]: Add support for canvas to [GH-ISSUE #2652] [FEAT]: Add support for canvas 2026-06-05 14:42:18 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Mintplex-Labs/anything-llm#1722