aditya
|
2149721526
|
test: Add tests to check stream subscriptions are not duplicated
|
2025-10-02 17:37:37 +05:30 |
|
aditya
|
e0713e01f8
|
Fix: fix double response bug in the code
ISSUES FIXED: #4
|
2025-10-01 19:54:25 +05:30 |
|
freemo
|
4947b17521
|
Got initial step in scientific paper working
|
2025-09-12 12:57:44 -04:00 |
|
freemo
|
183363bfc5
|
Fixed error thrown after unit tests complete
|
2025-09-09 12:29:30 -04:00 |
|
freemo
|
84e8f9f938
|
Fixed all unit tests and static checks, tox now passes fully.
|
2025-09-09 07:53:46 -04:00 |
|
freemo
|
e4c337e100
|
Fixed the same input echoing twice with no response, no output now but you get a new sane looking terminal with no double echo
|
2025-09-08 05:57:25 -04:00 |
|
freemo
|
b48ae7157f
|
Fixed bridge error
|
2025-09-08 05:23:45 -04:00 |
|
freemo
|
ecbb695dc9
|
Implemented the scientific paper writer in the new framework
|
2025-09-08 04:55:16 -04:00 |
|
freemo
|
c4cc5e763b
|
perf: Speeding uo tests
|
2025-08-04 05:24:46 +00:00 |
|
freemo
|
45c6e5a662
|
Feat: LangChain now acts as LLM provider increasing availible LLMs supported
|
2025-08-04 03:48:13 +00:00 |
|
freemo
|
e033d83acc
|
test: added new tests to improve coverage.
|
2025-08-02 23:45:57 +00:00 |
|
freemo
|
8d988dfbcb
|
refactor: remove legacy support and unused templates from examples and tests
|
2025-07-26 19:24:43 +00:00 |
|
freemo
|
c550d780f9
|
feat: implement unified routes system for streams and graphs
|
2025-07-25 02:39:05 +00:00 |
|
freemo
|
4f17a65f17
|
feat: Added advanced yaml inline templating as well as agent, graph, and stream templates which also enahnces composite agents.
|
2025-07-24 19:31:17 -04:00 |
|
freemo
|
7fb3a293be
|
feat: Added LangGraph functionality
|
2025-07-24 15:19:21 -04:00 |
|
freemo
|
43a10c52a7
|
Converted code to use RxPy for its routes
|
2025-07-24 13:16:10 -04:00 |
|
freemo
|
33047b4667
|
feat: enhance scientific paper writer with detailed role instructions
|
2025-07-11 22:25:32 -04:00 |
|
freemo
|
68dc5820b0
|
feat: add json_mode attribute and update Google response payload
|
2025-07-11 22:25:18 -04:00 |
|
freemo
|
ea037e1bff
|
refactor: update logging and error handling in LLMAgent and TemplateRenderer
|
2025-07-07 18:40:08 -04:00 |
|
freemo
|
c2e9fbcf57
|
feat: add Google Gemini API support with web search feature flag
|
2025-07-07 18:17:32 -04:00 |
|
freemo
|
877a0d584c
|
fix: correct environment variable name for Gemini API key
|
2025-07-07 21:52:09 +00:00 |
|
freemo
|
f31a128982
|
refactor: update YAML for improved clarity and null handling
|
2025-07-07 17:51:23 -04:00 |
|
freemo
|
00c1cf0978
|
fix: improve template error handling and context availability in LLMAgent
|
2025-07-07 11:46:56 -04:00 |
|
freemo
|
462c3a4e30
|
fix: Fixed output of discovery stage so it behaves correctly.
|
2025-07-07 11:39:25 -04:00 |
|
freemo
|
f4e8f4dca1
|
fix: update initial_message in context for each interactive turn
|
2025-07-07 11:15:51 -04:00 |
|
freemo
|
2f72c92147
|
feat: enhance error reporting and add intro stage to paper writer
|
2025-07-07 09:24:06 -04:00 |
|
freemo
|
cdf2d52e0e
|
feat: add scientific paper writer configuration file
|
2025-07-07 00:09:41 -04:00 |
|
freemo
|
6910774554
|
feat: add unsafe mode for executing code with full privileges
|
2025-07-06 23:55:07 -04:00 |
|
freemo
|
1452ef4239
|
fix: ensure context persistence and initialization in interactive mode
|
2025-07-06 22:15:56 -04:00 |
|
freemo
|
2fa7e1c913
|
feat: add support for custom code tools and enhance error handling
|
2025-07-06 20:40:04 -04:00 |
|
freemo
|
7fe3521a2c
|
test: add feature tests for Agent base class coverage
|
2025-07-06 22:08:06 +00:00 |
|
freemo
|
0b052c75af
|
refactor: improve null checks and error handling in LLMAgent class
|
2025-07-06 21:40:09 +00:00 |
|
freemo
|
3cc976c895
|
refactor: improve config management and add comprehensive tests
|
2025-07-06 20:20:09 +00:00 |
|
freemo
|
245a8774e8
|
test: add detailed router scenarios and steps for coverage
|
2025-07-06 15:23:54 -04:00 |
|
freemo
|
47b32b2800
|
test: add detailed tests for Tool, WebSearchTool, and ToolAgent
|
2025-07-06 14:42:47 -04:00 |
|
freemo
|
b917e8fdff
|
test: add tests for TemplateRenderer error handling and edge cases
|
2025-07-06 14:15:30 -04:00 |
|
freemo
|
6fde8193c6
|
feat: enhance error handling and add comprehensive session tests
|
2025-07-06 14:01:27 -04:00 |
|
freemo
|
af801be1c1
|
test: add AgentNetwork feature tests with mock configurations
|
2025-07-05 23:32:24 -04:00 |
|
freemo
|
ff99155cf0
|
chore: update .coveragerc to exclude tests from coverage source
|
2025-07-05 23:12:53 -04:00 |
|
freemo
|
d935b7cec3
|
feat: add step aliasing and validation to CompositeAgent with tests
|
2025-07-06 02:50:28 +00:00 |
|
freemo
|
f325866e6d
|
feat: replace 'agents' with 'steps' in CompositeAgent configuration, and have it support both routes and agents.
|
2025-07-04 17:46:15 -04:00 |
|
freemo
|
437f2e5651
|
feat: enhance CompositeAgent with parallel strategy and add tests
|
2025-07-04 15:10:18 -04:00 |
|
freemo
|
a9b8a1a6a3
|
fix: add validation for unique agent and route names in initialization
|
2025-07-04 13:22:36 -04:00 |
|
freemo
|
f018ecd02f
|
feat: enhance agent configuration with template references and validation
|
2025-07-02 23:33:06 -04:00 |
|
freemo
|
72e9fcb985
|
feat: add API key configuration and handling for agents and tools
|
2025-07-01 22:20:04 -04:00 |
|
freemo
|
9392934fd0
|
refactor: remove legacy router support and update configuration handling
|
2025-07-01 20:47:20 -04:00 |
|
freemo
|
08817f1754
|
refactor: remove fallback logic in template expression evaluation
|
2025-07-01 19:46:03 -04:00 |
|
freemo
|
682f511320
|
Removed eaten exceptions and support for json in messages
|
2025-07-01 18:31:36 -04:00 |
|
freemo
|
78a09c48fc
|
feat: add dynamic context updates to Router class
|
2025-07-01 17:37:36 -04:00 |
|
freemo
|
ee69a20ad7
|
feat: add route strategy to CompositeAgent with tests and examples
|
2025-07-01 16:18:56 -04:00 |
|