trustgraph/trustgraph-flow/trustgraph/agent/react
cybermaggedon 8fc22155dd
Agent tweaks (#272)
- Removed unused LLM client configuration from agent-manager-react
- Change agent-manager-react template to use prompt-rag instead of
  prompt
- Changed TextCompletion tool to use 'question' instead of 'computation'
  for its parameter.
2025-01-20 14:05:51 +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 - Moved the agent-react template from hard-coded in agent_manager.py to (#151) 2024-11-12 19:04:15 +00:00
README.md Feature/agent manager (#146) 2024-11-10 11:44:01 +00:00
service.py Agent tweaks (#272) 2025-01-20 14:05:51 +00:00
tools.py Agent tweaks (#272) 2025-01-20 14:05:51 +00: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'