mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-04-25 08:26:21 +02:00
* Agent schema * Agent working through client * Add agent-manager-react command line * test-agent test script * Add tg-invoke-agent CLI
6 lines
71 B
Python
6 lines
71 B
Python
#!/usr/bin/env python3
|
|
|
|
from trustgraph.agent.react import run
|
|
|
|
run()
|
|
|