Saumya
20080325fd
ui bug fixes
2025-08-11 18:03:10 +05:30
Krishav
80e4126a6b
Merge branch 'kortix-ai:main' into feat/stagehand
2025-08-11 15:01:13 +05:30
Krishav Raj Singh
93892535c2
cleanup
2025-08-11 14:59:33 +05:30
Krishav
cfb0ed9049
Merge branch 'kortix-ai:main' into feat/stagehand
2025-08-11 14:08:32 +05:30
mykonos-ibiza
24deeb2c5e
Optimize agent initiate, start and stream
2025-08-11 13:58:38 +05:30
Krishav Raj Singh
b0f830df56
final
2025-08-11 13:51:28 +05:30
mykonos-ibiza
da5db975ca
Allow unlimited custom agents in local environment mode
2025-08-11 12:37:23 +05:30
Cursor Agent
97c1334e6f
Allow unlimited custom agents in local environment mode
...
Co-authored-by: sharath <sharath@kortix.ai>
2025-08-11 07:00:26 +00:00
Krishav
7f8dcdf5ee
Merge branch 'kortix-ai:main' into feat/stagehand
2025-08-11 10:56:36 +05:30
Saumya
281025891a
feat: copy suna system prompt to newly created agents (further configurable)
2025-08-11 09:58:25 +05:30
Krishav
6122810864
Merge branch 'kortix-ai:main' into feat/stagehand
2025-08-11 01:22:34 +05:30
Vukasin
aa05623e1c
Merge remote-tracking branch 'upstream/main' into feat/playbook-style-workflows
2025-08-10 19:00:22 +02:00
Vukasin
4fae58b310
refactor: unify workflow and playbook creation
2025-08-10 18:48:55 +02:00
Krishav Raj Singh
796f1ef9f4
replace sb_browser_tool with stagehand_browser_tool
2025-08-10 22:00:28 +05:30
Krishav Raj Singh
ba13fa21b6
feat: stagehand browser tool
2025-08-10 21:58:26 +05:30
Saumya
ea058a4260
Merge branch 'main' into agent-model
2025-08-10 21:55:07 +05:30
Vukasin
0ea86341fd
Merge remote-tracking branch 'upstream/main' into feat/playbook-style-workflows
2025-08-10 17:45:57 +02:00
Saumya
84c0c28272
feat: model selector in agent config
2025-08-10 21:12:47 +05:30
marko-kraemer
ffd158760f
Merge main into landing-wip - resolved conflicts in README.md, dashboard-content.tsx, pricing-section.tsx, and agent-selector.tsx
2025-08-09 16:12:30 -07:00
marko-kraemer
65c664bb72
Resolve merge conflicts in chat-input and model-selector components
2025-08-09 16:07:15 -07:00
Bobbie
3a9d8e291e
Merge pull request #1267 from escapade-mckv/main
...
UI fixes
2025-08-10 02:44:09 +05:30
Vukasin
7b0f4ac0d0
feat: init new playbook style workflows
2025-08-09 21:57:11 +02:00
Saumya
c786e190b6
limit agent creation based on tiers
2025-08-10 01:15:29 +05:30
mykonos-ibiza
9433afc745
fix: enhance tools parameter handling in agent retrieval
...
- Added support for tools parameter to accept string, dict, or list types.
- Implemented logging for unexpected tools parameter types and cases where a dict is received.
- Ensured tools filtering is robust and handles various input formats appropriately.
2025-08-09 23:05:20 +05:30
mykonos-ibiza
461c8e1bbc
refactor: optimize agent retrieval by batching version data queries
...
- Combined total count retrieval and paginated data fetching into a single request for efficiency.
- Replaced per-agent version fetching with a batched query to reduce API calls and improve performance.
- Enhanced error handling for version data loading.
2025-08-09 22:56:05 +05:30
mykonos-ibiza
c4979642fb
Refactor agent and sandbox management: streamline sandbox creation, add caching for agent run limits and Stripe customer data, and improve error handling. Update API documentation and logging for better clarity.
2025-08-09 16:21:14 +05:30
marko-kraemer
ff7a09f73a
enterprise page
2025-08-08 18:23:21 -07:00
Saumya
40393143d5
feat: fix agent performance, bugs, ui
2025-08-08 18:23:21 -07:00
Saumya
69e2b30748
parallelize mcp initialization
2025-08-08 18:23:21 -07:00
Saumya
3181717b69
dynamic mcp tool registration
2025-08-08 18:23:21 -07:00
Saumya
727e59c2e7
enhance system prompt
2025-08-08 18:23:21 -07:00
Saumya
72d7aad35c
improve system prompt for self configuration
2025-08-08 18:23:21 -07:00
Krishav Raj Singh
d23cebc05d
batch update tasks
2025-08-08 19:12:00 +05:30
Saumya
13fefdae77
feat: add sheets tools
2025-08-08 11:38:49 +05:30
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
c7adfa6796
enhance system prompt
2025-08-07 14:12:57 +05:30
Saumya
d941b573d5
improve system prompt for self configuration
2025-08-07 11:50:41 +05:30
Saumya
c269d26b4e
fix: cleanup ux and stuff
2025-08-06 17:22:41 +05:30
Saumya
752d201ac5
Merge branch 'main' of github.com:escapade-mckv/suna into composio-1a
2025-08-06 11:57:35 +05:30
Saumya
87f6adc8cf
composio integrations UX improvement
2025-08-06 11:56:46 +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
Bobbie
09e5dfc012
Merge pull request #1206 from mykonos-ibiza/limit-running-agents
...
feat(agent-run-limits): implement agent run limit checks and UI dialogs
2025-08-05 18:19:51 +05:30
mykonos-ibiza
ddef5fab19
refactor(agent-run-limits): centralize agent run limit configuration
...
- Removed hardcoded maximum parallel agent runs and replaced with a configurable property in the Configuration class.
- Updated API and agent limit checks to utilize the new configuration property.
- Simplified error handling by removing limit from error details in the frontend components.
- Adjusted UI components to reflect changes in agent limit data structure.
2025-08-05 18:15:52 +05:30
Saumya
df951703b7
feat: integrate composio tooling system
2025-08-05 14:07:42 +05:30
mykonos-ibiza
43bc71779e
feat(agent-run-limits): implement agent run limit checks and UI dialogs
...
- Added functionality to check the maximum parallel agent runs allowed within a 24-hour period.
- Introduced `AgentRunLimitError` to handle cases where the limit is exceeded.
- Updated API to return appropriate error responses for agent run limits.
- Created `AgentRunLimitDialog` component to inform users when the limit is reached, displaying currently running agents and options to stop them.
- Integrated limit checks into agent initiation and running processes across relevant components.
2025-08-04 22:23:25 +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