Commit Graph

1471 Commits

Author SHA1 Message Date
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
Soumyadas15 f0440892ba chore(dev): functional telegram webhook 2025-06-20 13:54:16 +05:30
Sharath 1c9573dc31
Merge pull request #775 from tnfssc/fix/llm-repeats-forever 2025-06-19 23:36:18 +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 8fc6c3a64b
fix(docker-build): update Docker commands to build and restart services separately for improved deployment process 2025-06-19 17:19:52 +00:00
Sharath e9a16f40fa
Merge pull request #774 from tnfssc/fix/tool-calls 2025-06-19 22:42:55 +05:30
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 27daa2b150
Merge pull request #771 from tnfssc/fix/token-compression-browser 2025-06-19 19:50:37 +05:30
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 787466cd5f
Merge branch 'PRODUCTION' 2025-06-18 21:53:04 +00:00
Sharath 7266113e9d
Merge pull request #770 from tnfssc/fix/context-window-finale 2025-06-19 03:00:01 +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
Bobbie f10ae39f99
Merge pull request #768 from escapade-mckv/new-example-links
New example links
2025-06-18 20:42:13 +05:30
Soumyadas15 ec8bc59392 chore(dev): replace old examples with new ones 2025-06-18 20:41:15 +05:30
Bobbie e02ba93325
Merge pull request #767 from escapade-mckv/new-example-links
chore(dev): replace old examples with new ones
2025-06-18 20:41:03 +05:30
Soumyadas15 3d4de289d8 chore(dev): replace old examples with new ones 2025-06-18 20:40:12 +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 6be7556275
Merge pull request #764 from tnfssc/fix/context-end 2025-06-18 12:56:22 +05:30
sharath 05a80e5f55
fix(thread_manager): adjust truncation logic and improve token compression handling 2025-06-18 07:25:29 +00:00
Sharath b6f38e9014
Merge pull request #763 from tnfssc/fix/context-end 2025-06-18 11:25:11 +05:30
sharath 3507230ed0
fix(compress_messages): truncate the middle of last msg and reduce token size 2025-06-18 05:53:51 +00:00
sharath a8ce03f5ec
Merge branch 'PRODUCTION' 2025-06-18 04:48:50 +00:00
Sharath 1b62a7e47c
Merge pull request #762 from tnfssc/sharath/suna-394-select-messages-from-db-bypass-the-max-rows-returned-limit 2025-06-18 10:13:24 +05:30
sharath 34ea675b31
fix(api): implement pagination for message retrieval to handle large datasets 2025-06-18 04:42:32 +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 cbfefbc8bd chore(ui): workflow ui improvements 2025-06-17 12:05:16 +05:30
Soumyadas15 4bc3bbab70 Merge branch 'main' into workflow-1a 2025-06-17 11:56:19 +05:30
Bobbie 54afc72339
Merge pull request #755 from escapade-mckv/fix-tool-calls
Fix tool calls
2025-06-17 11:55:33 +05:30
Bobbie a085c556df
Merge pull request #754 from escapade-mckv/fix-tool-calls
chore(dev): Correct tool call examples in sample response
2025-06-17 11:54:48 +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 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