Saumya
07c088a932
feat: fix agent performance, bugs, ui
2025-08-07 16:05:33 +05:30
Saumya
a737299232
parallelize mcp initialization
2025-08-07 15:22:10 +05:30
Saumya
8c6ce0923a
dynamic mcp tool registration
2025-08-07 14:32:17 +05:30
Saumya
d941b573d5
improve system prompt for self configuration
2025-08-07 11:50:41 +05:30
Saumya
d9277ff63e
imprive presentation tool
2025-08-06 17:18:37 +05:30
Saumya
bbd4b8f4d2
Merge branch 'main' into presentation-tool
2025-08-06 13:47:40 +05:30
Saumya
3b977e961e
chore: improve integrations manager ux
2025-08-06 11:31:10 +05:30
Saumya
50b6ad5189
improve composio UC
2025-08-06 11:18:06 +05:30
Saumya
25ea4bd86f
presentation tool
2025-08-06 02:42:46 +05:30
Saumya
df951703b7
feat: integrate composio tooling system
2025-08-05 14:07:42 +05:30
Saumya
aa37988106
update agent builder to use composio
2025-08-04 10:43:42 +05:30
Saumya
d456817809
Merge branch 'main' of github.com:escapade-mckv/suna into composio-1a
2025-08-04 09:14:02 +05:30
Saumya
5ca3cffae3
composio integration
2025-08-03 10:46:07 +05:30
Krishav Raj Singh
8477b5efce
update description and prompt
2025-08-02 18:56:24 +05:30
Krishav Raj Singh
4f32ed007a
refactor: use section_id
2025-08-02 18:54:59 +05:30
Saumya
26e69a24b9
Merge branch 'main' into composio-1a
2025-08-01 21:06:52 +05:30
Krishav
90063d7c59
Merge branch 'kortix-ai:main' into feat/task_list_tool
2025-08-01 13:07:27 +05:30
Saumya
6de7bd0f6c
fix agent builder update tool
2025-08-01 13:04:24 +05:30
Saumya
5d126bc75b
test composio sdk
2025-08-01 12:54:16 +05:30
Krishav Raj Singh
83d7882b2c
fix: replace xml_schema with usage_example
2025-08-01 10:51:52 +05:30
Krishav Raj Singh
457b548a65
feat: add section in tool_list
2025-08-01 10:51:52 +05:30
Krishav Raj Singh
d6bc346bbc
fix: task list tool
2025-08-01 10:51:16 +05:30
Krishav Raj Singh
a9cd2fbca6
feat: added task list tool
2025-08-01 10:51:16 +05:30
marko-kraemer
001cfacb01
fix agent run status not updating
2025-07-31 23:33:42 +02:00
Saumya
e8972fb788
fix agent builder functionality
2025-08-01 02:15:49 +05:30
Saumya
1701eb421c
fix mcp connection error for tools
2025-07-31 09:18:31 +05:30
marko-kraemer
0f36b6e953
update tool decorator to have usage_example
2025-07-30 22:13:46 +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
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
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
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
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
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
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
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
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
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
8150ce94a1
feat: extend agent builder for Suna
2025-07-25 13:24:34 +05:30
LE Quoc Dat
09751be00b
AI: when it comes to morph api key:
...
this is the correct endpoint : """Python
Copy
Ask AI
from openai import OpenAI
client = OpenAI(
api_key="your-morph-api-key",
base_url="https://api.morphllm.com/v1 "
)"""
2025-07-24 13:04:46 +02:00
LE Quoc Dat
430c11ae8b
AI: when it comes to morph api key:
...
- default we use morph api, with morph endpoint.
- If morph api key is not set, fall back to open router
2025-07-24 12:58:55 +02:00
LE Quoc Dat
b1ac5793ba
edit_file
2025-07-24 12:46:57 +02:00
Saumya
1e6488ca45
agent builder works with config
2025-07-24 15:15:38 +05:30
杨斯杰
a08f400db2
fix: improve command completion detection in shell tool
...
- Replace simple marker check with precise character-by-character comparison
- Skip newlines during marker matching from end to start
- Add echo detection to prevent false positives when command just started
- Optimize English comments for better code readability
2025-07-24 11:17:44 +08:00
Saumya
7d3479d171
make config the single source of truth
2025-07-24 00:15:53 +05:30
Saumya
34ae50a68b
custom suna agent
2025-07-22 21:41:10 +05:30
Saumya
8188a83a6d
Merge branch 'main' into fix-ux-issues
2025-07-21 10:53:56 +05:30
Saumya
025da780ac
fix: agent builder fix
2025-07-20 20:16:59 +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
sharath
37a3751bbf
enhance(message_tool): update ask function description to include task completion instruction and expand usage scenarios
2025-07-18 16:01:58 +00:00
sharath
72b8922320
fix(kimi-k2): model stops before previewing the results to the user
2025-07-18 10:12:52 +00:00
Saumya
bdd9ffc1d8
refactor backend code
2025-07-14 16:06:27 +05:30
Saumya
3fa9fac9f6
fix: agent builder & agents ui
2025-07-12 02:12:23 +05:30
Saumya
ca0c627766
chore: update agent builder for credential profiles, workflows
2025-07-10 10:22:44 +05:30
Saumya
26a9de5a5d
chore: code cleanup and credential profiles
2025-07-09 15:00:30 +05:30
Saumya
1c17932b87
Merge branch 'main' into pipedram-credentials-profile
2025-07-09 00:59:19 +05:30
Saumya
d61e10047b
credential profiles for pipedream
2025-07-09 00:10:58 +05:30
Krishav Raj Singh
30e22f04ad
edge case: handle json file
2025-07-08 22:30:47 +05:30
Saumya
c119b1dc5d
Merge branch 'main' into pipedream-mcp
2025-07-08 18:50:06 +05:30
Saumya
d4840c5946
pipedream integration for MCPs
2025-07-08 18:48:49 +05:30
marko-kraemer
bcc62bb647
fix port expose not working
2025-07-07 20:45:16 +02:00
marko-kraemer
b0ab413866
fix: optimize blocking command execution with marker-based completion detection
...
- Use unique completion markers instead of unreliable prompt detection
- Reduce polling from 2s to 0.5s intervals for faster response
- Fix SessionExecuteRequest import path
- Commands now return immediately upon completion vs waiting full timeout
2025-07-06 20:07:26 +02:00
Marko Kraemer
dba4e6e739
Merge pull request #899 from kortix-ai/cleanup-improvements
...
improvements
2025-07-05 20:14:58 +02:00
marko-kraemer
6a6b9d8e85
refactor wip
2025-07-05 18:07:35 +02:00
sharath
3d28721350
fix(sb_image_edit_tool): update image processing to use base64 data instead of URL
2025-07-05 12:39:55 +00:00
sharath
9cfaac080c
refactor(sb_image_edit_tool): convert file operations to async for improved performance
2025-07-05 11:00:00 +00:00
sharath
d6f7e5981a
Merge branch 'main' into sharath/suna-283-generate-image-tool
2025-07-05 10:57:36 +00:00
Sharath
16ab850923
perf(sandbox): switch to async daytona sdk ( #891 )
2025-07-04 21:12:53 +05:30
Krishav Raj Singh
577872974c
Handle URL in see_image tool
2025-06-29 22:44:07 +05:30
sharath
c7d892fc9b
Update server configuration and dependencies
...
- Increased the number of workers from 1 to 4 in the server startup configuration for improved performance.
- Upgraded the OpenAI dependency from version 1.72.0 to 1.90.0 in `pyproject.toml` and `uv.lock`.
- Refactored image editing tool to utilize the new OpenAI GPT Image 1 model, updating method calls and documentation accordingly.
2025-06-23 17:36:31 +00:00
sharath
a5a9194fcb
Merge branch 'main' into sharath/suna-283-generate-image-tool
2025-06-23 16:31:02 +00:00
Soumyadas15
33395f744e
chore(dev): workflows feature-flagged
2025-06-23 17:26:06 +05:30
Soumyadas15
4c3aebf4e5
chore(dev): fix issues in custom agent calling
2025-06-23 12:29:21 +05:30
Soumyadas15
2a14bbac6d
chore(dev): support for MCP in workflow
2025-06-18 18:44:12 +05:30
sharath
65092c8588
feat(image-validation): implement comprehensive base64 image validation and add tests for various scenarios
2025-06-17 02:22:22 +00:00
sharath
fc71a35675
fix(upload_file): swap parameters in upload_file calls for consistency across the codebase
2025-06-11 14:44:10 +00:00
sharath
30f88aed99
feat(image-editing): introduce image generation and editing tool with updated documentation
2025-06-09 01:38:50 +00:00
Vukasin
b82a0459f8
fix: tool view fixes
2025-06-04 16:23:22 +02:00
Soumyadas15
c8d39d1fdd
feat: add http mcp support
2025-06-02 16:34:14 +05:30
Soumyadas15
8297bf6f34
chore(dev): connect custom mcps
2025-06-02 11:14:22 +05:30
Soumyadas15
2168ceb864
Merge branch 'main' into mcp-5a-agentbuilder
2025-06-01 02:53:40 +05:30
Soumyadas15
d53f2f7a18
chore(dev): cleanup frontend
2025-06-01 02:23:53 +05:30
Soumyadas15
b42e78b598
chore(dev): agent builder
2025-05-31 21:01:20 +05:30
Vukasin
9914ca0d6d
Merge remote-tracking branch 'upstream/main' into feat/port-fix-and-panel-ajustments
2025-05-30 23:26:59 +02:00
Vukasin
0ffc045b5e
fix: index port fix and panel ajustments
2025-05-30 23:26:09 +02:00
Soumyadas15
b1d9ee9bb6
chore(dev): convert expand message to new tool call format
2025-05-30 19:08:23 +05:30
Soumyadas15
e6de1e0f7f
Merge branch 'main' into mcp-5a
2025-05-30 19:02:53 +05:30
Soumyadas15
59f16d7e01
chore(dev): MCP & Custom agents integration
2025-05-30 18:58:58 +05:30
Soumyadas15
dedd6432bb
chore(dev): auto generate xml schema or mcp
2025-05-30 13:01:11 +05:30
Soumyadas15
546d5078ea
chore(dev): properly process MCP results
2025-05-30 01:04:41 +05:30