Knowledge core CLI (#368)

This commit is contained in:
cybermaggedon 2025-05-07 00:20:59 +01:00 committed by GitHub
parent 807c19fd22
commit 8080b54328
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 330 additions and 0 deletions

View file

@ -46,7 +46,9 @@ setuptools.setup(
scripts=[
"scripts/tg-add-library-document",
"scripts/tg-delete-flow-class",
"scripts/tg-delete-kg-core",
"scripts/tg-dump-msgpack",
"scripts/tg-fetch-kg-core",
"scripts/tg-get-flow-class",
"scripts/tg-graph-to-turtle",
"scripts/tg-init-trustgraph",
@ -72,6 +74,7 @@ setuptools.setup(
"scripts/tg-show-flow-state",
"scripts/tg-show-flows",
"scripts/tg-show-graph",
"scripts/tg-show-kg-cores",
"scripts/tg-show-library-documents",
"scripts/tg-show-library-processing",
"scripts/tg-show-processor-state",