marko-kraemer
a77f687a42
refactor(api): streamline sandbox handling
...
- Removed the `get_or_create_project_sandbox` function from `agent/api.py` and replaced its usage with direct sandbox retrieval logic.
- Updated `start_agent` and `ensure_project_sandbox_active` functions to directly access sandbox information from project data.
- Cleaned up unnecessary comments and improved logging for sandbox operations.
- Adjusted frontend form submission to ensure consistent handling of FormData and improved error handling.
2025-05-18 03:23:46 +02:00
Marko Kraemer
8e515ba2af
Merge pull request #357 from tnfssc/hotfix/setup-env
...
hotfix(setup): backend url fix
2025-05-18 02:16:26 +02:00
sharath
8d6a8a1d73
hotfix(setup): backend url fix
2025-05-18 00:14:52 +00:00
Marko Kraemer
372c53c1ee
Merge pull request #355 from tnfssc/feat/start-script
...
feat(start): added container starter/stopper script
2025-05-18 01:42:32 +02:00
sharath
8c5d27f7a3
docs: add start.py docs
2025-05-17 23:40:47 +00:00
sharath
d1b4399a08
feat(start): added container starter/stopper script
2025-05-17 23:35:53 +00:00
Marko Kraemer
8cac758951
Merge pull request #351 from tnfssc/chore/add-config
...
chore(config): refactor sandbox image constants into common config
2025-05-18 01:16:48 +02:00
Marko Kraemer
e13aa2f1c3
Merge pull request #353 from tnfssc/chore/setup-update
...
hotfix(setup): uncomment required steps
2025-05-18 01:13:52 +02:00
sharath
a532ef5938
hotfix(setup): uncomment required steps
2025-05-17 23:11:33 +00:00
sharath
22016b4cc5
chore(config): refactor sandbox image constants into common config
2025-05-17 23:09:03 +00:00
Marko Kraemer
5867714b3d
Merge pull request #352 from tnfssc/chore/setup-update
...
chore(setup): remove additional LLM providers
2025-05-18 01:06:29 +02:00
sharath
e28d80703b
chore(setup): remove additional LLM providers
2025-05-17 22:56:27 +00:00
Marko Kraemer
fdd9181292
Merge pull request #350 from tnfssc/chore/docs-and-cleanup
...
feat(setup): added setup.py and updated docs
2025-05-18 00:31:44 +02:00
sharath
05c8145072
chore(setup): removed pre-built images step
2025-05-17 21:58:49 +00:00
sharath
3756b0b0aa
docs: added contributing docs
2025-05-17 21:44:44 +00:00
sharath
ff48576291
:Merge branch 'main' into pr/ravisojitra/301
2025-05-17 21:11:53 +00:00
Marko Kraemer
fab1b090fb
Merge pull request #345 from escapade-mckv/feat/ux
...
chore(ui): improvements in model selector
2025-05-17 14:58:15 +02:00
Marko Kraemer
269da4f041
Merge pull request #346 from rishimohan/fix-share-page-ui
...
fix: z-index issue on share pages preventing clicks on header, also add canonical url
2025-05-17 14:57:46 +02:00
Rishi
0658f3f4d8
remove url tag
2025-05-17 10:21:18 +02:00
Rishi
2227b2bc5c
fix: z-index issue on share pages preventing clicks on header, also add canonical
2025-05-17 10:19:30 +02:00
Soumyadas15
c83e72288b
chore(ui): improvements in model selector
2025-05-17 10:44:09 +05:30
Marko Kraemer
26032569d0
Merge pull request #340 from r4881t/p0
...
Fixing issue with docker run
2025-05-16 21:12:55 +02:00
Marko Kraemer
0cdbbdbf2f
Merge pull request #342 from mjdierkes/feat/dramatiq-background-tasks
...
Add dependencies for background task processing with Dramatiq
2025-05-16 21:12:00 +02:00
mjdierkes
4879729c19
Add Dramatiq, Pika, and Prometheus client dependencies for background task processing
2025-05-16 10:33:42 -07:00
Pranav Prakash
d49959866f
Merge branch 'main' into p0
2025-05-16 22:35:31 +05:30
Pranav Prakash
29bacdd55f
uncommenting redis port expose
2025-05-16 22:31:59 +05:30
Pranav Prakash
29ebcace56
Fixing issue with docker run
2025-05-16 21:51:12 +05:30
Marko Kraemer
3971811119
Merge pull request #321 from escapade-mckv/s3-images
...
Store images to Supabase s3 bucked instead of DB
2025-05-16 18:12:16 +02:00
Marko Kraemer
36b2513ecd
Merge pull request #327 from escapade-mckv/frontend-refactor
...
chore(dev): frontend refactor - started with thread page
2025-05-16 16:03:47 +02:00
Marko Kraemer
96cb066b42
Merge pull request #336 from escapade-mckv/feat/ux
...
Product/UX: Sidebar improvements, model selector, getting list of models from backend
2025-05-16 15:49:51 +02:00
Marko Kraemer
0b01779e70
Merge pull request #333 from tnfssc/fix/redis-latency-fix
...
[⚡ 35x faster] fix(stream): redis latency issue mitigated
2025-05-16 02:16:38 +02:00
sharath
9aee2c7f28
Merge branch 'main' into fix/redis-latency-fix
2025-05-15 23:51:18 +00:00
Marko Kraemer
ef51d9e643
Merge pull request #322 from tnfssc/feat/dramatiq
...
feat(dramatiq): added distributed worker support using dramatiq and rabbitmq
2025-05-16 01:45:29 +02:00
sharath
35de7f1b40
fix(stream): redis latency issue mitigated
2025-05-15 23:28:28 +00:00
Marko Kraemer
51c2ecfb17
correct image iname
2025-05-15 22:54:04 +02:00
Soumyadas15
74f7c494fc
chore(ux): model selector, updated sidebar
2025-05-16 01:52:07 +05:30
Soumyadas15
bc30acad80
Merge branch 'model-access-check' into feat/ux
2025-05-15 23:58:13 +05:30
Soumyadas15
60b12a75d1
Merge branch 'sidebar' into feat/ux
2025-05-15 23:56:00 +05:30
Soumyadas15
471df9a4c8
chore(ux): added multiple select and delete functionality
2025-05-15 16:56:36 +05:30
Marko Kraemer
90a284a14f
Merge pull request #324 from kubet/feat/attachment-rework
...
fix: try load files if there is no token
2025-05-15 13:16:15 +02:00
Soumyadas15
3e030d4c18
chore(dev): frontend refactor - started with thread page
2025-05-15 12:04:53 +05:30
sharath
1e62257ab1
chore(dramatiq): cleanup code
2025-05-15 06:34:17 +00:00
sharath
3a4debd407
feat(dramatiq): add workers to docker compose and update docs
2025-05-15 06:29:27 +00:00
Vukasin
0b8fbdff61
fix: try load files if there is no token
2025-05-14 22:07:21 +02:00
Ravi Sojitra
2cfb73b033
Merge remote-tracking branch 'upstream/main' into self-deploy-script
2025-05-15 00:04:28 +05:30
sharath
9b3561213d
feat(dramatiq): added distributed worker support using dramatiq and rabbitmq
2025-05-14 12:48:02 +00:00
Soumyadas15
e95118f26e
chore(dev): upload images to s3 - draft
2025-05-14 16:07:15 +05:30
Soumyadas15
108dba9bf7
chore(dev): added model access check in backend
2025-05-14 11:36:45 +05:30
Soumyadas15
a1b60e2c8f
chore(dev): upload images to s3
2025-05-14 10:58:11 +05:30
marko-kraemer
fe05ccfb4f
fix img name
2025-05-14 02:10:20 +02:00