Commit Graph

405 Commits

Author SHA1 Message Date
sharath 172e95c248
fix(browser): multiple tab handling 2025-06-05 06:52:46 +00:00
sharath 1fedcbabfa
fix(agent): handle string content in message retrieval 2025-06-05 06:52:14 +00:00
sharath 07219d24c8
fix(agent): update screenshot URL handling and API server port in Docker configuration 2025-06-05 06:52:03 +00:00
sharath 05e4c5d901
fix(agent): handle image context content parsing more robustly 2025-06-05 06:51:18 +00:00
sharath eda0c69bea
fix(context-limit-retry): don't retry when context limit reached 2025-06-05 06:46:27 +00:00
sharath 6c436d9f75
Merge branch 'pr/escapade-mckv/610' into fix/exit-token-issue 2025-06-05 05:29:17 +00:00
sharath f3a2ce8de7
fix(run_agent_background): update Redis operation handling to use asyncio tasks 2025-06-05 02:00:39 +00:00
Sharath 27be48ed46
fix(prod): change process count 2025-06-05 07:23:49 +05:30
sharath 72759e06c7
fix(run_agent_background): optimize Redis operation handling and increase worker processes 2025-06-05 01:23:57 +00:00
Soumyadas15 e371ef7df8 hotfix: mailtrap version fix 2025-06-03 23:44:08 +05:30
Soumyadas15 b872061528 feat: send welcome email to users 2025-06-03 23:04:27 +05:30
Soumyadas15 8a7c33c86b chore(dev): thread compression for new format 2025-06-03 12:02:50 +05:30
sharath b26f65203e
fix(run_agent_background): add delay for pending Redis operations before completion logging 2025-06-02 20:43:07 +00:00
sharath c14a2e4cb4
fix(thread_manager): reduce maximum message content length from 300k to 200k characters to prevent context overload 2025-05-29 15:50:29 +00:00
sharath 0bfd7ecb3f
fix(thread_manager): adjust token count condition to handle default max token value 2025-05-29 15:28:53 +00:00
sharath 16ba4f7c36
fix(thread_manager): update message selection query to include only message_id and content 2025-05-29 14:20:57 +00:00
Sharath 16d4237e49
Merge pull request #562 from tnfssc/feat/context-compression 2025-05-29 19:34:44 +05:30
sharath 960dd671f2
feat(context-compression): add ExpandMessageTool for message expansion and integrate into agent run process 2025-05-29 13:47:31 +00:00
Vukasin 46cd736796 feat: add download all button and transcription 2025-05-28 21:50:24 +02:00
sharath 387bad987d
chore(fly): remove unused fly configuration 2025-05-28 11:17:53 +00:00
Sharath 2da6b9edef
Merge pull request #529 from tnfssc/sharath/suna-141-setup-prod-grade-logging-observability-of-the-full-system 2025-05-27 22:35:43 +05:30
sharath 0014ee69b9
Merge branch 'main' into feat/ci-cd 2025-05-27 16:22:10 +00:00
sharath 2d32f3e3eb
ci(docker): enhance CI workflow for staging and production deployments, add resource limits in docker-compose.prod.yml 2025-05-27 16:21:11 +00:00
sharath 03c95fa346
feat(sentry): enhance Sentry integration with user tracking and error handling improvements 2025-05-27 10:04:17 +00:00
sharath 5c8dfc933d
feat(sentry): integrate Sentry SDK for error tracking and update Pillow version 2025-05-27 08:26:27 +00:00
sharath 11da6ad829
fix(tools): invalid xml issues and unnecessary validation 2025-05-26 20:32:49 +00:00
Bobbie 621734a2d5
Merge pull request #498 from escapade-mckv/minor-fixes
Example section retouch
2025-05-26 17:32:03 +05:30
Soumyadas15 51ea4682e1 chore(ui): improved examples section 2025-05-26 17:30:18 +05:30
LiYuanBr 9568b582b8 fix: Modify log level from INFO to DEFAULT as Langfuse doesnt support INFO 2025-05-26 01:24:40 -03:00
Soumyadas15 0255ce7988 chore(dev): ui fixes 2025-05-25 23:48:54 +05:30
Soumyadas15 a5179cc5fc Merge branch 'main' into minor-fixes 2025-05-25 23:39:12 +05:30
Vukasin 7105dddd22 Merge remote-tracking branch 'upstream/main' into feat/fs-rework 2025-05-25 19:11:08 +02:00
Vukasin c52bdd08ae feat: rework file upload and caching 2025-05-25 19:10:40 +02:00
sharath 6ef5a9b192
chore(docker): remove frontend image build step from CI workflow and expose port 8000 in backend Dockerfile 2025-05-25 16:58:09 +00:00
Soumyadas15 0db9c47023 Merge branch 'main' into minor-fixes 2025-05-25 21:05:09 +05:30
Soumyadas15 289823b132 chore(dev): refactor to react query 1 2025-05-25 21:03:50 +05:30
sharath 9c03856d92
chore(docker): add env_file to services and update CORS middleware for staging 2025-05-25 10:31:38 +00:00
Soumyadas15 eae94e0ede chore(dev): fix issues 2025-05-25 15:21:20 +05:30
sharath 39cd63ee67
fix(api): update allowed origins for CORS configuration in staging environment 2025-05-25 09:42:31 +00:00
Soumyadas15 fb6c130136 chore(dev): fix double escape isue 2025-05-25 02:34:07 +05:30
sharath 7db395dd88
refactor(api): enhance trace handling in response processing 2025-05-24 12:50:36 +00:00
sharath 51439eaeab
refactor(api): remove thread_manager initialization from API and agent background scripts 2025-05-24 12:41:59 +00:00
sharath edc1b1c17b
Merge branch 'main' into feat/langfuse 2025-05-23 17:19:08 +00:00
sharath 20985f1f81
fix(model): update model to improve performance 2025-05-23 13:44:29 +00:00
sharath 2d16fdec6f
feat(billing): allow promocodes when purchasing 2025-05-23 12:24:02 +00:00
marko-kraemer 8904918ea7 fix requirements 2025-05-22 22:19:09 +02:00
marko-kraemer f9afb09ffe CLAUDE SONNET 4. 2025-05-22 21:18:39 +02:00
Vukasin ded0802f82 Merge branch 'dat-lequoc-gemini-flash' into feat/improve-model-selector 2025-05-22 20:32:15 +02:00
Vukasin 71e35f0dd6 feat: update gemini model 2025-05-22 18:16:17 +02:00
LE Quoc Dat d32b02cb61 fix prompt 2025-05-22 13:55:41 +02:00