Commit Graph

149 Commits

Author SHA1 Message Date
Krishav Raj Singh 3506e0b39e fix: load image 2025-10-01 07:47:18 +05:30
marko-kraemer d8100cb7a0 Add Sonnet 4.5 and centralize model configuration system
- Add Claude Sonnet 4.5 (global.anthropic.claude-sonnet-4-5-20250929-v1:0) to registry
- Update all Anthropic models to use bedrock/converse/ endpoint with full ARNs
- Create comprehensive ModelConfig class for centralized provider settings
- Add alias system with raw ARNs for proper LiteLLM response resolution
- Refactor response processor to preserve exact LiteLLM response objects
- Simplify LLM service by merging prepare_params into make_llm_api_call
- Set stream_options include_usage as universal default for all models
- Remove scattered configuration functions in favor of registry-driven approach
- Fix pricing lookup by mapping provider model IDs back to registry entries
2025-10-01 01:32:24 +02:00
marko-kraemer 2b5b8cc0bc Add Sonnet 4.5 model and fix LiteLLM response handling
- Add Claude Sonnet 4.5 (global.anthropic.claude-sonnet-4-5-20250929-v1:0) to model registry
- Update all Anthropic models to use bedrock/converse/ endpoint with full ARNs
- Restore alias system for proper model ID resolution from LiteLLM responses
- Refactor response processor to preserve exact LiteLLM response objects
- Fix pricing lookup by mapping raw ARNs to registry model IDs via aliases
2025-10-01 00:55:24 +02:00
Bobbie b82e0f757f
Merge pull request #1759 from escapade-mckv/research-agent
Research agent
2025-09-30 21:01:41 +05:30
Saumya 87e83e37a3 disable doc parser tool 2025-09-30 20:56:47 +05:30
Saumya 4908f174d6 chore: research agent v1 2025-09-30 20:53:55 +05:30
marko-kraemer f8ab7059b7 fixes 2025-09-29 22:52:49 +02:00
marko-kraemer 192552dd62 Refactor knowledge base system: enable CRUD in agent config, unify components, remove legacy code
- Added full CRUD operations to agent configuration dialog knowledge base section
- Replaced simplified agent-kb-tree with full-featured agent-knowledge-base-manager
- Created unified KB entry modal merging file upload and text entry modals
- Enhanced folder selection UX with inline folder creation capability
- Integrated standard FileRenderer for consistent file preview across app
- Removed outdated backend/core/knowledge_base/ system causing table reference errors
- Moved FileProcessor to correct location in backend/knowledge_base/
- Extracted reusable KnowledgeBaseManager component to eliminate code duplication
- Updated agent KB tree to use assignment system instead of old table structure
- Simplified file preview modal to focus on summary editing instead of broken file preview
- Added proper loading states and error handling throughout
- Removed unused legacy components and hooks
- Updated all imports to use correct table structure (knowledge_base_folders/entries)
- Fixed API routes to work with new assignment-based system
2025-09-29 21:43:23 +02:00
Saumya 22fc672a4d Merge branch 'main' into doc-parser 2025-09-29 23:17:00 +05:30
marko-kraemer 8108afe706 fix 2025-09-29 16:39:15 +02:00
marko-kraemer bc6620569f rm general tab, integrations tab default 2025-09-29 14:12:45 +02:00
marko-kraemer a1f4b17ad2 wip 2025-09-29 13:07:05 +02:00
Bobbie 6a114b1ef4
Merge pull request #1755 from escapade-mckv/fix-ui-bugs
Fix UI bugs
2025-09-29 15:03:02 +05:30
Saumya 549b50d9c5 fic billing circus 2025-09-29 15:01:55 +05:30
Saumya 677b02bbd8 critical: fix billing overcharge 2025-09-29 14:09:01 +05:30
Krishav Raj Singh 41fdfd6793 dont stream for title and icon gen 2025-09-29 13:49:08 +05:30
Saumya 8141428fb6 doc parser tool 2025-09-29 10:59:50 +05:30
marko-kraemer 079d7347da model changes 2025-09-28 23:36:14 +02:00
Krishav Raj Singh 7274c9bbe6 final prompt 2025-09-28 23:55:06 +05:30
Krishav Raj Singh c6494a4dc2 updated prompt 2025-09-28 01:29:09 +05:30
Krishav Raj Singh d4179c7832 rem styles from tool 2025-09-28 01:28:49 +05:30
Krishav Raj Singh 67cbf529dd comment unused 2025-09-28 01:27:15 +05:30
Saumya 886d9f99b4 feat: remove agent descriptions 2025-09-28 00:01:17 +05:30
Saumya ddc85c4a9f Merge branch 'main' of https://github.com/kortix-ai/suna into people-search-tool 2025-09-27 13:26:36 +05:30
Saumya 2a1f370d79 feat: company search tool 2025-09-27 13:26:07 +05:30
Saumya 0fbaca8b27 people search tool 2025-09-27 01:16:45 +05:30
Krishav Raj Singh 8198ad0937 snapshot update 2025-09-26 20:09:06 +05:30
Krishav Raj Singh 268b68934e load svg in browser and take ss 2025-09-26 20:08:14 +05:30
Saumya f31b66bc00 Merge branch 'main' into people-search-tool 2025-09-26 15:52:27 +05:30
Saumya 18af773e71 chore: remove icon and color classes form tool groups 2025-09-26 15:08:49 +05:30
Saumya fb080073c0 chore: granular control of tools 2025-09-26 14:49:12 +05:30
Krishav Raj Singh cde72758f6 count base64 tokens 2025-09-26 00:24:53 +05:30
Krishav 9ec7a5e815
Merge branch 'kortix-ai:main' into main 2025-09-25 19:04:36 +05:30
Krishav Raj Singh bffb0d6297 increase context to 1 mil 2025-09-25 19:04:20 +05:30
Saumya d226e38809 chore: show all tools in config 2025-09-25 13:29:03 +05:30
Saumya 65d0ce161b Merge branch 'main' into people-search-tool 2025-09-24 18:28:50 +05:30
Saumya c5653ae55a people search tool 2025-09-24 17:51:27 +05:30
Krishav Raj Singh 58ba7409a4 include config while cretaing event based triggers 2025-09-24 02:44:33 +05:30
Krishav 6a210390c2
Merge pull request #1706 from KrishavRajSingh/feat/img_search
Feat/img search
2025-09-23 23:39:24 +05:30
Krishav Raj Singh ca30fa1eb2 add imgg search to sandbox tools 2025-09-23 22:38:11 +05:30
Krishav Raj Singh 8e608bcc2e separate image search tool 2025-09-23 22:30:05 +05:30
Vukasin 30ab78ce74 feat: add file preview in kb 2025-09-23 17:51:14 +02:00
Saumya 3b9fb65564 fix yearly commitment credits renewal 2025-09-23 13:42:09 +05:30
Saumya e1c1cc3523 fix yearly commitment tracking 2025-09-23 12:37:03 +05:30
marko-kraemer 553844372f wip 2025-09-22 10:15:42 +02:00
marko-kraemer d750a2241f frontend model selection slight cleanup 2025-09-21 18:36:53 +02:00
Marko Kraemer fb30938caa
Merge pull request #1673 from KrishavRajSingh/main
auto gen icons
2025-09-21 09:36:36 -07:00
marko-kraemer 58457002a7 billing checks simplify 2025-09-21 17:55:27 +02:00
Vukasin aa67a3f6e9 Merge remote-tracking branch 'upstream/main' into feat/new-knowledge-base-and-sematic-search 2025-09-21 16:54:30 +02:00
marko-kraemer d0b17c27e1 nonoptimal local billing checks 2025-09-21 16:44:53 +02:00