Commit Graph

2089 Commits

Author SHA1 Message Date
marko-kraemer 92a802f44d wip 2025-08-08 18:23:21 -07:00
Marko Kraemer 76fccfda66 Update constants.py 2025-08-08 18:23:21 -07:00
Marko Kraemer 111af29d38 Update constants.py 2025-08-08 18:23:21 -07:00
Vukasin ad9bae6457 feat: add mini model 2025-08-08 18:23:21 -07:00
Vukasin 59b9261561 feat: new model 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
Frank An c341dd13ca git commit -m "feat(setup.py): improve setup wizard accuracy" 2025-08-08 18:23:21 -07:00
marko-kraemer 63552b20d7 examples 2025-08-07 18:45:01 -07:00
marko-kraemer d74125b8a5 examples 2025-08-07 18:44:15 -07:00
marko-kraemer d726cef68d examples 2025-08-07 18:18:54 -07:00
marko-kraemer 12b2f41269 Merge branch 'main' into landing-wip 2025-08-07 14:39:23 -07:00
marko-kraemer 0e8c58106a Add Kortix Admin API Key to setup 2025-08-06 12:31:45 -07:00
marko-kraemer 1d01571500 url query param & share agent marketplace 2025-08-06 12:14:25 -07:00
marko-kraemer 2c00ab706b create agent ui 2025-08-06 11:49:54 -07:00
marko-kraemer 880772d63f wip 2025-08-06 11:42:51 -07:00
marko-kraemer ff7133270f wip 2025-08-06 11:13:10 -07:00
Bobbie e13c1e9cf8
Merge pull request #1217 from escapade-mckv/composio-1a
fix: cleanup ux and stuff
2025-08-06 17:24:02 +05:30
Saumya c269d26b4e fix: cleanup ux and stuff 2025-08-06 17:22:41 +05:30
Bobbie 7bb74660c8
Merge pull request #1215 from escapade-mckv/composio-1a
fix the text positioning in selected profile state
2025-08-06 13:46:11 +05:30
Saumya 4083221fc4 fix the text positioning in selected profile state 2025-08-06 13:45:25 +05:30
Bobbie ebe50feba3
Merge pull request #1211 from mykonos-ibiza/refactor/remove-rabbitmq
Refactor Remove RabbitMQ and replace with Redis
2025-08-06 13:02:37 +05:30
Bobbie 351f6500c7
Merge pull request #1214 from escapade-mckv/composio-1a
Composio integration
2025-08-06 11:58:53 +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
sharath 2ed2f5c3b2
Merge branch 'PRODUCTION' 2025-08-06 06:15:20 +00:00
Bobbie f425964937
Merge pull request #1213 from mykonos-ibiza/fix/stripe-customer-not-found
Fix billing service to get customer data from Stripe if it's missing from DB
2025-08-06 11:44:16 +05:30
mykonos-ibiza 584a4192d7 Fix billing service to get customer data from Stripe if it's missing from DB
- Updated `get_stripe_customer_id` function to accept a Supabase client and handle missing user_id metadata in Stripe customers.
- Added logic to create or update records in the `billing_customers` table based on Stripe customer data.
- Improved logging for customer metadata updates and billing record changes.
2025-08-06 11:40:11 +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
marko-kraemer 7a75c7e3a0 wip 2025-08-05 21:20:26 -07:00
marko-kraemer 800227f4f9 chat input advanced conf 2025-08-05 21:09:27 -07:00
marko-kraemer 2365a54b7a wip 2025-08-05 19:38:47 -07:00
marko-kraemer 99d4b4eb23 wip 2025-08-05 17:25:23 -07:00
Saumya 99a2e9af18 custom agent preview 2025-08-06 00:43:33 +05:30
mykonos-ibiza 10d32c0487 refactor: remove RabbitMQ from the project
- Deleted RabbitMQ service from docker-compose configurations and related files.
- Updated environment variables and documentation to reflect the removal of RabbitMQ.
- Adjusted setup instructions and code to focus solely on Redis for backend operations.
2025-08-05 21:29:36 +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
Bobbie c2efe937cc
Merge pull request #1209 from escapade-mckv/composio-1a
import and types fix
2025-08-05 14:21:57 +05:30
Saumya 708a11d9fc import and types fix 2025-08-05 14:21:13 +05:30
Bobbie 94017d0c6a
Merge pull request #1208 from escapade-mckv/composio-1a
Composio 1a
2025-08-05 14:13:46 +05:30
Saumya e65c49d81d Merge branch 'main' of github.com:escapade-mckv/suna into composio-1a 2025-08-05 14:08:42 +05:30
Saumya df951703b7 feat: integrate composio tooling system 2025-08-05 14:07:42 +05:30
kubet aca61f7f38
Merge pull request #1207 from kubet/feat/smooth-brain-messages
feat: visual improvements
2025-08-04 21:43:48 +02:00
Vukasin 67621f1cd6 feat: visual improvements 2025-08-04 21:43:13 +02:00
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