17 Commits

Author SHA1 Message Date
CoreRasurae 38fe40553d test(robot): add end-to-end integration tests for email categorization actor graph
Adds 104 Robot Framework integration tests exercising the full
6-agent email categorization actor graph across five configuration
strategies: local, remote, mixed, component-decomposed (merge_configs),
and namespaced (local: refs via ReferenceResolver + LocalPackageStore).

- 7 new email graph YAML fixtures under tests/fixtures/email_graph/
- 7 namespaced component YAMLs with local namespace identifiers
- 9 robot test suite files (email_categorization_graph, per-agent,
  negative tests, merge_configs validation, components, namespaced)
- EmailGraphLib.py keyword library (executor, graph, merge, components)
- CleverActorsLib.py refactored into per-module libs:
  robot/lib/config_lib.py, app_lib.py, registry_lib.py
- email_testdata.resource with 12 realistic email scenarios
- All 104 integration tests pass, all 23 existing tests preserved

Closes #30
2026-06-15 23:13:35 +01:00
CleverThis Engineering 3453653b2c test: apply formatting fixes to integration and fixture files 2026-05-27 21:41:13 +00:00
CleverThis Engineering 2223a16d48 feat: Minor code changes and linting and formatting issues fixes 2026-05-26 21:53:20 +00:00
CleverThis Engineering aa75d0978f Fix: Verbosity wasnt being respected and errors were still leaking to the top, this is fixed 2026-05-26 21:53:19 +00:00
CleverThis Engineering c26197e90a Feat: added verbosity flag to control logging output 2026-05-26 21:53:19 +00:00
CleverThis Engineering 9a9aa04745 Fixed linting and typechecking, tox fully works now 2026-05-26 21:53:19 +00:00
CleverThis Engineering a480f67509 fix: end to end test on scientific writing paper in place 2026-05-26 21:53:19 +00:00
CleverThis Engineering 57254f57e5 fix: Fixed many of the remaining issues and got a mostly working integration test for scientific paper writer 2026-05-26 21:53:19 +00:00
CleverThis Engineering 4d51ad1c3b test: update bdd test cases; docs: update readme and yaml syntax docs 2026-05-26 21:53:18 +00:00
CleverThis Engineering 0e476ceb21 fix: fix multi agent paper writer langgraph script, mypy and pylint issues 2026-05-26 21:53:18 +00:00
CleverThis Engineering fab794d812 feat: add text append to file feature to file write tool, now paper writer tool works section by section as well 2026-05-26 21:53:17 +00:00
CleverThis Engineering ca49785247 test: add end to end test scripts for langraph yaml files 2026-05-26 21:53:17 +00:00
CleverThis Engineering fdb4058a88 test: Add multi-agent end-to-end test scripts 2026-05-26 21:53:17 +00:00
CleverThis Engineering c5c5765677 test: added new tests to improve coverage. 2026-05-26 21:53:17 +00:00
CleverThis Engineering c792c35b57 feat: enhance agent configuration with template references and validation 2026-05-26 21:53:16 +00:00
CleverThis Engineering e860cbe167 refactor: support multi-router configuration in CleverActorsApp 2026-05-26 21:53:16 +00:00
CleverThis Engineering 4018a742ed feat: migrate project to CleverActors with new features and tests 2026-05-26 21:53:15 +00:00