Commit Graph

40 Commits

Author SHA1 Message Date
Krishav Raj Singh f8dc2f970c chore: update snapshot 2025-08-24 02:05:25 +05:30
Krishav Raj Singh 1abf7f0bfd chore: update snapshot 2025-08-24 01:14:13 +05:30
Marko Kraemer acd3dc9bab
Merge pull request #1242 from theshyPika/feat/openai-compatible-provider
feat: add OpenAI-compatible providers and SiliconFlow support
2025-08-22 20:16:54 -07:00
Krishav Raj Singh 05a5fb65a5 chore: snapshot update 2025-08-23 06:12:05 +05:30
Krishav Raj Singh 76619ce3d9 chore: update snapshot version 2025-08-23 04:45:47 +05:30
Krishav Raj Singh 168176fe3c migration to gemini-2.5-pro 2025-08-21 15:30:37 +05:30
Krishav Raj Singh eca6313401 chore: update sandbox:kortix/suna:0.1.3.6 2025-08-21 04:32:05 +05:30
theshyPika be2b91a98e feat: add OpenAI-compatible providers support
- Add OpenAI-compatible API support with custom endpoints
- Implement LiteLLM Router for multi-provider routing
- Add new config options: OPENAI_COMPATIBLE_API_KEY/BASE
- Update environment examples and self-hosting documentation

Enables support for local LLM services like Ollama, LM Studio, vLLM,
and third-party OpenAI-compatible providers.
2025-08-19 19:46:01 +08:00
Krishav Raj Singh 6add9a9628 chore: rename version everywhere 2025-08-19 13:51:40 +05:30
marko-kraemer 72d05036ec config refactor wip 2025-08-16 16:15:21 -07:00
marko-kraemer 28b0d9fef0 kimi default free tier 2025-08-16 11:40:43 -07:00
marko-kraemer ffd158760f Merge main into landing-wip - resolved conflicts in README.md, dashboard-content.tsx, pricing-section.tsx, and agent-selector.tsx 2025-08-09 16:12:30 -07:00
mykonos-ibiza 2cba5392ca refactor: replace QStash with Supabase Cron for background job processing
- Removed references to QStash in documentation and codebase.
- Updated setup and configuration files to reflect the transition to Supabase Cron.
- Implemented new functions for scheduling and unscheduling jobs using Supabase Cron.
- Added webhook authentication using a shared secret for enhanced security.
- Cleaned up related dependencies and example configurations.
2025-08-09 15:40:11 +05:30
marko-kraemer ff7a09f73a enterprise page 2025-08-08 18:23:21 -07:00
mykonos-ibiza 10d32c0487 refactor: remove RabbitMQ from the project
- Deleted RabbitMQ service from docker-compose configurations and related files.
- Updated environment variables and documentation to reflect the removal of RabbitMQ.
- Adjusted setup instructions and code to focus solely on Redis for backend operations.
2025-08-05 21:29:36 +05:30
Saumya bf3904e860 rtefactor backend 2025-07-31 09:07:09 +05:30
Marko Kraemer 010f0ab426
Revert "Revert random PR merged" 2025-07-28 08:14:58 +02:00
Marko Kraemer 3a127de226
Revert "Revert "add cursor rules"" 2025-07-28 08:14:32 +02:00
Marko Kraemer d47dd64ff9
Revert "add cursor rules" 2025-07-28 08:08:40 +02:00
Marko Kraemer 454f0d3878
Revert "add support for Google Gemini API integration" 2025-07-28 08:07:42 +02:00
Bobbie 7de81b4d2f
Merge pull request #1096 from mykonos-ibiza/add-cursor-rules
add cursor rules
2025-07-27 12:51:30 +05:30
mykonos-ibiza ad9c1dabc8 add support for Google Gemini API integration
- Introduced GEMINI_API_KEY in setup and environment files.
- Updated SetupWizard to include Google Gemini as a supported LLM provider.
- Adjusted model selection logic to accommodate Gemini models.
- Modified billing and configuration files to handle Gemini model pricing and aliases.
- Updated documentation to reflect the addition of GEMINI_API_KEY.
2025-07-27 12:49:56 +05:30
mykonos-ibiza 77f2099335 add development guidelines for backend, frontend, infrastructure, and project overview
- Introduced comprehensive guidelines for backend development, including Python standards, FastAPI architecture patterns, and database integration practices.
- Added frontend development guidelines focusing on TypeScript standards, Next.js app structure, and state management.
- Established infrastructure and DevOps guidelines covering Docker best practices, environment management, and CI/CD strategies.
- Created a project overview document detailing the architecture components, development principles, and key technologies for the Suna AI Agent project.
2025-07-27 00:55:54 +05:30
Marko Kraemer 159b128ecd
Merge pull request #1057 from dat-lequoc/ai-iteration-20250724-131301
Add FAST APPLY -- Morph LLM -- edit_file tool
2025-07-25 18:24:06 +02:00
LE Quoc Dat 93724249e7 AI: Add to all the related doc : morphllm as a provider; make it optional step when setting up by getting key at this :
https://morphllm.com/api-keys

when setting up, user should be able to choose to go to morphllm to get a key; or provide open router apikey (if not already in the previous step)
2025-07-24 13:14:52 +02:00
Saumya f8c455fa39 attempt to fix google oauth 2025-07-22 22:14:44 +05:30
sharath 441e729b95
Revert "Merge pull request #901 from tnfssc/perf/remove-dramatiq-worker-rabbitmq"
This reverts commit 39898f8ab5, reversing
changes made to 07f4e088ab.
2025-07-09 18:15:37 +00:00
sharath a343264160
refactor(docker): remove RabbitMQ service and related configurations from Docker setup 2025-07-07 20:00:26 +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
sharath 96f517113b
migrate: switch to uv from poetry 2025-06-15 17:43:21 +00:00
sharath 64b4be39fe
migrate: switch to uv from poetry 2025-06-15 12:29:47 +00:00
sharath 6d944bdd7e
chore(setup): update Docker image version to 0.1.3 in setup.py, README, and configuration files 2025-06-05 06:52:52 +00:00
sharath cad02c1a0c
fix: update Docker image version in setup instructions 2025-05-22 15:24:06 +00:00
sharath 8c5d27f7a3
docs: add start.py docs 2025-05-17 23:40:47 +00:00
sharath 3756b0b0aa
docs: added contributing docs 2025-05-17 21:44:44 +00:00
Vukasin 66d44763cb wip: rework attachments 2025-05-07 22:55:03 +02:00
Adam Cohen Hillel 2e4072e70e new diagrm 2025-04-21 02:14:59 +01:00
Adam Cohen Hillel ff64f6f1fc whoopy 2025-04-18 02:58:44 +01:00
marko-kraemer 8b4ec2afe6 wip 2025-04-18 01:20:09 +01:00
Adam Cohen Hillel 7393d620bd first edition 2025-04-15 22:42:56 +01:00