Alex
c06888bc86
feat: asgi and search service ( #2424 )
...
* feat: asgi and search service
* feat: asgi and mcp tool server
* fix: asgi issues
* fix: mini cors hardening
2026-04-23 12:21:39 +01:00
Alex
81b6ee5daa
Pg 4 ( #2390 )
...
* feat: postgres tests
* feat: mongo cutoff
* feat: mongo cutoff
* feat: adjust docs and compose files
* fix: mini code mongo removals
* fix: tests and k8s mongo stuff
* feat: test fixes
* fix: ruff
* fix: vale
* Potential fix for pull request finding 'CodeQL / Clear-text logging of sensitive information'
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
* fix: mini suggestions
* vale lint fix 2
* fix: codeql columns thing
* fix: test mongo
* fix: tests coverage
* feat: better tests 4
* feat: more tests
* feat: decent coverage
* fix: ruff fixes
* fix: remove mongo mock
* feat: enhance workflow engine and API routes; add document retrieval and source handling
* feat: e2e tests
* fix: mcp, mongo and more
* fix: mini codeql warning
* fix: agent chunk view
* fix: mini issues
* fix: more pg fixes
* feat: postgres prep on start
* feat: qa tests
* fix: mini improvements
* fix: tests
---------
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
Co-authored-by: Siddhant Rai <siddhant.rai.5686@gmail.com >
2026-04-18 13:13:57 +01:00
Alex
0c15af90b1
feat: history overwrite
2026-04-06 14:42:01 +01:00
Alex
8b9e595d85
fix: structure improvements of messages
2026-04-01 14:58:44 +01:00
Alex
73256389cf
feat: client side tools
2026-03-31 22:20:55 +01:00
Alex
a3b08a5b44
More tests
2026-03-31 00:07:19 +01:00
Alex
d5c0322e2a
chore: more tests
2026-03-30 16:13:08 +01:00
Alex
126fa01b14
chore: utils tests
2026-03-29 11:49:35 +01:00
Alex
fe185e5b8d
chore: api and tool tests
2026-03-28 21:51:47 +00:00
Alex
06e827573c
fix: jinja
2026-03-25 00:03:42 +00:00
Alex
5006271abb
fix stream stuff ( #2293 )
2026-03-11 11:43:27 +00:00
Alex
1a2104f474
fix: token calc ( #2285 )
2026-02-20 17:37:47 +00:00
Alex
40c3e5568c
fix search ( #2210 )
...
* fix search
* fix ruff
2025-12-22 00:51:06 +02:00
Siddhant Rai
3f7de867cc
feat: model registry and capabilities for multi-provider support ( #2158 )
...
* feat: Implement model registry and capabilities for multi-provider support
- Added ModelRegistry to manage available models and their capabilities.
- Introduced ModelProvider enum for different LLM providers.
- Created ModelCapabilities dataclass to define model features.
- Implemented methods to load models based on API keys and settings.
- Added utility functions for model management in model_utils.py.
- Updated settings.py to include provider-specific API keys.
- Refactored LLM classes (Anthropic, OpenAI, Google, etc.) to utilize new model registry.
- Enhanced utility functions to handle token limits and model validation.
- Improved code structure and logging for better maintainability.
* feat: Add model selection feature with API integration and UI component
* feat: Add model selection and default model functionality in agent management
* test: Update assertions and formatting in stream processing tests
* refactor(llm): Standardize model identifier to model_id
* fix tests
---------
Co-authored-by: Alex <a@tushynski.me >
2025-11-14 13:13:19 +02:00
Siddhant Rai
21e5c261ef
feat: template-based prompt rendering with dynamic namespace injection ( #2091 )
...
* feat: template-based prompt rendering with dynamic namespace injection
* refactor: improve template engine initialization with clearer formatting
* refactor: streamline ReActAgent methods and improve content extraction logic
feat: enhance error handling in NamespaceManager and TemplateEngine
fix: update NewAgent component to ensure consistent form data submission
test: modify tests for ReActAgent and prompt renderer to reflect method changes and improve coverage
* feat: tools namespace + three-tier token budget
* refactor: remove unused variable assignment in message building tests
* Enhance prompt customization and tool pre-fetching functionality
* ruff lint fix
* refactor: cleaner error handling and reduce code clutter
---------
Co-authored-by: Alex <a@tushynski.me >
2025-10-31 12:47:44 +00:00
Siddhant Rai
125ce0aad3
test: implement full API test suite with mongomock and centralized fixtures ( #2068 )
2025-10-17 12:01:14 +03:00