Commit Graph

43 Commits

Author SHA1 Message Date
freemo d9d00dc7bd Feats: Works mostly end to end and now prints full paper content as first step in the paper_review stage 2025-12-09 18:26:04 -05:00
freemo 666b70f9be Feat: Got scientific paper writer to spit back entire paper verbatim during paper review 2025-12-09 14:50:41 -05:00
freemo d13b84ad92 Fix: Much of the content wasnt getting into the context thus causing issues, this has been fixed 2025-12-09 00:29:19 -05:00
freemo d82a2bf483 Fix the paper review stage no longer truncates broken text back to the user 2025-12-08 22:18:16 -05:00
freemo 291963134a Fix: Partially fixed transition to paper review stage 2025-12-06 15:58:16 -05:00
freemo 41275725c1 Feat: Successfully gets through content running section 2025-12-01 14:57:53 -05:00
freemo 11d9f6e7a7 Feat: scientific paper writer appears to proceed through three phases of writing each station with commands now 2025-11-30 16:01:23 -05:00
freemo d5e4c40b90 Fix: scientific paper writer now gets to the point it writes the first section of the paper with sources 2025-11-25 20:54:16 -05:00
freemo 1a5f660660 Fix: Content writing stages werent working due to JINJA2 template not applying correctly 2025-11-25 19:31:33 -05:00
freemo 5e6ed1e7f5 Fix: Seems the new langgraph based example works up to and including the content stage 2025-11-25 01:58:32 -05:00
freemo d9ee539612 Feat: LangGraph with routing mostly working, scientific example ported 2025-11-24 22:56:54 -05:00
freemo c23eeef7e3 Adding in json parsing after structure step, still cant get past structure though 2025-11-18 01:03:29 -05:00
freemo 4635cfd597 Feat: everything up to and including the structure section now works 2025-11-17 23:40:42 -05:00
freemo 820971b26c Page gets up to deep_research stage 2025-11-17 21:17:24 -05:00
freemo a2614e01c6 Updated scientific paper to use same prompts as before 2025-11-17 19:03:07 -05:00
freemo 022faaa748 Fix: the scientific paper writer now gets to the brainstorming phase 2025-11-17 00:40:05 -05:00
freemo 1399d8cf21 Fixed scientific paper so it can get to throught he discovery stage now 2025-11-16 21:42:27 -05:00
freemo ffb3fab708 Fix: updated scientific paper writer such that each agent introduces itself at each stage 2025-11-16 18:32:10 -05:00
freemo cecc42e53f Fix: Got scientific paper writer going thropugh the stages. 2025-11-16 18:17:13 -05:00
freemo 61de8bfdcc Added more integration tests to cover some interactive modes 2025-11-13 14:32:08 -05:00
freemo ef81dd804b fix: end to end test on scientific writing paper in place 2025-11-11 13:59:57 -05:00
freemo 602636455b fix: Fixed many of the remaining issues and got a mostly working integration test for scientific paper writer 2025-11-11 12:34:49 -05:00
AI Assistant ead9af04d6 fix(examples): got scientific writing paper partly working 2025-11-05 13:08:14 -05:00
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 5190be5781 chore: add working multi agent langraph yaml files 2025-10-07 20:32:23 +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 2b39f40009 chore: Add multi-agent paper writer working yaml 2025-10-03 19:33:29 +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
freemo 4947b17521 Got initial step in scientific paper working 2025-09-12 12:57:44 -04:00
freemo ecbb695dc9 Implemented the scientific paper writer in the new framework 2025-09-08 04:55:16 -04: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 9c8cae1fd4 refactor: support multi-router configuration in CleverAgentsApp 2025-07-01 01:00:08 +00:00
freemo 315c583ed9 feat: add calculator agent example and improve tool agent handling 2025-06-28 22:14:28 +00:00
freemo 72726a762a feat: migrate project to CleverAgents with new features and tests 2025-06-28 14:49:24 -04:00