Commit Graph

498 Commits

Author SHA1 Message Date
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
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
Soumyadas15 028f33ae34 Merge branch 'main' into agent-knowledge-base 2025-07-03 09:49:57 +05:30
Soumyadas15 58033075b4 configure agent schedules 2025-07-03 09:12:09 +05:30
Krishav Raj Singh 577872974c Handle URL in see_image tool 2025-06-29 22:44:07 +05:30
sharath 2abbb10c1a
feat(model): add support for Gemini 2.5 Pro with updated pricing and token limits 2025-06-28 16:27:58 +00:00
Soumyadas15 80bc4a9982 chore(ui): sync custom agents config with credentials profile 2025-06-28 16:42:29 +05:30
Soumyadas15 3ca9aed8de feat: make thread agent agnostic 2025-06-26 22:06:47 +05:30
Soumyadas15 18057a4db6 chore(dev): agent agnostic threads 2025-06-26 16:59:04 +05:30
Soumyadas15 a40f8bf816 feat: introduce knowledge base 2025-06-24 16:00:01 +05:30
sharath c7d892fc9b
Update server configuration and dependencies
- Increased the number of workers from 1 to 4 in the server startup configuration for improved performance.
- Upgraded the OpenAI dependency from version 1.72.0 to 1.90.0 in `pyproject.toml` and `uv.lock`.
- Refactored image editing tool to utilize the new OpenAI GPT Image 1 model, updating method calls and documentation accordingly.
2025-06-23 17:36:31 +00:00
sharath a5a9194fcb
Merge branch 'main' into sharath/suna-283-generate-image-tool 2025-06-23 16:31:02 +00:00
sharath 3a49f9591b
docs: enhance contributing and self-hosting documentation
- Added quick setup instructions and detailed setup steps in CONTRIBUTING.md and SELF-HOSTING.md.
- Updated environment variable configurations and added new required services for setup.
- Improved clarity on the setup wizard's functionality and progress saving.
- Revised README files for both backend and frontend to include quick setup instructions and environment configurations.
- Updated model references to the latest version of the Anthropic model across various files.
- Removed deprecated workflow background script.
2025-06-23 16:16:44 +00:00
Soumyadas15 29429ab8cf chore(dev): workflows feature-flagged 2025-06-23 17:29:19 +05:30
Soumyadas15 33395f744e chore(dev): workflows feature-flagged 2025-06-23 17:26:06 +05:30
Soumyadas15 4c3aebf4e5 chore(dev): fix issues in custom agent calling 2025-06-23 12:29:21 +05:30
sharath 6f85966ec4
fix(api): update agent_runs query to select specific fields for improved data retrieval 2025-06-22 17:34:47 +00:00
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
Soumyadas15 daf2afa2a3 chore(dev): enhance wokflows UI 2025-06-19 16:22:38 +05:30
sharath aed3c38fc9
chore(logging): integrate structlog for structured logging and update dependencies 2025-06-18 19:20:15 +00:00
Soumyadas15 2a14bbac6d chore(dev): support for MCP in workflow 2025-06-18 18:44:12 +05:30
Soumyadas15 4bc3bbab70 Merge branch 'main' into workflow-1a 2025-06-17 11:56:19 +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 65092c8588
feat(image-validation): implement comprehensive base64 image validation and add tests for various scenarios 2025-06-17 02:22:22 +00:00
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 1ef38a3bb4 chore(dev): functional workflows 2025-06-14 12:38:58 +05:30
Soumyadas15 6b135f7c56 chore(dev): functional workflow execution 2025-06-13 15:37:14 +05:30
Soumyadas15 d180b143f7 Merge branch 'main' into versioning2 2025-06-12 13:05:40 +05:30
sharath fc71a35675
fix(upload_file): swap parameters in upload_file calls for consistency across the codebase 2025-06-11 14:44:10 +00:00
Soumyadas15 d603125311 chore(dev): ux refactor for marketplace 2025-06-09 19:03:47 +05:30
sharath 30f88aed99
feat(image-editing): introduce image generation and editing tool with updated documentation 2025-06-09 01:38:50 +00:00
sharath 9547774dfc
refactor(prompt): update guidelines for processing small and large text files 2025-06-08 22:41:42 +00:00
sharath 9800c85318
Merge branch 'main' into sharath/suna-202-refactor-prompt-rules-to-just-read-full-file-instead-of 2025-06-08 22:26:46 +00:00
Soumyadas15 54d3fa962b fix: gemini prompt fix 2025-06-06 18:07:35 +05:30
Soumyadas15 77694c520b fix: gemini prompt fix 2025-06-06 18:02:29 +05:30
Sharath 3f8681065b
Merge branch 'main' into sharath/suna-254-agent-start-fails-failed-to-initialize-sandbox-404-no 2025-06-05 18:20:29 +05:30
Bobbie ef28b0a74a
Merge pull request #634 from escapade-mckv/feature-flags
feat: feature flags using redis
2025-06-05 16:28:35 +05:30
sharath 4ef4eeceb1
Merge branch 'PRODUCTION' into sync/production 2025-06-05 07:31:54 +00:00
Soumyadas15 0c4b1345c6 feat: feature flags using redis 2025-06-05 13:00:44 +05:30
sharath 1fedcbabfa
fix(agent): handle string content in message retrieval 2025-06-05 06:52:14 +00:00
sharath 07219d24c8
fix(agent): update screenshot URL handling and API server port in Docker configuration 2025-06-05 06:52:03 +00:00
sharath 05e4c5d901
fix(agent): handle image context content parsing more robustly 2025-06-05 06:51:18 +00:00
Vukasin b82a0459f8 fix: tool view fixes 2025-06-04 16:23:22 +02:00
Pepe Lu cf6b8f19a8 Dynamic time in system prompt 2025-06-03 15:40:05 +08:00
sharath 4e4303bdb6
fix(initiate): don't create project unless sandbox creation is successful 2025-06-02 20:16:22 +00:00
sharath c2f0e58fc1
fix(file-process): improve llm instructions to read full file when the file is small 2025-06-02 19:23:49 +00:00
Soumyadas15 c8d39d1fdd feat: add http mcp support 2025-06-02 16:34:14 +05:30
Soumyadas15 8297bf6f34 chore(dev): connect custom mcps 2025-06-02 11:14:22 +05:30
Soumyadas15 fb2e803527 chore(dev): improve builder system prompt 2025-06-01 13:21:33 +05:30
Soumyadas15 977b2817c2 chore(dev): improve builder system prompt 2025-06-01 13:21:16 +05:30
Soumyadas15 2168ceb864 Merge branch 'main' into mcp-5a-agentbuilder 2025-06-01 02:53:40 +05:30
Soumyadas15 7ce20533a6 feat: agentbuilder v1 2025-06-01 02:51:13 +05:30
Soumyadas15 d53f2f7a18 chore(dev): cleanup frontend 2025-06-01 02:23:53 +05:30
Soumyadas15 b42e78b598 chore(dev): agent builder 2025-05-31 21:01:20 +05:30
Soumyadas15 3c82e2152f Merge branch 'mcp-5a' into mcp-5a-agentbuilder 2025-05-31 12:38:47 +05:30
Soumyadas15 95c6277a93 chore(dev): agent builder mode 2025-05-31 12:38:39 +05:30
Vukasin 9914ca0d6d Merge remote-tracking branch 'upstream/main' into feat/port-fix-and-panel-ajustments 2025-05-30 23:26:59 +02:00
Vukasin 0ffc045b5e fix: index port fix and panel ajustments 2025-05-30 23:26:09 +02:00
Soumyadas15 b1d9ee9bb6 chore(dev): convert expand message to new tool call format 2025-05-30 19:08:23 +05:30
Soumyadas15 e6de1e0f7f Merge branch 'main' into mcp-5a 2025-05-30 19:02:53 +05:30
Soumyadas15 59f16d7e01 chore(dev): MCP & Custom agents integration 2025-05-30 18:58:58 +05:30
Soumyadas15 dedd6432bb chore(dev): auto generate xml schema or mcp 2025-05-30 13:01:11 +05:30
Soumyadas15 546d5078ea chore(dev): properly process MCP results 2025-05-30 01:04:41 +05:30
Soumyadas15 fa463fb09c chore(dev): mcp tools 2025-05-29 23:27:03 +05:30
Soumyadas15 a476e71727 chore(dev): agent marketplace 2025-05-29 19:49:01 +05:30
sharath 960dd671f2
feat(context-compression): add ExpandMessageTool for message expansion and integrate into agent run process 2025-05-29 13:47:31 +00:00
Soumyadas15 a95ae458ef chore(dev): add styling to custom agents 2025-05-29 15:16:30 +05:30
Soumyadas15 8132fc59dd chore(ui): enhance agent playground UI 2025-05-29 12:49:08 +05:30
Soumyadas15 2f835cdd2f Merge branch 'mcp-5' into mcp-5a 2025-05-29 02:12:10 +05:30
Soumyadas15 2eaef6ae84 Merge branch 'refactor-xml-tools' into mcp-5 2025-05-29 01:22:34 +05:30
Soumyadas15 57407277ed chore(dev): refactor xml tools 2025-05-28 17:37:54 +05:30
Soumyadas15 f369f69bcd Merge branch 'mcp-5' into mcp-5a 2025-05-27 13:52:55 +05:30
Soumyadas15 c5c9643644 Merge branch 'main' into mcp-5 2025-05-27 13:51:37 +05:30
sharath 11da6ad829
fix(tools): invalid xml issues and unnecessary validation 2025-05-26 20:32:49 +00:00
Soumyadas15 be600cc3db Merge branch 'mcp-5' into mcp-5a 2025-05-26 22:41:03 +05:30
Soumyadas15 a66f12498c Merge branch 'main' into mcp-5 2025-05-26 21:54:04 +05:30
LiYuanBr 9568b582b8 fix: Modify log level from INFO to DEFAULT as Langfuse doesnt support INFO 2025-05-26 01:24:40 -03:00
Soumyadas15 eae94e0ede chore(dev): fix issues 2025-05-25 15:21:20 +05:30
Soumyadas15 e3ef00a165 chore(dev): mcp setup 2025-05-24 23:47:55 +05:30
sharath 7db395dd88
refactor(api): enhance trace handling in response processing 2025-05-24 12:50:36 +00:00
Soumyadas15 5249346550 chore(dev_): merge main into mcp-5 2025-05-24 13:45:44 +05:30
Soumyadas15 cb36e534b2 chore(dev): show custom agent name on thread page 2025-05-24 13:03:17 +05:30
Soumyadas15 beeaffb533 chore(dev): add custom agent context based on thread id 2025-05-24 12:38:41 +05:30
Soumyadas15 c642b346cb chore(dev): ui for custom agents 2025-05-24 00:20:46 +05:30
sharath edc1b1c17b
Merge branch 'main' into feat/langfuse 2025-05-23 17:19:08 +00:00
Vukasin ded0802f82 Merge branch 'dat-lequoc-gemini-flash' into feat/improve-model-selector 2025-05-22 20:32:15 +02:00
LE Quoc Dat d32b02cb61 fix prompt 2025-05-22 13:55:41 +02:00
LE Quoc Dat f0656b4370 small fix 2025-05-22 12:35:27 +02:00
LE Quoc Dat f67c65d4ae improve prompt examples 2025-05-22 12:35:15 +02:00
sharath 8255c507a5
fix(backend): enhance trace logging levels for error handling and execution status 2025-05-22 08:36:58 +00:00
Vukasin d7bb27c73a Merge remote-tracking branch 'upstream/main' into feat/improve-model-selector 2025-05-21 23:02:32 +02:00
Vukasin 6fac5a98ad feat: improve model selector and fixes 2025-05-21 22:59:56 +02:00
LE Quoc Dat 65e6ee0ef8 gemini + fix syntax bug in prompts 2025-05-21 18:19:46 +02:00
sharath ff1670be90
feat(backend): langfuse traces 2025-05-21 00:39:28 +00:00
marko-kraemer e83e22ef5e fix: ensure tmux capture-pane gets full output with -S - -E - flags 2025-05-20 15:31:50 +02:00
marko-kraemer 75372a94c0 browser api fixes 2025-05-19 02:43:05 +02:00
marko-kraemer f22412b963 s3 url save instead of base64 2025-05-19 01:28:14 +02:00
marko-kraemer 70755d3074 save all browser states 2025-05-19 01:06:44 +02:00
marko-kraemer 0148c03ec5 v1 2025-05-18 21:25:15 +02:00
marko-kraemer 2af572ab03 wip 2025-05-18 20:44:44 +02:00
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 fab1b090fb
Merge pull request #345 from escapade-mckv/feat/ux
chore(ui): improvements in model selector
2025-05-17 14:58:15 +02:00
Soumyadas15 c83e72288b chore(ui): improvements in model selector 2025-05-17 10:44:09 +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 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
Soumyadas15 74f7c494fc chore(ux): model selector, updated sidebar 2025-05-16 01:52:07 +05:30
sharath 1e62257ab1
chore(dramatiq): cleanup code 2025-05-15 06:34:17 +00:00
sharath 9b3561213d
feat(dramatiq): added distributed worker support using dramatiq and rabbitmq 2025-05-14 12:48:02 +00:00
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 032375fdc5 unlimited requests per worker, deactivate restore_running_agent_runs 2025-05-14 00:15:46 +02:00
marko-kraemer 52fceeb39a add ensure active, fix utils logger impot in sb tool base 2025-05-11 18:36:33 +02:00
Vukasin 11ea1e63ee Merge remote-tracking branch 'upstream/main' into feat/attachment-rework 2025-05-11 17:18:07 +02:00
marko-kraemer fe5ae19a89 web search first, over scrape 2025-05-10 08:22:11 +02:00
marko-kraemer 3a0f6db03e scrape & read based approach v1, non-optimal but better for ctxt 2025-05-10 06:37:07 +02:00
marko-kraemer 8847515d1c session shell tool, save web search as file, change prompt to process scrapes via cli 2025-05-10 05:46:48 +02:00
marko-kraemer 4d75e5dbd0 sandbox tool base 2025-05-10 04:26:42 +02:00
marko-kraemer c6d13b5187 run, thread_run, response processor, raise errs properly 2025-05-10 03:58:57 +02:00
marko-kraemer a7f0044d1d fix 2025-05-09 05:32:46 +02:00
marko-kraemer 24fdbbeb1b wip 2025-05-09 04:16:31 +02:00
marko-kraemer 4c8bd7b47a error msg toast on stream 2025-05-09 04:01:26 +02:00
Vukasin 66d44763cb wip: rework attachments 2025-05-07 22:55:03 +02:00
Marco Vinciguerra e1974c8125 feat: removed unused imports 2025-05-07 15:24:00 +02:00
marko-kraemer 1e43fa5053 gemini flash as free model 2025-05-07 05:44:10 +02:00
marko-kraemer 3429b0b4b4 gemini flash as free model 2025-05-07 05:43:32 +02:00
marko-kraemer 6bffd6d2c4 load thread page no-side-panel skeleton fix 2025-05-07 03:23:23 +02:00
marko-kraemer 9a5bcd00a7 change to deepseek 2025-05-07 02:12:48 +02:00
marko-kraemer 5f7076e167 make non-anthropic model work with response example, fe padding bottom increase cuz of new chat input 2025-05-07 01:57:13 +02:00
marko-kraemer 7ff15d8dc7 make non-anthropic model work with response example, fe padding bottom increase cuz of new chat input 2025-05-07 01:56:52 +02:00
Marko Kraemer d6b2c6b2ac
Merge pull request #226 from escapade-mckv/feat/ui
react-query setup, ui redesign - iteration 1, model selection
2025-05-06 22:53:36 +02:00
Soumyadas15 1d106426de chore(ui): model selector, paywall, switch to qwen 235B 2025-05-07 01:44:50 +05:30
Sylvain Cau 903a9cc928 Add support for self hosted Firecrawl 2025-05-05 21:05:02 -07:00
Soumyadas15 d2bbd1bd27 Merge branch 'main' of https://github.com/escapade-mckv/suna into feat/ui 2025-05-05 15:00:12 +05:30
Soumyadas15 be9f13d5ca chore(dev): code cleanup + rect query setup + model selector 2025-05-05 14:57:36 +05:30
marko-kraemer 12704f2786 fix 2025-05-05 02:53:24 +02:00
Marko Kraemer 2859e4bdcd
Merge pull request #144 from korjavin/model
Implementation of choosing between OPENAI/Antropic models by setting MODEL_TO_USE
2025-05-04 17:47:47 -07:00
marko-kraemer 0507708fec archive script 2025-05-05 02:20:50 +02:00
Korzhavin Ivan 68fafdd385 Refactor agent and tool configurations to support new model names and parameters
- Adjusted max_tokens logic based on model type, including new conditions for "gpt-4".
- Enhanced MessageTool to include detailed documentation and examples for user interactions.
- Improved ThreadManager to handle new tool choices and reasoning efforts.
- Updated LLM service to incorporate enable_thinking and reasoning_effort parameters.
- Modified chat input component to dynamically manage model selection and thinking options.
2025-05-03 14:17:46 +02:00
marko-kraemer 9757beb4b0 comment out 2025-05-03 03:37:11 +02:00
Marko Kraemer dea49030f8
Merge pull request #171 from kortix-ai/fix_upload
Fix upload & support images
2025-04-27 17:31:36 -07:00
LE Quoc Dat f3746d9dbf support images 2025-04-28 01:28:21 +01:00
marko-kraemer cd8635a81b time prompt 2025-04-27 21:36:07 +01:00
marko-kraemer 23574e37cf python billing 2025-04-27 00:47:31 +01:00
marko-kraemer f48439eade rem summary from web search
wip
2025-04-25 23:14:35 +01:00
marko-kraemer 958df5496f tmux prompt eng for non-blocking sess 2025-04-25 19:18:25 +01:00
marko-kraemer 1b1878fceb add firecrawl for scraping, frontend fix 2025-04-25 18:13:16 +01:00
marko-kraemer 427161d892 fix files tool, intro web crawl tool again, web user takeover tool, url formatting in frontend 2025-04-25 14:35:45 +01:00
marko-kraemer 4339f6b56b wip 2025-04-25 13:23:05 +01:00
marko-kraemer 5c750d6387 redis & docker compose for prod 2025-04-24 22:15:47 +01:00
marko-kraemer 38dd730bbc wip 2025-04-24 14:36:50 +01:00
LE Quoc Dat 034ea37745 add models, better logs 2025-04-24 12:46:22 +01:00
marko-kraemer 0d6ae9e43b increase timeout 2025-04-24 06:58:27 +01:00
marko-kraemer 60e16cb8e0 increase timeout 2025-04-24 06:44:38 +01:00
Dat LQ. be39b91a96
Merge pull request #90 from kortix-ai/redis
Redis
2025-04-24 01:46:35 +01:00
marko-kraemer 7a57ee210a add conf, with local/dev/prod mode 2025-04-24 01:45:58 +01:00
LE Quoc Dat 008c96b153 vibe redisssss 2025-04-24 01:42:19 +01:00
Dat LQ. 059270ce6b
Merge branch 'main' into fix_browser-use 2025-04-23 20:54:55 +01:00
marko-kraemer e985cbdc2b wip 2025-04-23 19:46:22 +01:00
LE Quoc Dat c1514d56a1 improve cache-control 2025-04-23 17:06:40 +01:00
marko-kraemer 602b65791f wip 2025-04-23 15:56:24 +01:00
marko-kraemer 4d5d93e943 change to exec in deploy 2025-04-23 14:43:57 +01:00
marko-kraemer 8271e0dbd3 FIX 2025-04-23 14:34:23 +01:00
marko-kraemer 4bb6f14078 project_id to get sandbox id 2025-04-23 11:00:25 +01:00
marko-kraemer 74b043eec3 project_id to get sandbox id 2025-04-23 10:53:38 +01:00
marko-kraemer aaf405272f project_id to get sandbox id 2025-04-23 10:34:00 +01:00
marko-kraemer f9ca36efa0 wip 2025-04-23 09:13:07 +01:00
marko-kraemer 8dce0d3254 in memory locking 2025-04-23 07:12:50 +01:00
marko-kraemer 869e53ad04 sandbox id fix attempt 2025-04-23 06:20:38 +01:00
LE Quoc Dat 4e69026f57 feat: implement background task for project name generation using LLM 2025-04-23 05:47:43 +01:00
marko-kraemer 25086ffa26 merge 2025-04-23 05:45:43 +01:00
marko-kraemer 6829fef699 wip 2025-04-23 05:20:05 +01:00
marko-kraemer 5a0e9f8a38 wip 2025-04-23 05:14:43 +01:00
marko-kraemer 8bdd72e693 wip 2025-04-21 18:27:12 +01:00
marko-kraemer 276c740e57 wip 2025-04-21 18:16:29 +01:00
marko-kraemer 6e5af01120 port & other 2025-04-21 15:43:29 +01:00
marko-kraemer 2a59bd4baf port & other 2025-04-21 15:38:27 +01:00
marko-kraemer 7ce3d6f9cb add port exposing 2025-04-21 15:02:33 +01:00
marko-kraemer 3d885142ba wip 2025-04-21 15:02:33 +01:00
marko-kraemer b7105e71d3 hide attachments, non-blocking shell exec 2025-04-21 13:41:01 +01:00
marko-kraemer b71762bafd fix daytona sandbox url 2025-04-21 13:00:31 +01:00
Adam Cohen Hillel 2ec972cd42 - [ ] Fix BrowserTool to use COORDS as well to click on stuff. @Adam
- [ ] Make BrowserTool Return the raw OCR as well to the Thread itself so agent has it for good context. (Like an OCR Scrape) – Can also be a tool, if agent determines he wants the content “saved” @Adam
    - [ ] Sanitised DOM Return “Crawl” to get raw content & images
