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 |
|
aditya
|
ed59c1cacd
|
chore: fixed all pylint and mypy warnings
|
2025-10-06 18:26:06 +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
|
c62f8bbb39
|
chore: update legal contract metadata extractor orchestration
|
2025-10-06 18:07:18 +05:30 |
|
aditya
|
0da823b4b9
|
chore: add legal contract metadata update
|
2025-10-06 18:02:49 +05:30 |
|
aditya
|
b113ee2c8f
|
Add json sanitization for LLM-generated tool commands
|
2025-10-03 20:12:12 +05:30 |
|
aditya
|
88a5231498
|
docs: move yaml syntax file to docs folder
|
2025-10-03 19:34:51 +05:30 |
|
aditya
|
81324f2881
|
test: Add multi-agent end-to-end test scripts
|
2025-10-03 19:34:10 +05:30 |
|
aditya
|
2b39f40009
|
chore: Add multi-agent paper writer working yaml
|
2025-10-03 19:33:29 +05:30 |
|
aditya
|
71f41d166d
|
feat: Implement multi-agent orchestration with tool invocation
|
2025-10-03 19:31:22 +05:30 |
|
aditya
|
dbb2266364
|
test: Add tests to check stream subscriptions are not duplicated
|
2025-10-03 19:28:53 +05:30 |
|
aditya
|
2fa50b55c6
|
Fix: fix double response bug in the code
ISSUES FIXED: #4
|
2025-10-03 19:28:53 +05:30 |
|
aditya
|
201ee39ebe
|
chore: Add yaml file with 'memory_enabled: true'
|
2025-10-03 19:28:53 +05:30 |
|
aditya
|
f87b7bdd41
|
chore: Add legal contract metadata extractor agent yaml config file
|
2025-10-03 19:28:53 +05:30 |
|
aditya
|
9e4896e92c
|
docs: Add readme file and yaml file syntax documentation
|
2025-10-02 17:51:49 +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 |
|