Commit Graph

685 Commits

Author SHA1 Message Date
sharath 909b51dfbe
feat(api): add health check endpoint for Docker and improve Redis connection handling 2025-07-09 15:27:34 +00:00
sharath a59e8c8c8a
fix(agent): initialize DBConnection within the run_agent function and increase Redis connection settings 2025-07-09 10:44:51 +00:00
sharath f9a66afade
refactor(run.py): replace synchronous langfuse.flush() with asyncio task for improved performance 2025-07-08 19:32:33 +00:00
marko-kraemer 13e702317e prompt numbering 2025-07-08 20:46:51 +02:00
Marko Kraemer e79db18d13
Merge pull request #611 from pepelu0/pepelu/dynamic_time
Dynamic time in system prompt
2025-07-08 20:42:16 +02:00
Marko Kraemer 22a45284b3
Merge pull request #914 from KrishavRajSingh/krishav/fix/json_encoding
edge case: handle json file
2025-07-08 20:39:48 +02:00
sharath 72fee1dc59
chore(backend): update Dockerfile to include git installation 2025-07-08 17:37:45 +00:00
Sharath 113c0b6ab7
Merge branch 'main' into perf/remove-dramatiq-worker-rabbitmq 2025-07-08 22:41:44 +05:30
Krishav Raj Singh 30e22f04ad edge case: handle json file 2025-07-08 22:30:47 +05:30
marko-kraemer 390ebda206 show new task fe 2025-07-08 18:54:28 +02:00
sharath 9fa595c772
chore(dependencies): update resumable-stream dependency to version 0.1.1 and refactor stream context management in agent module 2025-07-08 15:03:37 +00:00
marko-kraemer 03298b9616 improve pricing copy 2025-07-08 04:22:29 +02:00
sharath 3bb7219bef
refactor(agent): remove worker_health script and migrate run_agent_background functionality to run_agent module 2025-07-07 20:27:45 +00:00
sharath 619fe78969
Merge branch 'main' into perf/remove-dramatiq-worker-rabbitmq 2025-07-07 20:02:34 +00:00
sharath a343264160
refactor(docker): remove RabbitMQ service and related configurations from Docker setup 2025-07-07 20:00:26 +00:00
sharath d300fa4171
feat(streaming): implement StreamBroadcaster for handling multiple consumers and add metadata field to agent_runs table 2025-07-07 19:53:08 +00:00
sharath 2b7c9856c1
chore(logger): add dynamic logging level configuration based on environment variable 2025-07-07 19:42:26 +00:00
marko-kraemer bcc62bb647 fix port expose not working 2025-07-07 20:45:16 +02:00
marko-kraemer 75dc15f936 fix 2025-07-07 03:50:42 +02:00
marko-kraemer 945ff8820c wip 2025-07-07 03:30:25 +02:00
marko-kraemer 587dfccd78 lint 2025-07-07 00:32:25 +02:00
marko-kraemer b0ab413866 fix: optimize blocking command execution with marker-based completion detection
- Use unique completion markers instead of unreliable prompt detection
- Reduce polling from 2s to 0.5s intervals for faster response
- Fix SessionExecuteRequest import path
- Commands now return immediately upon completion vs waiting full timeout
2025-07-06 20:07:26 +02:00
marko-kraemer ac2dcc0fc9 wip 2025-07-06 19:06:43 +02:00
marko-kraemer fdc4351609 wip 2025-07-06 18:42:39 +02:00
marko-kraemer 9c00c04c63 templates wip 2025-07-06 18:42:39 +02:00
marko-kraemer f779c9f704 wip 2025-07-06 17:36:44 +02:00
marko-kraemer dc5496ae94 wip 2025-07-06 16:40:27 +02:00
marko-kraemer 4bbc03f674 wip 2025-07-06 06:40:44 +02:00
marko-kraemer d850800a5f admin api key, send welcome mail admin action 2025-07-06 01:32:06 +02:00
sharath fbb6838ce6
Merge branch 'main' into perf/remove-dramatiq-worker-rabbitmq 2025-07-05 18:57:04 +00:00
Marko Kraemer dba4e6e739
Merge pull request #899 from kortix-ai/cleanup-improvements
improvements
2025-07-05 20:14:58 +02:00
sharath a022694e4a
fix(agent): ensure active run key is deleted upon stopping agent run 2025-07-05 17:35:41 +00:00
sharath 54827b6582
perf(dramatiq): barely working 2025-07-05 17:24:11 +00:00
marko-kraemer 6a6b9d8e85 refactor wip 2025-07-05 18:07:35 +02:00
marko-kraemer 6e229b3830 fe improvements 2025-07-05 15:56:09 +02:00
sharath 3d28721350
fix(sb_image_edit_tool): update image processing to use base64 data instead of URL 2025-07-05 12:39:55 +00:00
sharath 9cfaac080c
refactor(sb_image_edit_tool): convert file operations to async for improved performance 2025-07-05 11:00:00 +00:00
sharath d6f7e5981a
Merge branch 'main' into sharath/suna-283-generate-image-tool 2025-07-05 10:57:36 +00:00
Saumya 68d9f42255 email: update onboarding email 2025-07-04 22:19:55 +05:30
Sharath 16ab850923
perf(sandbox): switch to async daytona sdk (#891) 2025-07-04 21:12:53 +05:30
Saumya e896ca0ff6 chore(dev): teardown workflow system 2025-07-04 17:28:38 +05:30
Bobbie 04d15b6624
Merge pull request #886 from escapade-mckv/smooth-tool-panel
Smooth tool panel
2025-07-04 11:05:17 +05:30
Soumyadas15 155caa55a8 fix: add missing models to pricing tiers 2025-07-04 03:14:40 +05:30
sharath 83bf4a7189
chore(billing): add 5 free credits 2025-07-03 19:15:27 +00:00
sharath 58b118a05d
feat(models): update free tier model to claude sonnet 4 2025-07-03 17:14:48 +00:00
Saumya 88cca815f6 feat: nice tool panel animation 2025-07-03 22:04:48 +05:30
Bobbie 84b854359d
chore: remove scripts and obsolete files (#879) 2025-07-03 19:30:51 +05:30
Soumyadas15 8b58e2b69b chore: add verel protection bypass for staging environments 2025-07-03 14:13:36 +05:30
Soumyadas15 8ac2b9ba11 chore(dev): add new agent scheduling setup to setup.py 2025-07-03 10:17:57 +05:30
Soumyadas15 028f33ae34 Merge branch 'main' into agent-knowledge-base 2025-07-03 09:49:57 +05:30