Sample docs loader (#365)

This commit is contained in:
cybermaggedon 2025-05-06 13:43:17 +01:00 committed by GitHub
parent 9e4eb634a4
commit 54e475fa3a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
34 changed files with 818 additions and 56 deletions

View file

@ -44,13 +44,12 @@ setuptools.setup(
"websockets",
],
scripts=[
"scripts/tg-add-library-document",
"scripts/tg-delete-flow-class",
"scripts/tg-dump-msgpack",
"scripts/tg-get-flow-class",
"scripts/tg-graph-show",
"scripts/tg-graph-to-turtle",
"scripts/tg-init-pulsar",
"scripts/tg-init-pulsar-manager",
"scripts/tg-init-trustgraph",
"scripts/tg-invoke-agent",
"scripts/tg-invoke-document-rag",
"scripts/tg-invoke-graph-rag",
@ -59,9 +58,11 @@ setuptools.setup(
"scripts/tg-load-doc-embeds",
"scripts/tg-load-kg-core",
"scripts/tg-load-pdf",
"scripts/tg-load-sample-documents",
"scripts/tg-load-text",
"scripts/tg-load-turtle",
"scripts/tg-put-flow-class",
"scripts/tg-remove-library-document",
"scripts/tg-save-doc-embeds",
"scripts/tg-save-kg-core",
"scripts/tg-set-prompt",
@ -70,17 +71,16 @@ setuptools.setup(
"scripts/tg-show-flow-classes",
"scripts/tg-show-flow-state",
"scripts/tg-show-flows",
"scripts/tg-show-graph",
"scripts/tg-show-library-documents",
"scripts/tg-show-library-processing",
"scripts/tg-start-library-processing",
"scripts/tg-stop-library-processing",
"scripts/tg-add-library-document",
"scripts/tg-remove-library-document",
"scripts/tg-show-processor-state",
"scripts/tg-show-prompts",
"scripts/tg-show-token-costs",
"scripts/tg-show-tools",
"scripts/tg-start-flow",
"scripts/tg-start-library-processing",
"scripts/tg-stop-flow",
"scripts/tg-stop-library-processing",
]
)