suna/backend/agent
LE Quoc Dat 9a0dc4e200 AI: can we streamline the edit-file just like the create_file tool, in the front end ?
like stream the code-edit output of the agent; Then we should be able to show the diff as well, when the tool complete. We get the original file content, and the full updated code (output of morph) and some how send it to the front end.

the front end should show this properly , concisely so user can see the changes in green / red.

This shouldn't change the content feed to the model btw. Like it will pollute the context.

make a plan what to do first, not make changes yet
2025-07-28 20:46:21 +02:00
..
sample_responses AI: the edit tool is very good now, we need to make the model uses more this tool. 2025-07-28 18:24:29 +02:00
suna make config the single source of truth 2025-07-24 00:15:53 +05:30
tools AI: can we streamline the edit-file just like the create_file tool, in the front end ? 2025-07-28 20:46:21 +02:00
versioning make config the single source of truth 2025-07-24 00:15:53 +05:30
__init__.py agent wip 2025-04-11 00:53:01 +01:00
agent_builder_prompt.py feat: extend agent builder for Suna 2025-07-25 13:24:34 +05:30
api.py wip 2025-07-27 05:15:33 +02:00
config_helper.py feat: extend agent builder for Suna 2025-07-25 13:24:34 +05:30
gemini_prompt.py AI: we need instruct the agent to Always use edit_tool. it doesn't do this for now. Like it prefer str_replace 2025-07-28 18:46:41 +02:00
prompt.py prompting 2025-07-28 19:40:18 +02:00
run.py wip 2025-07-27 05:15:33 +02:00
utils.py feat: app profile integrations UI 2025-07-11 10:14:59 +05:30