Commit Graph

68 Commits

Author SHA1 Message Date
aditya e3e8f57360 fix: prevent infinite recursion in retry logic by retrying operation directly instead of calling execute() recursively 2025-11-14 15:28:29 +05:30
aditya b8efe9343d fix: fix the DeprecationWarning regarding no current event loop in test_bridge.py 2025-11-13 19:50:09 +05:30
aditya 485084fbcc refactor: cleanup test files with fixtures; remove unused imports; remove unused variables 2025-11-13 18:41:10 +05:30
aditya 5fd1d213cd fix: improve test quality and fix deprecation warning 2025-11-12 19:36:01 +05:30
aditya 3c3b55f173 fix: fix more testing issues per review feedback 2025-11-11 20:34:31 +05:30
aditya d19330750f fix: address testing issues per review feedback 2025-11-10 18:02:31 +05:30
aditya 316375d66f refactor: remove unnecessary docstring 2025-11-07 19:26:23 +05:30
aditya 98635a5d0c test: improve test quality and determinism, replace dynamic temp files with static fixtures, remove tests for untentionally unimplemented code 2025-11-07 19:06:27 +05:30
aditya 62d4ff6282 fix: resolve async coroutine handling and improve test hygiene 2025-11-06 18:32:11 +05:30
aditya 583adb8625 refactor: replace lambda with method reference and remove unused variables 2025-11-05 12:37:34 +05:30
aditya 42ac64596d merge: add mypy-pylint-fixed changes 2025-11-04 20:35:55 +05:30
aditya ca6db1a879 test: add more unit tests and remove redundant tests, UPDATE README.md 2025-11-04 20:33:25 +05:30
aditya 26a82a444f test: add more unit tests and fix memory issue 2025-11-04 20:33:24 +05:30
aditya c7940b74f3 test: add more comprehensive unit tests for modules present inside src/cleveragents/reactive/, src/cleveragents/langgraph/, src/cleveragents/ 2025-11-04 20:33:24 +05:30
aditya 7b4b0d59e7 test: add comprehensive unit tests for modules present in src/cleveragents/core and src/cleveragents/templates 2025-11-04 20:33:23 +05:30
aditya 8c502170de test: add comprehensive unit tests for agents module 2025-11-04 20:33:10 +05:30
aditya 8ab776d7ba fix: remove cast with runtime type checking; replace all Dict[..] with dict[..] 2025-11-04 18:59:29 +05:30
aditya 98bac0f5f3 test: update bdd test cases; docs: update readme and yaml syntax docs 2025-11-04 18:59:25 +05:30
aditya e765a23843 fix: security hardening, cross-version compatibility, and consistency improvements 2025-10-29 15:58:53 +05:30
aditya 3e6e984567 test: fix tool_agent shell command mocking and cleanup and update README.md 2025-10-23 20:39:27 +05:30
aditya fb92bf6790 test: fix test scripts and update readme 2025-10-18 02:23:10 +05:30
aditya 904decff02 docs: update docs/YAML_SYNTAX.md and README.md 2025-10-18 01:56:30 +05:30
aditya e60de39c6d test; fix the failing behave tests 2025-10-18 01:40:22 +05:30
aditya fe7cb7ac47 fix: fix multi agent paper writer langgraph script, mypy and pylint issues 2025-10-13 18:35:37 +05:30
aditya 3aa3d62389 fix: thread safety AgentWithMemory and improve ToolAgent JSON parsing and mypy issues 2025-10-10 19:38:52 +05:30
aditya 1df5de4087 tests: add behave bdd test cases for new changes 2025-10-08 18:06:36 +05:30
aditya aeb67fc9bd feat: add text append to file feature to file write tool, now paper writer tool works section by section as well 2025-10-08 17:36:11 +05:30
aditya 758d371b0a test: add end to end test scripts for langraph yaml files 2025-10-07 20:34:09 +05:30
aditya 0d9b100263 test: fix the broken bdd test cases 2025-10-06 18:49:40 +05:30
aditya 0f0a321c75 refactor: Reorganize unit tests into modular structure (tests/unit/core/, agents/, reactive/, etc.), dd comprehensive test suite for tool command processing, Add sample contract and integration test script 2025-10-06 18:20:38 +05:30
aditya b113ee2c8f Add json sanitization for LLM-generated tool commands 2025-10-03 20:12:12 +05:30
aditya 81324f2881 test: Add multi-agent end-to-end test scripts 2025-10-03 19:34:10 +05:30
aditya dbb2266364 test: Add tests to check stream subscriptions are not duplicated 2025-10-03 19:28:53 +05:30
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 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 ea037e1bff refactor: update logging and error handling in LLMAgent and TemplateRenderer 2025-07-07 18:40:08 -04:00
freemo 6910774554 feat: add unsafe mode for executing code with full privileges 2025-07-06 23:55:07 -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