Commit Graph

74 Commits

Author SHA1 Message Date
Saumya 26fd18b6b8 cleanup agent builder tools 2025-07-30 11:37:34 +05:30
LE Quoc Dat 1211eefbdd more guide, and edit_tool grind preference 2025-07-28 23:47:08 +02:00
LE Quoc Dat c8c71b5936 AI: the AI can't still use the AI edit tool correctly. we should update the prompt a bit, and also make the better example :
the authenticate_user; pls add something in the top like import, so we can do like this :
"""
// ... existing imports ...
import something
// ... existing code ...
<auth func() ... >
// ... existing code
"""

add another example on top of it : todo list ; where we show it's convinient for checking some scattered todo box .
2025-07-28 23:17:37 +02:00
LE Quoc Dat 2608ad2ef1 prompting 2025-07-28 19:40:18 +02:00
LE Quoc Dat 1d9bcbd202 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
LE Quoc Dat 1eff96929a AI: the edit tool is very good now, we need to make the model uses more this tool.
We still keep the tool itself, but in the prompt, we remove the need of writing str_replace and full rewrite, in the example, or prompt. because they will have the tools context as well. you understand ?
2025-07-28 18:24:29 +02:00
Saumya ec5e0b7560 improve system promot for self-config 2025-07-26 21:45:06 +05:30
Saumya 845c17d968 fix agent builder tool calls 2025-07-26 11:04:07 +05:30
Marko Kraemer 159b128ecd
Merge pull request #1057 from dat-lequoc/ai-iteration-20250724-131301
Add FAST APPLY -- Morph LLM -- edit_file tool
2025-07-25 18:24:06 +02:00
LE Quoc Dat b1ac5793ba edit_file 2025-07-24 12:46:57 +02:00
Saumya c57a9fb58b pick suna details from code 2025-07-23 11:44:36 +05:30
Saumya 34ae50a68b custom suna agent 2025-07-22 21:41:10 +05:30
Cursor Agent bafa1becef Enhance complete tool with text, attachments, and improved frontend rendering
Co-authored-by: tnfssc <tnfssc@gmail.com>
2025-07-19 15:45:43 +00:00
sharath fdc5fd0f0a
fix(prompt): clarify usage of 'ask' tool and update completion instructions in prompt and message_tool descriptions 2025-07-19 02:12:40 +00:00
marko-kraemer 13e702317e prompt numbering 2025-07-08 20:46:51 +02:00
Marko Kraemer e79db18d13
Merge pull request #611 from pepelu0/pepelu/dynamic_time
Dynamic time in system prompt
2025-07-08 20:42:16 +02:00
sharath a5a9194fcb
Merge branch 'main' into sharath/suna-283-generate-image-tool 2025-06-23 16:31:02 +00:00
sharath 5db0b11abc
fix(prompt): rename 'message' parameter to 'text' and 'content' to 'file_contents' for consistency in function calls 2025-06-19 17:11:53 +00:00
sharath 30f88aed99
feat(image-editing): introduce image generation and editing tool with updated documentation 2025-06-09 01:38:50 +00:00
sharath 9547774dfc
refactor(prompt): update guidelines for processing small and large text files 2025-06-08 22:41:42 +00:00
sharath 9800c85318
Merge branch 'main' into sharath/suna-202-refactor-prompt-rules-to-just-read-full-file-instead-of 2025-06-08 22:26:46 +00:00
Soumyadas15 54d3fa962b fix: gemini prompt fix 2025-06-06 18:07:35 +05:30
Pepe Lu cf6b8f19a8 Dynamic time in system prompt 2025-06-03 15:40:05 +08:00
sharath c2f0e58fc1
fix(file-process): improve llm instructions to read full file when the file is small 2025-06-02 19:23:49 +00:00
Soumyadas15 57407277ed chore(dev): refactor xml tools 2025-05-28 17:37:54 +05:30
LE Quoc Dat 65e6ee0ef8 gemini + fix syntax bug in prompts 2025-05-21 18:19:46 +02:00
marko-kraemer fe5ae19a89 web search first, over scrape 2025-05-10 08:22:11 +02:00
marko-kraemer 3a0f6db03e scrape & read based approach v1, non-optimal but better for ctxt 2025-05-10 06:37:07 +02:00
marko-kraemer 8847515d1c session shell tool, save web search as file, change prompt to process scrapes via cli 2025-05-10 05:46:48 +02:00
marko-kraemer 7ff15d8dc7 make non-anthropic model work with response example, fe padding bottom increase cuz of new chat input 2025-05-07 01:56:52 +02:00
Marko Kraemer dea49030f8
Merge pull request #171 from kortix-ai/fix_upload
Fix upload & support images
2025-04-27 17:31:36 -07:00
LE Quoc Dat f3746d9dbf support images 2025-04-28 01:28:21 +01:00
marko-kraemer cd8635a81b time prompt 2025-04-27 21:36:07 +01:00
marko-kraemer f48439eade rem summary from web search
wip
2025-04-25 23:14:35 +01:00
marko-kraemer 958df5496f tmux prompt eng for non-blocking sess 2025-04-25 19:18:25 +01:00
marko-kraemer 1b1878fceb add firecrawl for scraping, frontend fix 2025-04-25 18:13:16 +01:00
marko-kraemer 427161d892 fix files tool, intro web crawl tool again, web user takeover tool, url formatting in frontend 2025-04-25 14:35:45 +01:00
marko-kraemer 6e5af01120 port & other 2025-04-21 15:43:29 +01:00
marko-kraemer 2a59bd4baf port & other 2025-04-21 15:38:27 +01:00
marko-kraemer 7ce3d6f9cb add port exposing 2025-04-21 15:02:33 +01:00
marko-kraemer 3d885142ba wip 2025-04-21 15:02:33 +01:00
marko-kraemer b7105e71d3 hide attachments, non-blocking shell exec 2025-04-21 13:41:01 +01:00
marko-kraemer 6ac4213fdc frontend we are nearly there sergeant 2025-04-20 01:27:46 +01:00
marko-kraemer 831331bf3f wip 2025-04-18 15:54:14 +01:00
marko-kraemer 3e89600cce still broken 2025-04-16 23:13:23 +01:00
marko-kraemer 9fbad13468 wip 2025-04-16 23:13:04 +01:00
Adam Cohen Hillel e9f76f29c0 data providers prompoting MFS 2025-04-16 19:36:25 +01:00
marko-kraemer 7260b030a7 wip 2025-04-16 10:54:52 +01:00
marko-kraemer 24608e6efb add inform tool 2025-04-16 09:42:01 +01:00
Adam Cohen Hillel e51b1076a7 fuck yeah 2025-04-15 19:11:09 +01:00