Feature/flow api 3 (#358)

* Working mux socket

* Change API to incorporate flow

* Add Flow ID to all relevant CLIs, not completely implemented

* Change tg-processor-state to use API gateway

* Updated all CLIs

* New tg-show-flow-state command

* tg-show-flow-state shows classes too
This commit is contained in:
cybermaggedon 2025-05-03 10:39:53 +01:00 committed by GitHub
parent a70ae9793a
commit 3b8b9ea866
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
23 changed files with 800 additions and 986 deletions

View file

@ -44,8 +44,8 @@ setuptools.setup(
"websockets",
],
scripts=[
"scripts/tg-dump-msgpack",
"scripts/tg-delete-flow-class",
"scripts/tg-dump-msgpack",
"scripts/tg-get-flow-class",
"scripts/tg-graph-show",
"scripts/tg-graph-to-turtle",
@ -61,7 +61,6 @@ setuptools.setup(
"scripts/tg-load-pdf",
"scripts/tg-load-text",
"scripts/tg-load-turtle",
"scripts/tg-processor-state",
"scripts/tg-put-flow-class",
"scripts/tg-save-doc-embeds",
"scripts/tg-save-kg-core",
@ -69,7 +68,9 @@ setuptools.setup(
"scripts/tg-set-token-costs",
"scripts/tg-show-config",
"scripts/tg-show-flow-classes",
"scripts/tg-show-flow-state",
"scripts/tg-show-flows",
"scripts/tg-show-processor-state",
"scripts/tg-show-prompts",
"scripts/tg-show-token-costs",
"scripts/tg-show-tools",