Commit Graph

19 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 e765a23843 fix: security hardening, cross-version compatibility, and consistency improvements 2025-10-29 15:58:53 +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