Commit Graph

746 Commits

Author SHA1 Message Date
Sharath 16ab850923
perf(sandbox): switch to async daytona sdk (#891) 2025-07-04 21:12:53 +05:30
Saumya e896ca0ff6 chore(dev): teardown workflow system 2025-07-04 17:28:38 +05:30
Bobbie 04d15b6624
Merge pull request #886 from escapade-mckv/smooth-tool-panel
Smooth tool panel
2025-07-04 11:05:17 +05:30
Soumyadas15 155caa55a8 fix: add missing models to pricing tiers 2025-07-04 03:14:40 +05:30
sharath 83bf4a7189
chore(billing): add 5 free credits 2025-07-03 19:15:27 +00:00
sharath 58b118a05d
feat(models): update free tier model to claude sonnet 4 2025-07-03 17:14:48 +00:00
Saumya 88cca815f6 feat: nice tool panel animation 2025-07-03 22:04:48 +05:30
Bobbie 84b854359d
chore: remove scripts and obsolete files (#879) 2025-07-03 19:30:51 +05:30
Soumyadas15 8b58e2b69b chore: add verel protection bypass for staging environments 2025-07-03 14:13:36 +05:30
Soumyadas15 8ac2b9ba11 chore(dev): add new agent scheduling setup to setup.py 2025-07-03 10:17:57 +05:30
Soumyadas15 028f33ae34 Merge branch 'main' into agent-knowledge-base 2025-07-03 09:49:57 +05:30
Soumyadas15 58033075b4 configure agent schedules 2025-07-03 09:12:09 +05:30
Soumyadas15 ff47404a89 feat: agent schedules 2025-07-01 13:35:55 +05:30
Soumyadas15 debbb1246f feat: one-click trigger setup 2025-06-30 23:33:46 +05:30
sharath 4ef84453d9
fix(health): increase health check timeout from 10 to 20 seconds 2025-06-30 17:56:01 +00:00
sharath 7653f8b586
fix(worker_health): increase timeout duration for health check from 5 to 20 seconds 2025-06-30 17:52:02 +00:00
sharath 9871841baa
chore(Dockerfile): add curl installation to backend Dockerfile 2025-06-30 17:41:32 +00:00
sharath bcdffebcdf
fix(billing): update cutoff date for usage logs to June 30, 2025 2025-06-30 13:20:24 +00:00
Soumyadas15 658fa7d771 chore(dev): agent triggers 2025-06-30 16:27:34 +05:30
Krishav Raj Singh 577872974c Handle URL in see_image tool 2025-06-29 22:44:07 +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 0d21ed2cbe
feat(health): add health check functionality and update Redis image version 2025-06-28 19:33:42 +00:00
sharath 77f583ca5f
Merge branch 'feat/redis-conn-pool' 2025-06-28 19:13:39 +00:00
sharath 938eb043c2
fix(billing): update cutoff date for usage logs to June 28, 2025 2025-06-28 17:25:48 +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
Soumyadas15 80bc4a9982 chore(ui): sync custom agents config with credentials profile 2025-06-28 16:42:29 +05:30
sharath cc49daf9e3
feat(redis): implement connection pool for Redis client initialization and closure 2025-06-27 21:33:46 +00:00
sharath d74d8d3d6a
feat(billing): update token price multiplier and add new model pricing details 2025-06-27 18:15:20 +00:00
sharath 87908cd526
fix(billing): implement usage logs retrieval and display in frontend with pagination support 2025-06-27 17:01:58 +00:00
sharath 235aec6d1e
fix(billing): correct cutoff date for monthly usage calculations to June 27, 2025 2025-06-27 15:45:49 +00:00
sharath ea14c40481
fix(billing): update cutoff date for monthly usage calculations to June 28, 2025 2025-06-27 15:27:24 +00:00
sharath 3fe6a6de61
refactor(llm): streamline cache control application for message content 2025-06-27 15:24:02 +00:00
sharath e98ab052f9
chore(api, billing, llm): update worker count, refine billing tier names, and adjust logging in LLM API calls 2025-06-27 15:12:58 +00:00
sharath 7b10ca6478
Merge branch 'main' into sharath/suna-406-refactor-pricing-system 2025-06-26 20:04:22 +00:00
sharath 4bee1ab635
feat(billing): implement fixed cutoff date for monthly usage calculations to ignore token counts before June 27, 2025 2025-06-26 19:49:47 +00:00
sharath e7f02f31bc
feat(billing): introduce token price multiplier and update cost calculations; enhance billing UI with new pricing buttons 2025-06-26 17:33:52 +00:00
Soumyadas15 b5f488991b Merge branch 'main' into agent-agnostic-thread 2025-06-26 22:26:31 +05:30
Soumyadas15 3ca9aed8de feat: make thread agent agnostic 2025-06-26 22:06:47 +05:30
sharath 79b71db250
feat(billing): implement hardcoded model pricing and enhance cost calculation logic 2025-06-26 15:18:37 +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
Soumyadas15 18057a4db6 chore(dev): agent agnostic threads 2025-06-26 16:59:04 +05:30
sharath 445e19e00b
feat(pricing): add model pricing page and integrate pricing information into model availability 2025-06-25 20:58:42 +00:00
sharath 39e8ea2f1a
feat(billing): update subscription model 2025-06-25 19:57:28 +00:00
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
Soumyadas15 4b40f99800 fix(migrations): migrations order and sanity checks fix 2025-06-25 15:22:46 +05:30
sharath 5517518045
chore(docker): specify platform for api and worker services in docker-compose 2025-06-24 17:06:59 +00:00
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 a40f8bf816 feat: introduce knowledge base 2025-06-24 16:00:01 +05:30
Soumyadas15 c6ba38eb7f cleaup files 2025-06-24 14:43:49 +05:30
Soumyadas15 8a943d9374 fix: redis import fix 2025-06-24 14:34:13 +05:30
Soumyadas15 d1d881dbc5 fix: redis import fix 2025-06-24 14:30:43 +05:30
Soumyadas15 14ed3c7ebb fix(billing): fix billing calculation 2025-06-24 12:49:16 +05:30
Soumyadas15 b4e65fe884 Fix: migrations 2025-06-24 12:35:09 +05:30
sharath c7d892fc9b
Update server configuration and dependencies
- Increased the number of workers from 1 to 4 in the server startup configuration for improved performance.
- Upgraded the OpenAI dependency from version 1.72.0 to 1.90.0 in `pyproject.toml` and `uv.lock`.
- Refactored image editing tool to utilize the new OpenAI GPT Image 1 model, updating method calls and documentation accordingly.
2025-06-23 17:36:31 +00:00
sharath a5a9194fcb
Merge branch 'main' into sharath/suna-283-generate-image-tool 2025-06-23 16:31:02 +00:00
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 beeabc5940
fix(setup): new API key collections and encryption key generation
- Added support for collecting Smithery, QStash, and MCP API keys.
- Introduced a function to generate a secure base64-encoded encryption key for MCP credentials.
- Updated the total steps in the setup wizard from 11 to 14 to accommodate new configurations.
- Modified environment variable loading to include new services.
- Updated dependency management in `pyproject.toml` and `uv.lock` to include new packages.
2025-06-23 15:51:29 +00:00
sharath 951f8784ee
Merge branch 'main' into migrate/poetry-to-uv 2025-06-23 14:38:01 +00:00
Soumyadas15 bf120a119b fix: fix initializations of workflow 2025-06-23 19:26:32 +05:30
Soumyadas15 519c1da09c fix: fix redis cleanup syntax in workflow worker 2025-06-23 19:15:00 +05:30
Soumyadas15 60cb8246c6 fix: remove workflow backgrund worker from dockerfile 2025-06-23 19:07:55 +05:30
Soumyadas15 a152777b2d fix: RabbitMQ connection fix 2025-06-23 19:03:32 +05:30
Soumyadas15 c18541433c chore(dev): fix requirements.txt 2025-06-23 17:47:32 +05:30
Soumyadas15 105ec4f242 chore(dev): fix templates migration 2025-06-23 17:41:38 +05:30
Soumyadas15 29429ab8cf chore(dev): workflows feature-flagged 2025-06-23 17:29:19 +05:30
Soumyadas15 33395f744e chore(dev): workflows feature-flagged 2025-06-23 17:26:06 +05:30
Soumyadas15 4c3aebf4e5 chore(dev): fix issues in custom agent calling 2025-06-23 12:29:21 +05:30
sharath fe637b0c51
feat(llm): add fallback parameters for Claude model in LLM service 2025-06-22 19:01:00 +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 6f85966ec4
fix(api): update agent_runs query to select specific fields for improved data retrieval 2025-06-22 17:34:47 +00:00
sharath 38f4355838
fix(thread_manager): implement batching for message retrieval to enhance database performance and mitigate db limits 2025-06-22 16:42:55 +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 d39753d977
fix(billing): update monthly usage calculation to exclude running jobs older than one hour 2025-06-22 08:04:36 +00:00
Soumyadas15 972eda00c7 introduction of workflows 2025-06-22 13:22:57 +05:30
Soumyadas15 34c00b2c38 chore(dev): secure workflows using jwt 2025-06-20 15:57:14 +05:30
Soumyadas15 2ff3c3cd65 chore(dev): cleanup ux of workflows 2025-06-20 15:24:24 +05:30
Soumyadas15 f0440892ba chore(dev): functional telegram webhook 2025-06-20 13:54:16 +05:30
sharath 6501543814
feat(thread_manager): implement middle-out message compression to optimize message handling 2025-06-19 18:05:45 +00:00
sharath 5db0b11abc
fix(prompt): rename 'message' parameter to 'text' and 'content' to 'file_contents' for consistency in function calls 2025-06-19 17:11:53 +00:00
sharath 184b54fc8f
fix(thread_manager): enhance content validation to include interactive elements 2025-06-19 14:19:48 +00:00
Soumyadas15 daf2afa2a3 chore(dev): enhance wokflows UI 2025-06-19 16:22:38 +05:30
Sharath 1de2f6cc46
Merge pull request #769 from tnfssc/sharath/suna-299-logging-refactor-to-json-including-thread_id-project_id-etc 2025-06-19 14:13:10 +05:30
sharath e8dbc55165
fix(thread_manager): add message compression by omitting messages to handle token limits 2025-06-18 21:25:32 +00:00
sharath aed3c38fc9
chore(logging): integrate structlog for structured logging and update dependencies 2025-06-18 19:20:15 +00:00
Soumyadas15 19e9e56df5 Merge branch 'main' into better-credentials 2025-06-18 20:42:29 +05:30
Soumyadas15 c5752a0a96 chore(dev): credential profiling system 2025-06-18 20:20:50 +05:30
Soumyadas15 2a14bbac6d chore(dev): support for MCP in workflow 2025-06-18 18:44:12 +05:30
Soumyadas15 ce5cb46f81 chore(dev): add scheduling 2025-06-18 14:28:48 +05:30
sharath 05a80e5f55
fix(thread_manager): adjust truncation logic and improve token compression handling 2025-06-18 07:25:29 +00:00
sharath 3507230ed0
fix(compress_messages): truncate the middle of last msg and reduce token size 2025-06-18 05:53:51 +00:00
Soumyadas15 d44438a372 chore(ui): fix wokflow tool calls 2025-06-17 18:04:59 +05:30
Soumyadas15 7317ab1e5f chore(dev): setup agent triggers 2025-06-17 13:21:31 +05:30
Soumyadas15 4bc3bbab70 Merge branch 'main' into workflow-1a 2025-06-17 11:56:19 +05:30
Soumyadas15 b299df42f2 chore(dev): Correct tool call examples in sample response 2025-06-17 11:54:24 +05:30
Soumyadas15 15a21af9f2 chore(dev): corect tool call examples in sample rsponse 2025-06-17 11:52:51 +05:30
Soumyadas15 79be8a81ec Merge branch 'main' into workflow-1a 2025-06-17 11:28:13 +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
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
Soumyadas15 d49c9e6766 chore(dev): add tolt referrals 2025-06-16 17:23:36 +05:30
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 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
sharath 2a49ad8936
fix(thread_manager): improve message handling and update max_tokens calculation 2025-06-16 07:06:24 +00:00
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 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 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
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
sharath c2ace01dd1
fix(Dockerfile): update Python dependency installation to use uv for improved performance 2025-06-11 15:18:52 +00:00
sharath fc71a35675
fix(upload_file): swap parameters in upload_file calls for consistency across the codebase 2025-06-11 14:44:10 +00:00
sharath 7bf1ffcc94
fix(sandbox): add auto archive interval to sandbox creation 2025-06-11 02:08:36 +00:00
sharath 22eb90cac3
fix(sandbox): update auto stop interval to 15 minutes 2025-06-11 00:16:53 +00:00
Sharath 9f0534dcb4
Merge pull request #704 from tnfssc/fix/retry-redis-pubsub 2025-06-10 17:59:05 +05:30
Sharath 89fa737119
Merge pull request #690 from tnfssc/sharath/suna-328-lock-the-thread-runs-to-make-dramatiq-actors-idempotent 2025-06-10 16:42:30 +05:30
Soumyadas15 a926534355 Merge branch 'main' of https://github.com/escapade-mckv/suna into versioning2 2025-06-10 14:57:59 +05:30
sharath 6c539325bc
fix(redis): retry on connection errors 2025-06-10 04:52:09 +00:00
Soumyadas15 875c48743f Merge branch 'PRODUCTION' of https://github.com/kortix-ai/suna 2025-06-10 00:45:18 +05:30
Soumyadas15 f5d24de092 chore(dev): reduce smithery api page size 2025-06-10 00:44:05 +05:30
Soumyadas15 d603125311 chore(dev): ux refactor for marketplace 2025-06-09 19:03:47 +05:30
Soumyadas15 120b3974b3 Merge branch 'main' into versioning2 2025-06-09 14:23:48 +05:30
Soumyadas15 077dab8d8f feat: credentials management 2025-06-09 11:35:17 +05:30
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 30f88aed99
feat(image-editing): introduce image generation and editing tool with updated documentation 2025-06-09 01:38:50 +00:00
sharath 9547774dfc
refactor(prompt): update guidelines for processing small and large text files 2025-06-08 22:41:42 +00:00
sharath 9800c85318
Merge branch 'main' into sharath/suna-202-refactor-prompt-rules-to-just-read-full-file-instead-of 2025-06-08 22:26:46 +00:00
sharath d5b6b084a3
chore(daytona): enable autoarchival of sandboxes 2025-06-08 22:17:06 +00:00
Soumyadas15 d5fb7e1c8d chore(dev): improve ux of credentials manager 2025-06-08 14:01:38 +05:30
sharath 1cbc2a63c9
refactor(llm): limit processing of user and assistant messages to a maximum of 4 2025-06-07 10:14:54 +00:00
Soumyadas15 317888e33b feat: introduce credentials manager 2025-06-07 11:54:59 +05:30
sharath c00497865f
fix(thread_manager): adjust max_tokens calculation for deepseek model 2025-06-06 18:48:55 +00:00
Soumyadas15 54d3fa962b fix: gemini prompt fix 2025-06-06 18:07:35 +05:30