marko-kraemer
1f73aa25ef
rm temp readme
2025-07-30 22:18:51 +02:00
marko-kraemer
0f36b6e953
update tool decorator to have usage_example
2025-07-30 22:13:46 +02:00
Bobbie
91e1468f39
Merge pull request #1140 from escapade-mckv/fix-agent-creation
...
fix agent creation
2025-07-30 23:38:55 +05:30
Saumya
b36715d2b6
fix agent creation
2025-07-30 23:37:36 +05:30
Marko Kraemer
d5159f5fba
Merge pull request #1111 from kortix-ai/agentpress-sdk-refactor
...
remove legacy XML schema & agentpress sdk example
2025-07-30 17:09:29 +02:00
marko-kraemer
99e4ba0574
merge
2025-07-30 16:54:54 +02:00
marko-kraemer
ba455ef5f7
Merge branch 'main' into agentpress-sdk-refactor
2025-07-30 16:33:11 +02:00
Bobbie
c005d6f166
Merge pull request #1137 from escapade-mckv/pipedream-refactor-2a
...
Pipedream refactor 2a
2025-07-30 19:53:20 +05:30
Saumya
a6058b94ad
refactor pipedream codebase
2025-07-30 19:52:31 +05:30
marko-kraemer
f140634859
wip
2025-07-30 16:10:42 +02:00
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
bf92b5b831
mcp module refactor
2025-07-30 14:36: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
0063d72f2a
wip
2025-07-29 14:45:21 +02:00
marko-kraemer
b876a4007f
wip
2025-07-29 14:33:32 +02:00
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
marko-kraemer
696dd3722f
wip
2025-07-28 19:25:52 +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
marko-kraemer
bb60569193
wip
2025-07-28 16:38:53 +02:00
Saumya
46010875d8
fix trigger import error
2025-07-28 18:05:59 +05:30
marko-kraemer
4bce5d799f
wip
2025-07-28 14:08:56 +02:00
marko-kraemer
b9a4beb136
wip
2025-07-28 13:13:42 +02:00
marko-kraemer
2b31379b89
wip
2025-07-28 12:53:36 +02:00
Saumya
3fb032185c
refactor triggers
2025-07-28 15:46:29 +05:30
marko-kraemer
a660919dec
wip
2025-07-28 11:53:10 +02:00
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