Add agent-manager-react command line

This commit is contained in:
Cyber MacGeddon 2024-11-09 20:35:55 +00:00
parent a4ace74150
commit f26eacb439
2 changed files with 7 additions and 0 deletions

View file

@ -0,0 +1,6 @@
#!/usr/bin/env python3
from trustgraph.agent.react import run
run()