Commit Graph

2600 Commits

Author SHA1 Message Date
Saumya 8afbe01e9e fix github workflow branch update issue 2025-08-29 14:49:09 +05:30
Saumya 9f62d0ea6a revert to previous docker build file 2025-08-29 14:41:25 +05:30
Bobbie 40b1c59212
Merge pull request #1485 from escapade-mckv/triggers-page
fix build errors
2025-08-29 14:18:56 +05:30
Saumya b77f8c3101 fix build errors 2025-08-29 14:18:08 +05:30
Bobbie fc6c026434
Merge pull request #1484 from escapade-mckv/triggers-page
Triggers page
2025-08-29 14:05:17 +05:30
Saumya e797d7e125 remove triggers section from agent config page 2025-08-29 14:04:03 +05:30
Saumya bbcde886d9 Merge branch 'main' of github.com:escapade-mckv/suna into triggers-page 2025-08-29 14:02:05 +05:30
Saumya f7dc975acf tasks page 2025-08-29 14:01:28 +05:30
Marko Kraemer dab74b1ca6
Merge pull request #1481 from kortix-ai/ffrankan-fix/redis-connection-optimization
wip
2025-08-28 22:32:42 -07:00
Marko Kraemer 70b234b3be
Merge branch 'main' into ffrankan-fix/redis-connection-optimization 2025-08-28 22:32:37 -07:00
marko-kraemer 1951f883df wip 2025-08-28 22:31:19 -07:00
marko-kraemer 93152dd1b9 wip 2025-08-28 22:30:41 -07:00
Marko Kraemer 45084bfd38
Merge pull request #1477 from escapade-mckv/docs-page
Docs page
2025-08-28 22:00:59 -07:00
Marko Kraemer fc842cb601
Merge pull request #1475 from ffrankan/fix/redis-connection-optimization
Fix Redis connection optimization in SSE streaming
2025-08-28 16:11:40 -07:00
Vukasin b92cb3ce01 feat: enable app triggers 2025-08-28 16:08:30 -07:00
marko-kraemer 06df493157 improvements 2025-08-28 16:08:30 -07:00
marko-kraemer f723e4bbd6 ux/ui improvements, improved agent config, improved streaming 2025-08-28 16:08:30 -07:00
marko-kraemer 637767ae8e fix 2025-08-28 16:08:30 -07:00
kubet 5319a09476
Merge pull request #1479 from kubet/feat/enable-app-triggers
feat: enable app triggers
2025-08-28 18:01:54 +02:00
Vukasin ec8989bb21 feat: enable app triggers 2025-08-28 17:59:30 +02:00
Saumya e3f7a2de0e Merge branch 'main' of github.com:escapade-mckv/suna into docs-page 2025-08-28 13:09:58 +05:30
Saumya 455dbb74e0 docs page 2025-08-28 13:07:42 +05:30
marko-kraemer d79adf8b95 improvements 2025-08-27 23:04:07 -07:00
marko-kraemer fd6f621eef ux/ui improvements, improved agent config, improved streaming 2025-08-27 21:37:04 -07:00
Frank An b3fef49e4c
fix(agent): optimize Redis connections in SSE streaming
Reduce Redis connection usage in SSE streams by merging two separate PubSub
connections (response + control) into a single connection. This addresses
the "too many connections" issue by halving the connection count per stream
and improves cleanup reliability.

Changes:
- Merge response_channel and control_channel subscriptions into one PubSub
- Simplify message listening logic with unified channel handling
- Strengthen cleanup sequence: unsubscribe → close → cancel
- Add error handling for pubsub cleanup edge cases

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-28 11:27:38 +08:00
marko-kraemer d4c1b3016e fix 2025-08-27 16:58:41 -07:00
marko-kraemer d2180bada3 center loader 2025-08-27 16:55:01 -07:00
marko-kraemer 6e7d16ff15 slight unify shared comp share & thread page 2025-08-27 16:17:27 -07:00
marko-kraemer 6dbc63baee improve streaming 2025-08-27 15:48:44 -07:00
marko-kraemer 5c8a82ffc4 fix 2025-08-27 15:12:47 -07:00
marko-kraemer 7d1c096c8c share 2025-08-27 14:55:55 -07:00
marko-kraemer d782582d74 md image render & fix tool call cut off 2025-08-26 20:19:14 -07:00
Bobbie 14edb083e7
Merge pull request #1467 from escapade-mckv/fix-integrations-saving
Fix integrations saving
2025-08-27 02:52:09 +05:30
Saumya ca2b146b45 fix custom mcps saving 2025-08-27 02:51:46 +05:30
Saumya 938f049ac9 fix custom mcps saving 2025-08-27 02:49:17 +05:30
Saumya d64f51ada4 chore: auto save integrations 2025-08-27 00:00:44 +05:30
kubet c4803768f4
Merge pull request #1465 from kubet/fix/integration-tool-interface-improvement
fix: tool slug saving
2025-08-26 20:17:03 +02:00
Vukasin 8155b65a54 fix: tool slug saving 2025-08-26 20:16:11 +02:00
kubet c4be0791a7
Merge pull request #1464 from kubet/fix/integration-tool-interface-improvement
fix: improve integration tool interface
2025-08-26 20:04:01 +02:00
Vukasin 39cd190311 fix: improve integration tool interface 2025-08-26 20:03:23 +02:00
Saumya e9537752c3 docs 2025-08-26 22:56:48 +05:30
Bobbie f713c51daf
Merge pull request #1461 from escapade-mckv/fix-pagination
fix pagination in agents tab
2025-08-26 17:01:56 +05:30
Saumya a69d61c8f6 fix pagination in agents tab 2025-08-26 16:59:58 +05:30
Bobbie 270a3d2ea2
Merge pull request #1460 from escapade-mckv/suna-creates-agents
Suna creates agents
2025-08-26 14:34:27 +05:30
Saumya b40b4bee22 agent update tool 2025-08-26 14:33:56 +05:30
Saumya da92c1de77 agent update tool 2025-08-26 14:31:19 +05:30
Saumya 8a4debfa9b agent update tool 2025-08-26 14:17:35 +05:30
Saumya 1946d8c2ed Merge branch 'main' of github.com:escapade-mckv/suna into suna-creates-agents 2025-08-26 13:58:42 +05:30
Saumya beea83916b agent creation capabilities suna 2025-08-26 13:58:27 +05:30
marko-kraemer 008c8944bc billing modal 2025-08-25 16:00:11 -07:00