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
|
adcdce8d76
|
fix: handle invalid chunks value in StreamProcessor and ClassicRAG
|
2025-09-10 22:10:11 +05:30 |
|
Siddhant Rai
|
b865a7aec1
|
Merge branch 'main' of https://github.com/siiddhantt/DocsGPT into pr/1930
|
2025-09-10 20:15:20 +05:30 |
|
Siddhant Rai
|
2f88890c94
|
feat: add support for multiple sources in agent configuration and update related components
|
2025-09-08 22:10:08 +05:30 |
|
Alex
|
44d21ab703
|
fix: passing sources and chunk if agent is shared
|
2025-08-22 13:36:31 +01:00 |
|
Alex
|
15d2d0115b
|
Merge branch 'main' into feat/agent-schema-response
|
2025-08-13 17:12:26 +01:00 |
|
Siddhant Rai
|
896dcf1f9e
|
feat: add support for structured output and JSON schema validation
|
2025-08-13 13:29:51 +05:30 |
|
Alex
|
f94a093e8c
|
fix: truncate long text fields to prevent overflow in logs and sources
|
2025-08-11 14:56:31 +01:00 |
|
Siddhant Rai
|
212952f3e9
|
fix: allow api call in stream route + get_prompt error
|
2025-07-25 16:17:18 +05:30 |
|
Siddhant Rai
|
76973a4b4c
|
feat: answer routes re-structure for better maintainability and reuse
|
2025-07-23 20:07:42 +05:30 |
|