Saumya
a6058b94ad
refactor pipedream codebase
2025-07-30 19:52:31 +05:30
Saumya
773987bebc
refactor pipedream
2025-07-30 19:33:43 +05:30
Saumya
f095affcf1
refactor pipedream codebase
2025-07-30 17:57:26 +05:30
Saumya
080a0b1cef
suna agent installation cleanup
2025-07-30 12:29:25 +05:30
Saumya
26fd18b6b8
cleanup agent builder tools
2025-07-30 11:37:34 +05:30
Saumya
8e1cce5cbd
refactor versioning & run.py
2025-07-30 11:20:05 +05:30
Saumya
f848d5c10f
refactor versioning
2025-07-29 23:41:22 +05:30
Saumya
8a859038c3
Merge branch 'main' into refactor-backend-2
2025-07-29 22:18:10 +05:30
Marko Kraemer
e7ad67caef
Merge pull request #1116 from dat-lequoc/ai-iteration-20250728-231518
...
Morph AI Edit_file, better prompting ; Update UI as well, but need more check on frontend
2025-07-29 13:00:44 +02:00
Saumya
46a028ed61
cleanup
2025-07-29 12:45:20 +05:30
Saumya
488d184939
refactor & cleanup templates
2025-07-29 11:25:18 +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
ef980353ba
AI: How can we stream the edit_file tool when it generating like create_file ? Also the edit_file tool show this
...
"""Invalid File Edit
Could not extract the file changes from the tool result."""
Check the state of code base and make to sure implement fully
2025-07-28 22:22:38 +02:00
LE Quoc Dat
fe1e1c6fb4
AI: How can we stream the edit_file tool when it generating like create_file ? Also the edit_file tool show this
...
"""Invalid File Edit
Could not extract the file changes from the tool result."""
Check the state of code base and make to sure implement fully
2025-07-28 22:16:20 +02:00
LE Quoc Dat
0215b81b09
AI: How can we stream the edit_file tool when it generating like create_file ? Also the edit_file tool show this
...
"""Invalid File Edit
Could not extract the file changes from the tool result."""
Check the state of code base and make to sure implement fully
2025-07-28 22:06:04 +02:00
LE Quoc Dat
1fbac3bc15
AI: How can we stream the edit_file tool when it generating like create_file ? Also the edit_file tool show this
...
"""Invalid File Edit
Could not extract the file changes from the tool result."""
Check the state of code base and make to sure implement fully
2025-07-28 21:59:07 +02:00
LE Quoc Dat
cb424d8fe7
AI: How can we stream the edit_file tool when it generating like create_file ? Also the edit_file tool show this
...
"""Invalid File Edit
Could not extract the file changes from the tool result."""
Check the state of code base and make to sure implement fully
2025-07-28 21:55:45 +02:00
LE Quoc Dat
deb442cbf7
AI: How can we stream the edit_file tool when it generating like create_file ? Also the edit_file tool show this
...
"""Invalid File Edit
Could not extract the file changes from the tool result."""
Check the state of code base and make to sure implement fully
2025-07-28 21:40:07 +02:00
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
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
Saumya
e4d24d9038
refactor credentials codebase
2025-07-28 22:06:07 +05:30
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
LE Quoc Dat
6b93e911d5
fix morph tool
2025-07-28 18:09:22 +02:00
Saumya
46010875d8
fix trigger import error
2025-07-28 18:05:59 +05:30
Saumya
3fb032185c
refactor triggers
2025-07-28 15:46:29 +05:30
Marko Kraemer
010f0ab426
Revert "Revert random PR merged"
2025-07-28 08:14:58 +02:00
Marko Kraemer
454f0d3878
Revert "add support for Google Gemini API integration"
2025-07-28 08:07:42 +02:00
marko-kraemer
2819840fb6
rem wip
2025-07-27 22:09:01 +02:00
marko-kraemer
1545af26f6
updated kb routes
2025-07-27 17:09:30 +02:00
marko-kraemer
c22227a8b7
add back kb routes
2025-07-27 17:02:20 +02:00
mykonos-ibiza
ad9c1dabc8
add support for Google Gemini API integration
...
- Introduced GEMINI_API_KEY in setup and environment files.
- Updated SetupWizard to include Google Gemini as a supported LLM provider.
- Adjusted model selection logic to accommodate Gemini models.
- Modified billing and configuration files to handle Gemini model pricing and aliases.
- Updated documentation to reflect the addition of GEMINI_API_KEY.
2025-07-27 12:49:56 +05:30
marko-kraemer
aed291e7c3
wip
2025-07-27 05:53:25 +02:00
marko-kraemer
e38d8f327e
wip
2025-07-27 05:15:33 +02:00
marko-kraemer
3405c27ef6
wip
2025-07-27 01:22:56 +02:00
marko-kraemer
ef087747ab
rem legacy workflows, db unused schema cleanup wip
2025-07-26 22:31:31 +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
39cf6c13a5
Fix billing error for Grok models by adding x-ai model aliases and pricing
...
- Added 'x-ai/grok-4' alias to xai/grok-4 model configuration
- Added OpenRouter x-ai model pricing support in constants generation
- Resolves LiteLLM 'LLM Provider NOT provided' errors in billing system
- Ensures proper token cost calculation for all Grok model variations
2025-07-25 20:17:02 +02:00
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
Marko Kraemer
426017931e
Merge pull request #1055 from yangsijie666/fix/shell-tool-command-completion
...
fix: improve command completion detection in shell tool
2025-07-25 16:41:00 +02:00
Saumya
3f54a318ff
improve error handling in update agent
2025-07-25 15:20:25 +05:30
Saumya
40a145552f
Merge branch 'main' of github.com:escapade-mckv/suna into extend-agent-builder
2025-07-25 13:25:11 +05:30
Saumya
8150ce94a1
feat: extend agent builder for Suna
2025-07-25 13:24:34 +05:30
Bobbie
f4dc33ab13
Merge pull request #1056 from mykonos-ibiza/fix/2fa
...
fix: migrate MFA functionality to frontend and remove backend MFA endpoints
2025-07-25 13:02:01 +05:30
mykonos-ibiza
f4df0087b1
fix model name for anthropic model before fallback to OpenRouter
2025-07-25 12:59:08 +05:30
Marko Kraemer
d72f84240a
Merge pull request #938 from KrishavRajSingh/krishav/feat/manage_key_ui
...
Krishav/feat/manage key UI
2025-07-25 00:22:35 +02:00
Marko Kraemer
4b20eb983b
Merge pull request #1060 from KrishavRajSingh/krishav/fix/half_finished_response
2025-07-24 18:02:50 +02:00
Krishav Raj Singh
f99027b848
remove multiple var should_auto_continue
2025-07-24 20:51:21 +05:30