Commit Graph

122 Commits

Author SHA1 Message Date
aditya cbcb2d41ab fix: fix RuntimeWarning for cancelled coroutines in dispose() in base.py 2025-11-14 15:30:16 +05:30
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 c3889408cf chore: Add pytest-asyncio dependency to fix async tests in Python 3.12+ 2025-11-04 20:36:04 +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 1bdc1a80c3 test: fix failing behave bdd tests, update docs 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 6fff3968a6 fix: handle empty/comment-only YAML gracefully 2025-11-04 18:59:30 +05:30
aditya e93e2174b6 fix: fix some minor type annotation issues 2025-11-04 18:59:30 +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 8be2299bce fix: fix mypy --strict related errors 2025-11-04 18:59:28 +05:30
aditya 9865cd5088 fix: type safety and maintainability improvements 2025-11-04 18:59:27 +05:30
aditya c58106f394 fix: fix rest of the mypy --strict and pylint errors 2025-11-04 18:59:26 +05:30
aditya 221a0b74d2 fix: fix remaining mypy --strict and pylint errors 2025-11-04 18:59:26 +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 5e87de863c fix: fix all mypy, pylint issues in src/cleveragents/ 2025-11-04 18:59:24 +05:30
aditya c3181d6295 fix: fix mypy pylint issues is src/cleveragents/templates/ 2025-11-04 18:59:24 +05:30
aditya ba751d269b fix: fix mypy, pylint issues in src/cleveragents/reactive/ 2025-11-04 18:59:23 +05:30
aditya 91f9d32b44 fix: fix mypy, pylint issues in src/cleveragents/langgraph/ 2025-11-04 18:59:23 +05:30
aditya 9272d792fa fix: fix mypy, pylint issues in src/cleveragents/core/ 2025-11-04 18:59:22 +05:30
aditya 3fb94b58c2 fix: fix mypy, pylint issues in src/cleveragents/agents/ 2025-11-04 18:59:21 +05:30
aditya 0ee3270caa fix: fix mypy, pylint issues in base.py and application.py 2025-11-04 18:59:13 +05:30
aditya 0b030ee91a fix: fix file path validation 2025-10-30 20:34:17 +05:30
aditya e765a23843 fix: security hardening, cross-version compatibility, and consistency improvements 2025-10-29 15:58:53 +05:30
aditya 237ecd1682 update README.md to fix linting issues 2025-10-24 23:02:12 +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 bc8cec1d89 fix: resolve linting issues - trailing whitespace and line length 2025-10-09 20:32:13 +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 5190be5781 chore: add working multi agent langraph yaml files 2025-10-07 20:32:23 +05:30
aditya f969995644 fix: graph context fix 2025-10-07 20:30:08 +05:30
aditya 0d9b100263 test: fix the broken bdd test cases 2025-10-06 18:49:40 +05:30