Commit Graph

93 Commits

Author SHA1 Message Date
Soumyadas15 155caa55a8 fix: add missing models to pricing tiers 2025-07-04 03:14:40 +05:30
sharath 58b118a05d
feat(models): update free tier model to claude sonnet 4 2025-07-03 17:14:48 +00:00
Bobbie 84b854359d
chore: remove scripts and obsolete files (#879) 2025-07-03 19:30:51 +05:30
sharath 4b99c23c18
feat(constants): update model access tiers and aliases to include new versions of OpenAI and Anthropic models 2025-06-28 19:33:52 +00:00
sharath 2abbb10c1a
feat(model): add support for Gemini 2.5 Pro with updated pricing and token limits 2025-06-28 16:27:58 +00:00
sharath 7b10ca6478
Merge branch 'main' into sharath/suna-406-refactor-pricing-system 2025-06-26 20:04:22 +00:00
sharath bec4494084
feat(pricing): add yearly subscription tiers and enhance billing period toggle functionality 2025-06-26 15:00:56 +00:00
Sharath 5df3835baf
Merge pull request #836 from KrishavRajSingh/fix/optional_anthropic_key 2025-06-26 18:22:50 +05:30
user 4d4faca12a feat(usage): add monthly usage script for user activity tracking 2025-06-25 14:12:01 +00:00
Krishav Raj Singh 064999cfc6 made ANTHROPIC API KEY optional like others 2025-06-25 17:58:09 +05:30
sharath 3a49f9591b
docs: enhance contributing and self-hosting documentation
- Added quick setup instructions and detailed setup steps in CONTRIBUTING.md and SELF-HOSTING.md.
- Updated environment variable configurations and added new required services for setup.
- Improved clarity on the setup wizard's functionality and progress saving.
- Revised README files for both backend and frontend to include quick setup instructions and environment configurations.
- Updated model references to the latest version of the Anthropic model across various files.
- Removed deprecated workflow background script.
2025-06-23 16:16:44 +00:00
sharath 951f8784ee
Merge branch 'main' into migrate/poetry-to-uv 2025-06-23 14:38:01 +00:00
sharath 273c51345d
feat(export_import): add script for exporting and importing project data with detailed logging and error handling 2025-06-22 18:42:14 +00:00
sharath 1fca6d8496
refactor(copy_project): optimize message copying process with batching and improved cleanup logging 2025-06-22 12:25:32 +00:00
sharath d59d40e0c9
feat(copy_project): add script to copy projects, threads, and associated data between users 2025-06-22 11:29:27 +00:00
sharath aed3c38fc9
chore(logging): integrate structlog for structured logging and update dependencies 2025-06-18 19:20:15 +00:00
sharath 96f517113b
migrate: switch to uv from poetry 2025-06-15 17:43:21 +00:00
sharath 0de2748d60
chore: update daytona packages to version 0.21.0a1 and 0.21.0a4, refactor sandbox methods for consistency 2025-06-14 22:18:30 +00:00
sharath 6c539325bc
fix(redis): retry on connection errors 2025-06-10 04:52:09 +00:00
sharath 4ef4eeceb1
Merge branch 'PRODUCTION' into sync/production 2025-06-05 07:31:54 +00:00
sharath 6d944bdd7e
chore(setup): update Docker image version to 0.1.3 in setup.py, README, and configuration files 2025-06-05 06:52:52 +00:00
sharath 172e95c248
fix(browser): multiple tab handling 2025-06-05 06:52:46 +00:00
Soumyadas15 a476e71727 chore(dev): agent marketplace 2025-05-29 19:49:01 +05:30
sharath 03c95fa346
feat(sentry): enhance Sentry integration with user tracking and error handling improvements 2025-05-27 10:04:17 +00:00
sharath edc1b1c17b
Merge branch 'main' into feat/langfuse 2025-05-23 17:19:08 +00: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
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
marko-kraemer 74320d6640 kortix/suna:0.1.2.8 sandbox bump 2025-05-19 03:54:33 +02:00
marko-kraemer 75372a94c0 browser api fixes 2025-05-19 02:43:05 +02:00
marko-kraemer f22412b963 s3 url save instead of base64 2025-05-19 01:28:14 +02:00
marko-kraemer 952a2dd3bf kortix/suna:0.1.2.7 working 2025-05-18 21:59:48 +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 9d27ec2bea wip 2025-05-18 06:15:09 +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
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
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
Soumyadas15 74f7c494fc chore(ux): model selector, updated sidebar 2025-05-16 01:52:07 +05:30
Soumyadas15 e95118f26e chore(dev): upload images to s3 - draft 2025-05-14 16:07:15 +05:30
Soumyadas15 108dba9bf7 chore(dev): added model access check in backend 2025-05-14 11:36:45 +05:30
Emmanuel Ferdman e2d9922dd1
Migrate to modern datetime library API
Signed-off-by: Emmanuel Ferdman <emmanuelferdman@gmail.com>
2025-05-13 00:21:47 -07:00