Commit Graph

1329 Commits

Author SHA1 Message Date
Soumyadas15 79be8a81ec Merge branch 'main' into workflow-1a 2025-06-17 11:28:13 +05:30
Sharath 35eee56779
Merge pull request #752 from tnfssc/sharath/suna-388-browser-tool-sometimes-creates-0-byte-screenshots-causing 2025-06-17 07:53:56 +05:30
sharath 65092c8588
feat(image-validation): implement comprehensive base64 image validation and add tests for various scenarios 2025-06-17 02:22:22 +00:00
sharath 313fa28c34
Merge branch 'PRODUCTION' 2025-06-16 12:39:44 +00:00
Sharath 6b2f99f012
Merge pull request #749 from tnfssc/sharath/suna-347-fix-deepseek-multimodal-exception 2025-06-16 18:03:40 +05:30
Bobbie eddf6c2892
Merge pull request #748 from escapade-mckv/tolt
Tolt
2025-06-16 17:59:59 +05:30
sharath 9bb7d680eb
fix(run): update screenshot handling based on model type, adding logging and tracing for better debugging 2025-06-16 12:29:47 +00:00
Soumyadas15 8929c731db chore(dev): add tolt referrals 2025-06-16 17:58:30 +05:30
Bobbie edc2181e02
Merge pull request #747 from escapade-mckv/tolt
Tolt
2025-06-16 17:26:11 +05:30
Soumyadas15 430740ca74 chore(dev): add tolt referrals 2025-06-16 17:25:28 +05:30
Soumyadas15 d49c9e6766 chore(dev): add tolt referrals 2025-06-16 17:23:36 +05:30
Soumyadas15 63be13e6a6 Merge branch 'main' of https://github.com/escapade-mckv/suna into tolt 2025-06-16 17:23:02 +05:30
kubet a7741991cf
Merge pull request #725 from Berry674/main
fix: resolve blob URL memory leaks in file caching system
2025-06-16 12:05:32 +02:00
neo 4b965ff6cb
docs: add links to other language versions of README
Added language selection links to the README for easier access to translated versions: German, Spanish, French, Japanese, Korean, Portuguese, Russian, and Chinese.
2025-06-16 17:30:01 +08:00
Soumyadas15 1cfe9038ce Merge branch 'main' into workflow-1a 2025-06-16 14:52:42 +05:30
Soumyadas15 0e9aaa6789 chore(dev): told referrals 2025-06-16 14:52:29 +05:30
Sharath 7c5eea5c34
Merge pull request #740 from webpav/patch-1 2025-06-16 14:40:57 +05:30
Sharath 7bff257893
Merge pull request #741 from tnfssc/fix/rm-args-functioncall 2025-06-16 14:39:30 +05:30
Sharath 85cb4b032b
Update backend/agentpress/thread_manager.py 2025-06-16 14:39:13 +05:30
sharath e7ef1c64c5
fix(thread_manager): enhance message content parsing and ensure proper compression of prepared messages 2025-06-16 09:07:47 +00:00
Pavel Smolin b18d6bdccd
fixed link in the README.md
fixed broken link to docs
2025-06-16 15:57:33 +08:00
Sharath df6964da9c
Merge pull request #738 from tnfssc/fix/token-count-2 2025-06-16 12:37:46 +05:30
sharath 2a49ad8936
fix(thread_manager): improve message handling and update max_tokens calculation 2025-06-16 07:06:24 +00:00
Sharath 6f58c6817d
Merge pull request #736 from tnfssc/fix/token-count 2025-06-16 02:45:11 +05:30
sharath 0e41358047
fix(context): context window compression 2025-06-15 21:14:09 +00:00
sharath d4a54c261b
chore: update Python version requirement and remove outdated classifiers in pyproject.toml 2025-06-15 17:58:05 +00:00
sharath 0c16297b48
chore: delete unused entrypoint script from backend docker setup 2025-06-15 17:48:11 +00:00
sharath 96f517113b
migrate: switch to uv from poetry 2025-06-15 17:43:21 +00:00
sharath 74fea0616c
Merge branch 'main' into migrate/poetry-to-uv 2025-06-15 12:31:22 +00:00
sharath 64b4be39fe
migrate: switch to uv from poetry 2025-06-15 12:29:47 +00:00
Sharath 1018c71a0c
Merge pull request #731 from tnfssc/chore/daytona-upgrade 2025-06-15 16:32:03 +05:30
sharath adbaa3f501
chore: update daytona packages to version 0.21.0, replacing alpha versions in poetry.lock, pyproject.toml, and requirements.txt 2025-06-15 11:01:11 +00:00
Soumyadas15 e2fc2478cc chore(dev): workflow ui improvement 2025-06-15 16:10:58 +05:30
sharath f72440d652
Merge branch 'sharath/suna-306-revamp-setuppy-to-start-without-all-dependencies' into migrate/poetry-to-uv 2025-06-15 08:19: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
Soumyadas15 d13d6a55e6 chore(dev): workflow input nodes, xml examples 2025-06-14 18:21:55 +05:30
Soumyadas15 1ef38a3bb4 chore(dev): functional workflows 2025-06-14 12:38:58 +05:30
sharath fbeb95888d
refactor: update setup process with enhanced user prompts and virtual environment management
- Removed the clear_progress function as it was no longer needed.
- Added user prompts to skip Supabase database setup during installation.
- Implemented checks for existing virtual environments and created one if absent.
- Updated instructions for starting backend services to use 'python' instead of 'uv'.
- Enhanced test cases to cover new setup functionalities and user interactions.
2025-06-13 22:20:33 +00:00
sharath 56c6ed9fd8
refactor: enhance setup wizard with improved environment variable handling and user prompts
- Introduced a structured SetupWizard class to manage the setup process.
- Added methods for collecting and validating Supabase, Daytona, LLM, and search API keys.
- Implemented environment file configuration for both backend and frontend.
- Enhanced user interaction with clear prompts and validation for inputs.
- Added unit tests to ensure functionality and reliability of the setup process.
2025-06-13 20:58:56 +00:00
kubet c2461bdb92
Merge pull request #727 from kubet/fix/share-page-file-load
fix: share page file load
2025-06-13 19:52:16 +02:00
Vukasin 9c8a83b83e fix: share page file load 2025-06-13 19:51:30 +02:00
Berry12 0e2ac54856 fix: resolve blob URL memory leaks in file caching system 2025-06-13 15:07:25 +03:00
Soumyadas15 6b135f7c56 chore(dev): functional workflow execution 2025-06-13 15:37:14 +05:30
Soumyadas15 3fa6748daf chore(dev): workflow frontend 2025-06-13 12:58:42 +05:30
Soumyadas15 2da71cc315 Merge branch 'versioning2' into workflow-1a 2025-06-13 12:36:37 +05:30
Soumyadas15 6a0febe586 feat: workflows frontend 2025-06-12 18:57:27 +05:30
Soumyadas15 d180b143f7 Merge branch 'main' into versioning2 2025-06-12 13:05:40 +05:30
kubet e93bdab2dd
Merge pull request #719 from kubet/fix/filename-conversion
fix: filename conversion
2025-06-11 20:22:32 +02:00
Vukasin 379faadfda fix: filename conversion 2025-06-11 20:21:17 +02:00
sharath c2ace01dd1
fix(Dockerfile): update Python dependency installation to use uv for improved performance 2025-06-11 15:18:52 +00:00