Commit Graph

2591 Commits

Author SHA1 Message Date
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
marko-kraemer ad48d9ebe8 cancel plan 2025-08-25 15:40:26 -07:00
Bobbie 4171e3259b
Merge pull request #1443 from nettanvirdev/fix/avoid-stream-on-old-runs
Fix: Avoid streaming for inactive agent runs when opening old threads
2025-08-26 02:14:36 +05:30
Bobbie 33ddd9303f
Merge pull request #1456 from nettanvirdev/updated-docs-self-hosting
fix: updated self hosting docs, removed slack configuration, updated setup.py
2025-08-26 02:12:30 +05:30
nettanvirdev 01c1e631e4 fix: updated self hosting docs, removed slack configuration, updated setup.py 2025-08-26 00:10:46 +06:00
nettanvirdev 87e51496cb fix: updated self hosting docs, removed slack configuration, updated setup.py 2025-08-26 00:07:18 +06:00
nettanvirdev d902f28695 fix: updated self hosting docs, removed slack configuration, updated setup.py 2025-08-26 00:04:46 +06:00
kubet 0ec3a341c9
Merge pull request #1454 from kubet/fix/csv-improvements
Fix/csv improvements
2025-08-25 17:03:25 +02:00
Vukasin 3f481e8091 Merge remote-tracking branch 'upstream/main' into fix/csv-improvements 2025-08-25 16:20:24 +02:00
Vukasin 90a789192a feat: add XLSX support for file previews and rendering 2025-08-25 16:20:21 +02:00