Replies: 1 comment
-
|
Hey @Danmoreng, yes, we actually are planning to have this implemented in near future (i even have some development branch for this locally), but before that we have some other things we need to have sorted out :) lemme check out your branch and come back to you later this month |
Beta Was this translation helpful? Give feedback.
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.
-
I wonder if there is interest in having a similar feature in the WebUI as basically all chat UIs have right now: some sort of code editor, canvas/artifacts area, where the LLM can read and write code or text to and the user sees the outcome/can work on it.
Back in November I already mentioned this in issue #16597, but the WebUI wasn't in the state it is today. Now that MCP support has landed, maybe it is a good time to dicuss something like this? @allozaur @ServeurpersoCom
I think this needs some more planning regarding how to store artifact data accompanying conversations and if tool calls in the frontend are a good idea in the first place or it should be an MCP implementation as well.
Demo how a simple implementation could look like:
code_editor_demo.mp4
Code: master...Danmoreng:llama.cpp:feature/code-editor-v2
Beta Was this translation helpful? Give feedback.
All reactions