2025-04-21 04:24:28 +01:00
marko-kraemer aa93cd2d74 wip 2025-04-21 01:29:21 +01:00
marko-kraemer d5c59b1acb tool vie wip 2025-04-21 01:06:14 +01:00
marko-kraemer 6ac4213fdc frontend we are nearly there sergeant 2025-04-20 01:27:46 +01:00
LE Quoc Dat db3e236f34 fix crawl tool 2025-04-19 15:10:15 +01:00
LE Quoc Dat 17e3e0e68c Merge branch 'main' into dat_context 2025-04-18 17:01:59 +01:00
marko-kraemer 8087d112b5 wip 2025-04-18 16:08:28 +01:00
marko-kraemer 831331bf3f wip 2025-04-18 15:54:14 +01:00
marko-kraemer 749565c3d1 wip 2025-04-18 11:50:39 +01:00
marko-kraemer 7c104baf73 wip 2025-04-18 10:47:47 +01:00
LE Quoc Dat 833e4fbad8 Exa -> Tavily working, tested 2025-04-18 08:11:53 +01:00
LE Quoc Dat 8669e40312 disable context manager 2025-04-18 07:13:44 +01:00
LE Quoc Dat aa8c5c6d78 model mapping & UI frontend tested 2025-04-18 06:42:57 +01:00
LE Quoc Dat c84ee59dc6 thinking & reasoning 2025-04-18 05:49:41 +01:00
LE Quoc Dat 3f06702ea4 remove xml tool example duplication 2025-04-18 05:19:41 +01:00
LE Quoc Dat 3f340f740d cast sandbox preview links to string for consistency 2025-04-18 04:51:09 +01:00
marko-kraemer 647e10a74b wip 2025-04-17 23:17:48 +01:00
marko-kraemer 3e89600cce still broken 2025-04-16 23:13:23 +01:00
marko-kraemer 9fbad13468 wip 2025-04-16 23:13:04 +01:00
Adam Cohen Hillel 76a21e65f5
Merge pull request #40 from kortix-ai/Dat
small fix
2025-04-16 19:38:05 +01:00
Adam Cohen Hillel e9f76f29c0 data providers prompoting MFS 2025-04-16 19:36:25 +01:00
Adam Cohen Hillel 36b86ab8bf ActiveJobsProvider 2025-04-16 19:17:17 +01:00
Adam Cohen Hillel 1841c1da35 twitter BOIIIIIII 2025-04-16 19:10:13 +01:00
Adam Cohen Hillel 84ab75c489 twitter 2025-04-16 19:09:04 +01:00
Adam Cohen Hillel 8c37b7f7b7 zillow 2025-04-16 18:53:28 +01:00
Adam Cohen Hillel 2aa3e955f0 renaming all 2025-04-16 18:23:28 +01:00
Adam Cohen Hillel 0bf3520502 Yahoo finance 2025-04-16 18:09:05 +01:00
Adam Cohen Hillel 6b5c4c0512 amazon 2025-04-16 17:43:40 +01:00
LE Quoc Dat 1728f57d49 serializable json 2025-04-16 15:34:36 +01:00
marko-kraemer 7260b030a7 wip 2025-04-16 10:54:52 +01:00
marko-kraemer 08695994c7 merge 2025-04-16 09:46:52 +01:00
marko-kraemer 24608e6efb add inform tool 2025-04-16 09:42:01 +01:00
marko-kraemer dc1c19e5db wip 2025-04-16 06:09:31 +01:00
marko-kraemer 1b9553b865 revert back to old fe 2025-04-16 06:01:57 +01:00
Adam Cohen Hillel ad88def42d yopololo 2025-04-16 03:02:41 +01:00
Adam Cohen Hillel ec6dced426 RapidAPI 2025-04-16 03:00:22 +01:00
Adam Cohen Hillel 7393d620bd first edition 2025-04-15 22:42:56 +01:00
Adam Cohen Hillel f0c3c52cf4 exra 2025-04-15 19:11:09 +01:00
Adam Cohen Hillel e51b1076a7 fuck yeah 2025-04-15 19:11:09 +01:00
Adam Cohen Hillel 176e28dc67 simplify 2025-04-15 19:11:09 +01:00
Adam Cohen Hillel c4d30e270b preview 2025-04-15 19:11:09 +01:00
Adam Cohen Hillel ad78a0d4f3 bring back browser 2025-04-15 19:11:04 +01:00
Adam Cohen Hillel 338a2da546
Merge pull request #35 from kortix-ai/add-stripe-billibng
stripe stuff
2025-04-14 01:32:39 +01:00
Adam Cohen Hillel afde88c1ba billing checks and UI 2025-04-14 01:32:08 +01:00
marko-kraemer 2ef174739e wip 2025-04-13 19:50:38 +01:00
marko-kraemer c2ab65d0ed DS Store gitignore 2025-04-13 13:59:39 +01:00
Adam Cohen Hillel a6d2e5b18e clean 2025-04-13 13:40:34 +01:00
Adam Cohen Hillel 247dabc8d0 forgotten src/lib 2025-04-13 13:38:21 +01:00
marko-kraemer 44aa54844d wip 2025-04-13 13:37:44 +01:00
marko-kraemer b29d60fc46 deploy tool cf pages 2025-04-12 23:20:38 +01:00
marko-kraemer 752821e8a0 wip 2025-04-12 22:40:01 +01:00
marko-kraemer 708ee68414 simplify web search tool 2025-04-12 16:13:38 +01:00
marko-kraemer 364268eaa7 simplify web search tool 2025-04-12 16:10:29 +01:00
marko-kraemer 42e294b8ff web search tool 2025-04-12 15:37:35 +01:00
marko-kraemer bd5e433210 wip 2025-04-12 02:54:05 +01:00
marko-kraemer 3d6d81f4f6 wip 2025-04-12 02:22:28 +01:00
marko-kraemer debdf01787 wip 2025-04-12 00:22:42 +01:00
marko-kraemer 804ccbff41 wip 2025-04-11 19:00:16 +01:00
marko-kraemer ff7d499d05 wip 2025-04-11 18:30:58 +01:00
marko-kraemer 1707cb50d9 wip 2025-04-11 16:56:26 +01:00
marko-kraemer 9ee944bdd2 wip 2025-04-11 03:45:32 +01:00
marko-kraemer cb5f68ae7b wip 2025-04-11 02:35:29 +01:00
marko-kraemer 31205b0320 agent wip 2025-04-11 00:53:01 +01:00
marko-kraemer 700ccddbad fix error where it wont add messages to thread if max_xml_tool_calls x > 0 2025-04-10 18:13:12 +01:00
marko-kraemer 329d635dfa wip 2025-04-10 17:05:49 +01:00
marko-kraemer 57d08c76af wip 2025-04-10 17:02:21 +01:00
marko-kraemer cff9ba57f6 include xml examples, agent wip 2025-04-10 14:13:32 +01:00