trustgraph/trustgraph-flow/trustgraph/agent/react
cybermaggedon 16a5cf966a
Fix agent streaming tool failure (#602)
* Fix agent streaming linkage

* Update tests
2026-01-06 23:00:50 +00:00
..
__init__.py Feature/agent manager (#146) 2024-11-10 11:44:01 +00:00
__main__.py Feature/agent manager (#146) 2024-11-10 11:44:01 +00:00
agent_manager.py Fix agent streaming tool failure (#602) 2026-01-06 23:00:50 +00:00
README.md Feature/agent manager (#146) 2024-11-10 11:44:01 +00:00
service.py Messaging fabric plugins (#592) 2025-12-17 21:40:43 +00:00
streaming_parser.py Streaming rag responses (#568) 2025-11-26 19:47:39 +00:00
tools.py Extend use of user + collection fields (#503) 2025-09-08 18:28:38 +01:00
types.py Feature/agent manager (#146) 2024-11-10 11:44:01 +00:00

agent-manager-react
-p pulsar://localhost:6650
--tool-type
shuttle=knowledge-query:query
cats=knowledge-query:query
compute=text-completion:computation
--tool-description
shuttle="Query a knowledge base with information about the space shuttle. The query should be a simple natural language question"
cats="Query a knowledge base with information about Mark's cats. The query should be a simple natural language question"
compute="A computation engine which can answer questions about maths and computation"
--tool-argument
cats="query:string:The search query string"
shuttle="query:string:The search query string"
compute="computation:string:The computation to solve"

--context 'The space shuttle challenger final mission was 58-L'