Commit Graph

12 Commits

Author SHA1 Message Date
marko-kraemer fbdc97c9fa query util for batch in() calls 2025-08-22 21:31:00 -07:00
marko-kraemer 66d96d0ad3 attempt fix 2025-08-22 21:18:29 -07:00
marko-kraemer 1896208f12 refactor wip 2025-08-16 19:10:56 -07:00
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
Saumya c786e190b6 limit agent creation based on tiers 2025-08-10 01:15:29 +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
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
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 f80dc13cab feat: app profile integrations UI 2025-07-11 10:14:59 +05:30
Saumya 3ccb3c5a5a feat: connect pipedream profiles with marketplace 2025-07-09 11:52:15 +05:30
Saumya 71c24d70de chore(dev): conditional workflow steps 2025-07-08 01:01:12 +05:30