mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-07-21 19:21:03 +02:00
Add agent-manager-react command line
This commit is contained in:
parent
a4ace74150
commit
f26eacb439
2 changed files with 7 additions and 0 deletions
6
trustgraph-flow/scripts/agent-manager-react
Normal file
6
trustgraph-flow/scripts/agent-manager-react
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
#!/usr/bin/env python3
|
||||||
|
|
||||||
|
from trustgraph.agent.react import run
|
||||||
|
|
||||||
|
run()
|
||||||
|
|
||||||
|
|
@ -60,6 +60,7 @@ setuptools.setup(
|
||||||
"jsonschema",
|
"jsonschema",
|
||||||
],
|
],
|
||||||
scripts=[
|
scripts=[
|
||||||
|
"scripts/agent-manager-react",
|
||||||
"scripts/chunker-recursive",
|
"scripts/chunker-recursive",
|
||||||
"scripts/chunker-token",
|
"scripts/chunker-token",
|
||||||
"scripts/de-query-milvus",
|
"scripts/de-query-milvus",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue