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 |
|
Manish Madan
|
a4507008c1
|
complete_stream: Stop response streaming (#2031)
* (feat:pause-stream) generator exit
* (feat:pause-stream) close request
* (feat:pause-stream) finally close; google anthropic
---------
Co-authored-by: GH Action - Upstream Sync <action@github.com>
|
2025-10-08 20:37:30 +03:00 |
|
Alex
|
b76e820122
|
fix: ruff fix
|
2025-03-13 00:11:50 +00:00 |
|
Alex
|
51eced00aa
|
fix: openai compatable with llama and gemini
|
2025-03-13 00:10:13 +00:00 |
|
Alex
|
cce60ce101
|
fix: save convo messages, docsgpt provider format
|
2024-11-19 16:22:58 +00:00 |
|
Siddhant Rai
|
af5e73c8cb
|
fix: user_api_key capturing
|
2024-04-16 15:31:11 +05:30 |
|
Siddhant Rai
|
77991896b4
|
fix: api_key capturing + pytest errors
|
2024-04-15 22:32:24 +05:30 |
|
Siddhant Rai
|
590aa8b43f
|
update: apply decorator to abstract classes
|
2024-04-15 18:57:28 +05:30 |
|
Siddhant Rai
|
ba796b6be1
|
feat: logging token usage to database
|
2024-04-15 15:03:00 +05:30 |
|
Alex
|
391f686173
|
Update application files and fix LLM models, create new retriever class
|
2024-04-09 14:02:33 +01:00 |
|
Alex
|
ee06fa85f1
|
fix: docsgpt provider
|
2024-02-13 15:06:52 +00:00 |
|
Alex
|
378d498402
|
Remove unused imports in docsgpt_provider.py
|
2024-01-09 00:19:49 +00:00 |
|
Alex
|
e1b2991aa6
|
Update LLM_NAME and EMBEDDINGS_NAME
|
2024-01-09 00:01:31 +00:00 |
|
Alex
|
033bcf80d0
|
docsgpt llm provider
|
2024-01-08 23:35:37 +00:00 |
|