Commit Graph

63 Commits

Author SHA1 Message Date
Soumyadas15 6a11ad5743 email: add business demo link to welcome email 2025-06-24 18:14:25 +05:30
Soumyadas15 b9191fd920 email: add business demo link to welcome email 2025-06-24 17:57:41 +05:30
Soumyadas15 14ed3c7ebb fix(billing): fix billing calculation 2025-06-24 12:49:16 +05:30
sharath fe637b0c51
feat(llm): add fallback parameters for Claude model in LLM service 2025-06-22 19:01:00 +00:00
sharath d39753d977
fix(billing): update monthly usage calculation to exclude running jobs older than one hour 2025-06-22 08:04:36 +00:00
Soumyadas15 8929c731db chore(dev): add tolt referrals 2025-06-16 17:58:30 +05:30
Soumyadas15 d49c9e6766 chore(dev): add tolt referrals 2025-06-16 17:23:36 +05:30
Soumyadas15 0e9aaa6789 chore(dev): told referrals 2025-06-16 14:52:29 +05:30
Sharath 9f0534dcb4
Merge pull request #704 from tnfssc/fix/retry-redis-pubsub 2025-06-10 17:59:05 +05:30
sharath 6c539325bc
fix(redis): retry on connection errors 2025-06-10 04:52:09 +00:00
sharath ad91ddf248
feat(redis): implement idempotency check for agent runs and add cleanup for run locks 2025-06-09 01:51:11 +00:00
sharath 1cbc2a63c9
refactor(llm): limit processing of user and assistant messages to a maximum of 4 2025-06-07 10:14:54 +00:00
sharath 1186ffefa3
Merge branch 'PRODUCTION' 2025-06-06 05:56:01 +00:00
sharath 01d9d63433
fix(redis): improve error handling during Redis initialization and connection checks 2025-06-06 05:54:30 +00:00
sharath ec09c6d149
Merge branch 'PRODUCTION' into sync/production 2025-06-05 02:15:28 +00:00
Soumyadas15 b872061528 feat: send welcome email to users 2025-06-03 23:04:27 +05:30
Soumyadas15 c8d39d1fdd feat: add http mcp support 2025-06-02 16:34:14 +05:30
Soumyadas15 f27500673a chore(dev): connect custom mcps 2025-06-02 11:31:09 +05:30
Vukasin 46cd736796 feat: add download all button and transcription 2025-05-28 21:50:24 +02:00
sharath edc1b1c17b
Merge branch 'main' into feat/langfuse 2025-05-23 17:19:08 +00:00
sharath 2d16fdec6f
feat(billing): allow promocodes when purchasing 2025-05-23 12:24:02 +00:00
Vukasin 6fac5a98ad feat: improve model selector and fixes 2025-05-21 22:59:56 +02:00
sharath ff1670be90
feat(backend): langfuse traces 2025-05-21 00:39:28 +00:00
Marko Kraemer 6f68f3ba62
Merge pull request #373 from kortix-ai/fix/sandbox-browser
Fix/sandbox browser
2025-05-19 04:24:46 +02:00
sharath dd3f04c4a5
fix(redis): service crash on redis client maxxing 2025-05-18 23:46:08 +00:00
marko-kraemer f22412b963 s3 url save instead of base64 2025-05-19 01:28:14 +02:00
Soumyadas15 c83e72288b chore(ui): improvements in model selector 2025-05-17 10:44:09 +05:30
Soumyadas15 74f7c494fc chore(ux): model selector, updated sidebar 2025-05-16 01:52:07 +05:30
Soumyadas15 108dba9bf7 chore(dev): added model access check in backend 2025-05-14 11:36:45 +05:30
marko-kraemer c6d13b5187 run, thread_run, response processor, raise errs properly 2025-05-10 03:58:57 +02:00
Marco Vinciguerra e1974c8125 feat: removed unused imports 2025-05-07 15:24:00 +02:00
Soumyadas15 1d106426de chore(ui): model selector, paywall, switch to qwen 235B 2025-05-07 01:44:50 +05:30
Korzhavin Ivan 68fafdd385 Refactor agent and tool configurations to support new model names and parameters
- Adjusted max_tokens logic based on model type, including new conditions for "gpt-4".
- Enhanced MessageTool to include detailed documentation and examples for user interactions.
- Improved ThreadManager to handle new tool choices and reasoning efforts.
- Updated LLM service to incorporate enable_thinking and reasoning_effort parameters.
- Modified chat input component to dynamically manage model selection and thinking options.
2025-05-03 14:17:46 +02:00
marko-kraemer 79ead85912 fix 2025-05-02 22:53:30 +02:00
marko-kraemer 50db948712 fix price ID extraction bug 2025-04-27 04:55:10 +01:00
marko-kraemer b7b7eeb705 serious wip 2025-04-27 03:44:58 +01:00
marko-kraemer a7d38c0096 serious wip 2025-04-27 03:20:49 +01:00
marko-kraemer 23574e37cf python billing 2025-04-27 00:47:31 +01:00
Korzhavin Ivan 5a3bf357a8 fix: update Redis SSL environment variable handling 2025-04-26 12:13:14 +02:00
‘cuiran’ 23a2937793 fix redis ssl 2025-04-26 14:11:25 +08:00
marko-kraemer 5c750d6387 redis & docker compose for prod 2025-04-24 22:15:47 +01:00
Dat LQ. be39b91a96
Merge pull request #90 from kortix-ai/redis
Redis
2025-04-24 01:46:35 +01:00
marko-kraemer 7a57ee210a add conf, with local/dev/prod mode 2025-04-24 01:45:58 +01:00
LE Quoc Dat 7977415b15 redis conf 2025-04-24 01:42:19 +01:00
LE Quoc Dat 008c96b153 vibe redisssss 2025-04-24 01:42:19 +01:00
Dat LQ. 059270ce6b
Merge branch 'main' into fix_browser-use 2025-04-23 20:54:55 +01:00
marko-kraemer 551430ffd6 bring back og redis file 2025-04-23 20:33:37 +01:00
LE Quoc Dat c1514d56a1 improve cache-control 2025-04-23 17:06:40 +01:00
marko-kraemer 602b65791f wip 2025-04-23 15:56:24 +01:00
marko-kraemer 869e53ad04 sandbox id fix attempt 2025-04-23 06:20:38 +01:00