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
Soumyadas15
60cb8246c6
fix: remove workflow backgrund worker from dockerfile
2025-06-23 19:07:55 +05:30
Bobbie
83c2714576
Merge pull request #803 from escapade-mckv/workflows-2
...
fix: RabbitMQ connection fix
2025-06-23 19:04:40 +05:30
Soumyadas15
a152777b2d
fix: RabbitMQ connection fix
2025-06-23 19:03:32 +05:30
Bobbie
9afad12d4c
Merge pull request #800 from escapade-mckv/workflows-2
...
chore(dev): fix requirements.txt
2025-06-23 17:49:01 +05:30
Soumyadas15
c18541433c
chore(dev): fix requirements.txt
2025-06-23 17:47:32 +05:30
Bobbie
5d8c1e3ccb
Merge pull request #799 from escapade-mckv/workflows-2
...
Workflows 2
2025-06-23 17:44:19 +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
70d380ac80
Merge pull request #789 from tnfssc/fix/random-redis-disconnection
2025-06-23 00:31:45 +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
1ad945fd94
Merge pull request #777 from chetanp2002/#776-chetanp2002
2025-06-22 22:15:01 +05:30
Sharath
bdc78ef224
Merge pull request #787 from tnfssc/fix/too-many-llm-msgs
2025-06-22 22:13:46 +05:30
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
1b9604c02c
Merge pull request #783 from tnfssc/feat/script-copy-project
2025-06-22 17:01:16 +05:30
sharath
d59d40e0c9
feat(copy_project): add script to copy projects, threads, and associated data between users
2025-06-22 11:29:27 +00:00
Bobbie
edd2aa1342
Merge pull request #782 from tnfssc/fix/billing-system
...
fix(billing): update monthly usage calculation to exclude running jobs older than one hour
2025-06-22 13:39:47 +05:30
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
Chetan Pawar
5006305067
update setup.py
...
fix: raise error if SUPABASE_URL is missing from env or .env
2025-06-21 21:14:17 +05:30
Chetan Pawar
5b2c04ed87
Update setup.py
...
#776-solved
2025-06-21 20:21:08 +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