trustgraph/tests
cybermaggedon d83e4e3d59
Update to enable knowledge extraction using the agent framework (#439)
* Implement KG extraction agent (kg-extract-agent)

* Using ReAct framework (agent-manager-react)
 
* ReAct manager had an issue when emitting JSON, which conflicts which ReAct manager's own JSON messages, so refactored ReAct manager to use traditional ReAct messages, non-JSON structure.
 
* Minor refactor to take the prompt template client out of prompt-template so it can be more readily used by other modules. kg-extract-agent uses this framework.
2025-07-21 14:31:57 +01:00
..
contract Extending test coverage (#434) 2025-07-14 17:54:04 +01:00
integration Update to enable knowledge extraction using the agent framework (#439) 2025-07-21 14:31:57 +01:00
unit Update to enable knowledge extraction using the agent framework (#439) 2025-07-21 14:31:57 +01:00
__init__.py Test suite executed from CI pipeline (#433) 2025-07-14 14:57:44 +01:00
pytest.ini Extending test coverage (#434) 2025-07-14 17:54:04 +01:00
requirements.txt Test suite executed from CI pipeline (#433) 2025-07-14 14:57:44 +01:00