Commit Graph

367 Commits

Author SHA1 Message Date
sharath 9c03856d92
chore(docker): add env_file to services and update CORS middleware for staging 2025-05-25 10:31:38 +00:00
sharath 39cd63ee67
fix(api): update allowed origins for CORS configuration in staging environment 2025-05-25 09:42:31 +00:00
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
LE Quoc Dat f0656b4370 small fix 2025-05-22 12:35:27 +02:00
LE Quoc Dat f67c65d4ae improve prompt examples 2025-05-22 12:35:15 +02:00
sharath 8255c507a5
fix(backend): enhance trace logging levels for error handling and execution status 2025-05-22 08:36:58 +00:00
Vukasin d7bb27c73a Merge remote-tracking branch 'upstream/main' into feat/improve-model-selector 2025-05-21 23:02:32 +02:00
Vukasin 6fac5a98ad feat: improve model selector and fixes 2025-05-21 22:59:56 +02:00
LE Quoc Dat 3be3bb1178 feat: add gemini-flash-2.5 model to billing and constants, update low quality models in selector 2025-05-21 20:21:34 +02:00
LE Quoc Dat 65e6ee0ef8 gemini + fix syntax bug in prompts 2025-05-21 18:19:46 +02:00
sharath ff1670be90
feat(backend): langfuse traces 2025-05-21 00:39:28 +00:00
Sharath b6f97ded5b
Merge pull request #416 from tnfssc/chore/add-more-workers
chore(backend): add more dramatiq workers
2025-05-20 19:50:33 +05:30
sharath 9120fdfe0f
chore(backend): add more dramatiq workers 2025-05-20 14:19:59 +00:00
marko-kraemer e83e22ef5e fix: ensure tmux capture-pane gets full output with -S - -E - flags 2025-05-20 15:31:50 +02: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
marko-kraemer 74320d6640 kortix/suna:0.1.2.8 sandbox bump 2025-05-19 03:54:33 +02:00
marko-kraemer d15986b63e wip 2025-05-19 03:39:02 +02:00
marko-kraemer 75372a94c0 browser api fixes 2025-05-19 02:43:05 +02:00
marko-kraemer f2e7b27e02 multi tab 2025-05-19 02:00:14 +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
marko-kraemer 70755d3074 save all browser states 2025-05-19 01:06:44 +02:00
marko-kraemer 952a2dd3bf kortix/suna:0.1.2.7 working 2025-05-18 21:59:48 +02:00
marko-kraemer 56b9dcad8f wip 2025-05-18 21:44:54 +02:00
marko-kraemer 0148c03ec5 v1 2025-05-18 21:25:15 +02:00
marko-kraemer 2af572ab03 wip 2025-05-18 20:44:44 +02:00
marko-kraemer 0ae9b1cd10 wip 2025-05-18 06:23:01 +02:00
marko-kraemer 9d27ec2bea wip 2025-05-18 06:15:09 +02:00
marko-kraemer 7b27f83a6d use playwright chromium directly 2025-05-18 05:55:02 +02:00
marko-kraemer cbb8b7e65a chore(docker): update Docker configurations and streamline browser handling
- Removed unnecessary comments and updated the Docker Compose files for backend and sandbox services.
- Changed `docker-compose` to `docker compose` in README for consistency.
- Updated Chromium dependencies and configurations in Dockerfile for improved stability.
- Enhanced browser automation logic to handle page navigation and state recovery more effectively.
- Adjusted environment variables for better performance and resource management.
2025-05-18 05:49:09 +02:00
marko-kraemer 0e3f9d5a1f rm logs 2025-05-18 03:26:56 +02:00
marko-kraemer a77f687a42 refactor(api): streamline sandbox handling
- Removed the `get_or_create_project_sandbox` function from `agent/api.py` and replaced its usage with direct sandbox retrieval logic.
- Updated `start_agent` and `ensure_project_sandbox_active` functions to directly access sandbox information from project data.
- Cleaned up unnecessary comments and improved logging for sandbox operations.
- Adjusted frontend form submission to ensure consistent handling of FormData and improved error handling.
2025-05-18 03:23:46 +02:00
sharath 22016b4cc5
chore(config): refactor sandbox image constants into common config 2025-05-17 23:09:03 +00:00
sharath 3756b0b0aa
docs: added contributing docs 2025-05-17 21:44:44 +00:00
sharath ff48576291
:Merge branch 'main' into pr/ravisojitra/301 2025-05-17 21:11:53 +00:00
Marko Kraemer fab1b090fb
Merge pull request #345 from escapade-mckv/feat/ux
chore(ui): improvements in model selector
2025-05-17 14:58:15 +02:00
Soumyadas15 c83e72288b chore(ui): improvements in model selector 2025-05-17 10:44:09 +05:30
mjdierkes 4879729c19 Add Dramatiq, Pika, and Prometheus client dependencies for background task processing 2025-05-16 10:33:42 -07:00
Marko Kraemer 3971811119
Merge pull request #321 from escapade-mckv/s3-images
Store images to Supabase s3 bucked instead of DB
2025-05-16 18:12:16 +02:00
Marko Kraemer 96cb066b42
Merge pull request #336 from escapade-mckv/feat/ux
Product/UX: Sidebar improvements, model selector, getting list of models from backend
2025-05-16 15:49:51 +02:00
sharath 9aee2c7f28
Merge branch 'main' into fix/redis-latency-fix 2025-05-15 23:51:18 +00:00