Commit Graph

18 Commits

Author SHA1 Message Date
Saumya 44bd6470c0 fix: add model name for triggers 2025-10-06 23:30:16 +05:30
Krishav Raj Singh 64a1e9a2aa Revert "hotfix: compression"
This reverts commit 6dad29b3dd.
2025-10-05 05:16:43 +05:30
Krishav Raj Singh 6dad29b3dd hotfix: compression 2025-10-05 00:47:47 +05:30
marko-kraemer 31c0f8b348 registry fix 2025-10-03 11:10:01 +02:00
marko-kraemer e0250092a6 temp reg anthropic 2025-10-01 17:05:03 +02:00
marko-kraemer 6f467c35c0 1m ctxt bedrock 2025-10-01 15:44:02 +02:00
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
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
marko-kraemer 079d7347da model changes 2025-09-28 23:36:14 +02:00
marko-kraemer d750a2241f frontend model selection slight cleanup 2025-09-21 18:36:53 +02:00
marko-kraemer d0b17c27e1 nonoptimal local billing checks 2025-09-21 16:44:53 +02:00
marko-kraemer 31c697f774 billing rem old file, other changes 2025-09-21 16:35:14 +02:00
marko-kraemer 692c0983fc wip 2025-09-19 12:25:48 +02:00
marko-kraemer aaeeca14cf wip 2025-09-18 11:47:52 +02:00
marko-kraemer 3af20d6a2e wip 2025-09-18 10:51:58 +02:00
marko-kraemer 7319dc7a56 wip 2025-09-17 19:23:20 +02:00
marko-kraemer ccfb04bed1 rename 2025-09-04 21:44:27 -07:00