Commit Graph

182 Commits

Author SHA1 Message Date
marko-kraemer fbdc97c9fa query util for batch in() calls 2025-08-22 21:31:00 -07:00
Marko Kraemer acd3dc9bab
Merge pull request #1242 from theshyPika/feat/openai-compatible-provider
feat: add OpenAI-compatible providers and SiliconFlow support
2025-08-22 20:16:54 -07:00
marko-kraemer f7aeab90e3 fix script 2025-08-22 19:30:22 -07:00
marko-kraemer 07ac985275 stop started sandboxes script 2025-08-22 19:20:46 -07:00
Krishav Raj Singh 05a5fb65a5 chore: snapshot update 2025-08-23 06:12:05 +05:30
Krishav Raj Singh 76619ce3d9 chore: update snapshot version 2025-08-23 04:45:47 +05:30
Bobbie 27c523d1de
Merge pull request #1420 from escapade-mckv/refactor-llm-modules
chore: cleanup  llm modules
2025-08-22 16:47:04 +05:30
Saumya 7e10d736b5 chore: cleanup llm modules 2025-08-22 16:45:26 +05:30
Marko Kraemer 4875d89b74
Merge pull request #1407 from KrishavRajSingh/migration/gemini-2.5-pro
migrate stagehand to gemini-2.5-pro
2025-08-22 02:35:53 -07:00
marko-kraemer 535fc03031 default model 2025-08-21 21:23:43 -07:00
Saumya b2340e8651 upload file tool 2025-08-21 16:49:27 +05:30
Krishav Raj Singh 168176fe3c migration to gemini-2.5-pro 2025-08-21 15:30:37 +05:30
Krishav Raj Singh eca6313401 chore: update sandbox:kortix/suna:0.1.3.6 2025-08-21 04:32:05 +05:30
Saumya 6790ac15c8 Merge branch 'main' into sharable-template-page 2025-08-20 12:19:05 +05:30
Saumya 5989f2e37a template share page 2025-08-20 11:32:24 +05:30
marko-kraemer 5b20676853 fix 2025-08-19 17:34:44 -07:00
marko-kraemer 2d88091258 gpt 5 mini as default 2025-08-19 16:33:14 -07:00
Krishav e7385698c1
Merge branch 'kortix-ai:main' into refactor/slider 2025-08-19 19:06:11 +05:30
theshyPika be2b91a98e feat: add OpenAI-compatible providers support
- Add OpenAI-compatible API support with custom endpoints
- Implement LiteLLM Router for multi-provider routing
- Add new config options: OPENAI_COMPATIBLE_API_KEY/BASE
- Update environment examples and self-hosting documentation

Enables support for local LLM services like Ollama, LM Studio, vLLM,
and third-party OpenAI-compatible providers.
2025-08-19 19:46:01 +08:00
Saumya 120a2380a4 topup credits 2025-08-19 15:58:12 +05:30
Krishav Raj Singh 6add9a9628 chore: rename version everywhere 2025-08-19 13:51:40 +05:30
Saumya 49393e9b56 topup credits 2025-08-19 13:50:47 +05:30
marko-kraemer c57110f188 del free user sandbox script 2025-08-17 20:45:37 -07:00
marko-kraemer b665cc8653 daytona archival script 2025-08-17 20:08:20 -07:00
marko-kraemer 19765f56c0 context window defs 2025-08-17 12:24:37 -07:00
marko-kraemer 998b4a310e wip 2025-08-16 19:34:52 -07:00
marko-kraemer 1896208f12 refactor wip 2025-08-16 19:10:56 -07:00
marko-kraemer 8ef057a97a refactor wip 2025-08-16 17:44:57 -07:00
marko-kraemer 28b0d9fef0 kimi default free tier 2025-08-16 11:40:43 -07:00
Saumya ff26111a8f web dev agent with nextjs template 2025-08-15 19:13:15 +05:30
Saumya acd364c58c revert snapshot version 2025-08-15 11:36:56 +05:30
Saumya c6446619f0 fix sandbox reference 2025-08-15 10:55:15 +05:30
Saumya 5f000ae61b fix files tool not being registered 2025-08-12 02:17:50 +05:30
Saumya 123117e61d feat: agent profile pic images 2025-08-11 19:30:57 +05:30
Krishav Raj Singh 09eb9b56e7 updated config with new version 2025-08-11 16:12:56 +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
Vukasin 0ea86341fd Merge remote-tracking branch 'upstream/main' into feat/playbook-style-workflows 2025-08-10 17:45:57 +02:00
Vukasin e779ae0fe4 feat: playbook fixes and unified modal 2025-08-10 17:41:36 +02: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
Bobbie d295937112
fix: model access tiers 2025-08-08 17:49:25 +05:30
Marko Kraemer cdb0d23604
Update constants.py 2025-08-08 03:29:37 +02:00
Marko Kraemer 60a1a579f0
Update constants.py 2025-08-08 03:27:19 +02:00
Vukasin 49ff89f9d8 feat: add mini model 2025-08-07 20:08:01 +02:00
Vukasin ee02316d00 feat: new model 2025-08-07 19:58:23 +02:00
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 8f6af9d29d Merge branch 'main' into kortix-sdk 2025-07-31 18:47:38 +05:30
mykonos-ibiza a4141365cb
Merge branch 'main' into stripe-add-yearly-commitment-plans 2025-07-31 16:18:21 +05:30
mykonos-ibiza 1b608c006d Update Stripe yearly commitment pricing IDs in configuration
- Modified the configuration file to update the Stripe pricing IDs for yearly commitment plans in the production environment.
- Ensured consistency with the latest pricing structure for subscription tiers.
2025-07-31 16:09:33 +05:30
mykonos-ibiza a7b142ed74 Implement yearly commitment subscription plans and enhance billing logic
- Added support for yearly commitment plans with associated pricing tiers in the billing service.
- Introduced validation functions to manage plan changes and restrictions based on business rules.
- Updated configuration to include new yearly commitment pricing in both production and staging environments.
- Enhanced frontend components to handle subscription management, including cancellation and reactivation features.
- Refactored billing-related hooks and API calls to accommodate new subscription types and improve error handling.
2025-07-31 02:16:08 +05:30