Commit Graph

1600 Commits

Author SHA1 Message Date
Soumyadas15 18057a4db6 chore(dev): agent agnostic threads 2025-06-26 16:59:04 +05:30
Soumyadas15 06b0035b51 chore(ui): make agent selector simpler 2025-06-26 14:40:13 +05:30
Soumyadas15 23fa2ba4e8 Merge branch 'main' of https://github.com/escapade-mckv/suna into ux-improvements 2025-06-26 12:05:12 +05:30
Sharath e589d0eb93
Merge pull request #840 from tnfssc/feat/better-pricing-layout 2025-06-26 04:13:49 +05:30
sharath 29c9fa78db
refactor(pricing): update pricing section layout and simplify pricing tier logic; add hidden property for conditional display 2025-06-25 22:36:56 +00:00
sharath af869db43f
fix(usage): refactor usage logs to utilize React Query for model pricing and enhance error handling 2025-06-25 21:47:21 +00:00
sharath f2dc615f06
feat(usage): add usage logs page and integrate it into personal account settings 2025-06-25 21:26:02 +00:00
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 65b00e5e2d Merge branch 'main' into ux-improvements 2025-06-25 15:25:56 +05:30
Bobbie 201af90a1f
Merge pull request #834 from escapade-mckv/fix-migrations
fix(migrations): migrations order and sanity checks fix
2025-06-25 15:25:08 +05:30
Soumyadas15 4b40f99800 fix(migrations): migrations order and sanity checks fix 2025-06-25 15:22:46 +05:30
Soumyadas15 f61e3a7a3b ui: improved agent selector 2025-06-25 13:46:38 +05:30
Sharath d58c5e2cf1
Merge pull request #829 from tnfssc/sharath/suna-424-installation-failed 2025-06-24 22:37:43 +05:30
sharath 5517518045
chore(docker): specify platform for api and worker services in docker-compose 2025-06-24 17:06:59 +00:00
Sharath 15bf5bf10d
Merge pull request #742 from dowithless/patch-1 2025-06-24 22:24:57 +05:30
user be00efbd70
feat(frontend): implement maintenance notice and banner components with edge configuration integration 2025-06-24 16:40:18 +00:00
Bobbie c0fbd794de
Merge pull request #827 from escapade-mckv/biz-email
email: add business demo link to welcome email
2025-06-24 18:15:57 +05:30
Soumyadas15 6a11ad5743 email: add business demo link to welcome email 2025-06-24 18:14:25 +05:30
Bobbie bb2a9178fc
Merge pull request #826 from escapade-mckv/knowledge-base
email: add business demo link to welcome email
2025-06-24 17:58:48 +05:30
Soumyadas15 b9191fd920 email: add business demo link to welcome email 2025-06-24 17:57:41 +05:30
Bobbie fd5ea1f48b
Merge pull request #823 from escapade-mckv/knowledge-base
fix: cleanup knowledge base styling
2025-06-24 16:52:46 +05:30
Soumyadas15 f6eba802b2 fix: cleanup knowledge base styling 2025-06-24 16:51:33 +05:30
Bobbie ccb04a2116
Merge pull request #822 from escapade-mckv/knowledge-base
Knowledge base
2025-06-24 16:47:09 +05:30
Soumyadas15 cf84463823 feat: add knowledge base, fix flags issue 2025-06-24 16:45:46 +05:30
Soumyadas15 a40f8bf816 feat: introduce knowledge base 2025-06-24 16:00:01 +05:30
Bobbie 2ef82ea13e
Merge pull request #821 from escapade-mckv/cleanup
Cleanup files
2025-06-24 14:45:11 +05:30
Soumyadas15 c6ba38eb7f cleaup files 2025-06-24 14:43:49 +05:30
Bobbie 299f5c6482
Merge pull request #820 from escapade-mckv/redis-import-fix
Redis import fix
2025-06-24 14:35:47 +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
Bobbie 8f4c6fe17e
Merge pull request #819 from escapade-mckv/fix-billing
fix(billing): fix billing calculation
2025-06-24 12:50:32 +05:30
Soumyadas15 14ed3c7ebb fix(billing): fix billing calculation 2025-06-24 12:49:16 +05:30
Bobbie a1fc73070f
Merge pull request #818 from escapade-mckv/fix-migration
Fix: migrations
2025-06-24 12:36:27 +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 7899ad2e62
Merge pull request #811 from tnfssc/migrate/poetry-to-uv 2025-06-23 21:49:12 +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 c48c533061
Merge pull request #735 from tnfssc/migrate/poetry-to-uv 2025-06-23 21:22:15 +05:30
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
Bobbie 1c1423b19e
Merge pull request #806 from escapade-mckv/workflows-2
fix: fix initializations of workflow
2025-06-23 19:27:30 +05:30
Soumyadas15 bf120a119b fix: fix initializations of workflow 2025-06-23 19:26:32 +05:30
Bobbie 51af83f831
Merge pull request #805 from escapade-mckv/workflows-2
Workflows 2
2025-06-23 19:20:59 +05:30
Soumyadas15 8a9644fcef fix: workflow text-area input fix 2025-06-23 19:19:50 +05:30
Soumyadas15 519c1da09c fix: fix redis cleanup syntax in workflow worker 2025-06-23 19:15:00 +05:30
Bobbie 9ce671a1ff
Merge pull request #804 from escapade-mckv/workflows-2
fix: remove workflow backgrund worker from dockerfile
2025-06-23 19:09:31 +05:30