trustgraph-cli 1.2.16__tar.gz → 1.2.18__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of trustgraph-cli might be problematic. Click here for more details.
- {trustgraph_cli-1.2.16 → trustgraph_cli-1.2.18}/PKG-INFO +1 -1
- {trustgraph_cli-1.2.16 → trustgraph_cli-1.2.18}/pyproject.toml +4 -0
- trustgraph_cli-1.2.18/trustgraph/cli/delete_config_item.py +61 -0
- trustgraph_cli-1.2.18/trustgraph/cli/get_config_item.py +78 -0
- trustgraph_cli-1.2.18/trustgraph/cli/list_config_items.py +65 -0
- trustgraph_cli-1.2.18/trustgraph/cli/put_config_item.py +80 -0
- trustgraph_cli-1.2.18/trustgraph/cli_version.py +1 -0
- {trustgraph_cli-1.2.16 → trustgraph_cli-1.2.18}/trustgraph_cli.egg-info/PKG-INFO +1 -1
- {trustgraph_cli-1.2.16 → trustgraph_cli-1.2.18}/trustgraph_cli.egg-info/SOURCES.txt +4 -0
- {trustgraph_cli-1.2.16 → trustgraph_cli-1.2.18}/trustgraph_cli.egg-info/entry_points.txt +4 -0
- trustgraph_cli-1.2.16/trustgraph/cli_version.py +0 -1
- {trustgraph_cli-1.2.16 → trustgraph_cli-1.2.18}/README.md +0 -0
- {trustgraph_cli-1.2.16 → trustgraph_cli-1.2.18}/setup.cfg +0 -0
- {trustgraph_cli-1.2.16 → trustgraph_cli-1.2.18}/trustgraph/cli/__init__.py +0 -0
- {trustgraph_cli-1.2.16 → trustgraph_cli-1.2.18}/trustgraph/cli/add_library_document.py +0 -0
- {trustgraph_cli-1.2.16 → trustgraph_cli-1.2.18}/trustgraph/cli/delete_flow_class.py +0 -0
- {trustgraph_cli-1.2.16 → trustgraph_cli-1.2.18}/trustgraph/cli/delete_kg_core.py +0 -0
- {trustgraph_cli-1.2.16 → trustgraph_cli-1.2.18}/trustgraph/cli/delete_mcp_tool.py +0 -0
- {trustgraph_cli-1.2.16 → trustgraph_cli-1.2.18}/trustgraph/cli/delete_tool.py +0 -0
- {trustgraph_cli-1.2.16 → trustgraph_cli-1.2.18}/trustgraph/cli/dump_msgpack.py +0 -0
- {trustgraph_cli-1.2.16 → trustgraph_cli-1.2.18}/trustgraph/cli/get_flow_class.py +0 -0
- {trustgraph_cli-1.2.16 → trustgraph_cli-1.2.18}/trustgraph/cli/get_kg_core.py +0 -0
- {trustgraph_cli-1.2.16 → trustgraph_cli-1.2.18}/trustgraph/cli/graph_to_turtle.py +0 -0
- {trustgraph_cli-1.2.16 → trustgraph_cli-1.2.18}/trustgraph/cli/init_pulsar_manager.py +0 -0
- {trustgraph_cli-1.2.16 → trustgraph_cli-1.2.18}/trustgraph/cli/init_trustgraph.py +0 -0
- {trustgraph_cli-1.2.16 → trustgraph_cli-1.2.18}/trustgraph/cli/invoke_agent.py +0 -0
- {trustgraph_cli-1.2.16 → trustgraph_cli-1.2.18}/trustgraph/cli/invoke_document_rag.py +0 -0
- {trustgraph_cli-1.2.16 → trustgraph_cli-1.2.18}/trustgraph/cli/invoke_graph_rag.py +0 -0
- {trustgraph_cli-1.2.16 → trustgraph_cli-1.2.18}/trustgraph/cli/invoke_llm.py +0 -0
- {trustgraph_cli-1.2.16 → trustgraph_cli-1.2.18}/trustgraph/cli/invoke_mcp_tool.py +0 -0
- {trustgraph_cli-1.2.16 → trustgraph_cli-1.2.18}/trustgraph/cli/invoke_prompt.py +0 -0
- {trustgraph_cli-1.2.16 → trustgraph_cli-1.2.18}/trustgraph/cli/load_doc_embeds.py +0 -0
- {trustgraph_cli-1.2.16 → trustgraph_cli-1.2.18}/trustgraph/cli/load_kg_core.py +0 -0
- {trustgraph_cli-1.2.16 → trustgraph_cli-1.2.18}/trustgraph/cli/load_knowledge.py +0 -0
- {trustgraph_cli-1.2.16 → trustgraph_cli-1.2.18}/trustgraph/cli/load_pdf.py +0 -0
- {trustgraph_cli-1.2.16 → trustgraph_cli-1.2.18}/trustgraph/cli/load_sample_documents.py +0 -0
- {trustgraph_cli-1.2.16 → trustgraph_cli-1.2.18}/trustgraph/cli/load_text.py +0 -0
- {trustgraph_cli-1.2.16 → trustgraph_cli-1.2.18}/trustgraph/cli/load_turtle.py +0 -0
- {trustgraph_cli-1.2.16 → trustgraph_cli-1.2.18}/trustgraph/cli/put_flow_class.py +0 -0
- {trustgraph_cli-1.2.16 → trustgraph_cli-1.2.18}/trustgraph/cli/put_kg_core.py +0 -0
- {trustgraph_cli-1.2.16 → trustgraph_cli-1.2.18}/trustgraph/cli/remove_library_document.py +0 -0
- {trustgraph_cli-1.2.16 → trustgraph_cli-1.2.18}/trustgraph/cli/save_doc_embeds.py +0 -0
- {trustgraph_cli-1.2.16 → trustgraph_cli-1.2.18}/trustgraph/cli/set_mcp_tool.py +0 -0
- {trustgraph_cli-1.2.16 → trustgraph_cli-1.2.18}/trustgraph/cli/set_prompt.py +0 -0
- {trustgraph_cli-1.2.16 → trustgraph_cli-1.2.18}/trustgraph/cli/set_token_costs.py +0 -0
- {trustgraph_cli-1.2.16 → trustgraph_cli-1.2.18}/trustgraph/cli/set_tool.py +0 -0
- {trustgraph_cli-1.2.16 → trustgraph_cli-1.2.18}/trustgraph/cli/show_config.py +0 -0
- {trustgraph_cli-1.2.16 → trustgraph_cli-1.2.18}/trustgraph/cli/show_flow_classes.py +0 -0
- {trustgraph_cli-1.2.16 → trustgraph_cli-1.2.18}/trustgraph/cli/show_flow_state.py +0 -0
- {trustgraph_cli-1.2.16 → trustgraph_cli-1.2.18}/trustgraph/cli/show_flows.py +0 -0
- {trustgraph_cli-1.2.16 → trustgraph_cli-1.2.18}/trustgraph/cli/show_graph.py +0 -0
- {trustgraph_cli-1.2.16 → trustgraph_cli-1.2.18}/trustgraph/cli/show_kg_cores.py +0 -0
- {trustgraph_cli-1.2.16 → trustgraph_cli-1.2.18}/trustgraph/cli/show_library_documents.py +0 -0
- {trustgraph_cli-1.2.16 → trustgraph_cli-1.2.18}/trustgraph/cli/show_library_processing.py +0 -0
- {trustgraph_cli-1.2.16 → trustgraph_cli-1.2.18}/trustgraph/cli/show_mcp_tools.py +0 -0
- {trustgraph_cli-1.2.16 → trustgraph_cli-1.2.18}/trustgraph/cli/show_processor_state.py +0 -0
- {trustgraph_cli-1.2.16 → trustgraph_cli-1.2.18}/trustgraph/cli/show_prompts.py +0 -0
- {trustgraph_cli-1.2.16 → trustgraph_cli-1.2.18}/trustgraph/cli/show_token_costs.py +0 -0
- {trustgraph_cli-1.2.16 → trustgraph_cli-1.2.18}/trustgraph/cli/show_token_rate.py +0 -0
- {trustgraph_cli-1.2.16 → trustgraph_cli-1.2.18}/trustgraph/cli/show_tools.py +0 -0
- {trustgraph_cli-1.2.16 → trustgraph_cli-1.2.18}/trustgraph/cli/start_flow.py +0 -0
- {trustgraph_cli-1.2.16 → trustgraph_cli-1.2.18}/trustgraph/cli/start_library_processing.py +0 -0
- {trustgraph_cli-1.2.16 → trustgraph_cli-1.2.18}/trustgraph/cli/stop_flow.py +0 -0
- {trustgraph_cli-1.2.16 → trustgraph_cli-1.2.18}/trustgraph/cli/stop_library_processing.py +0 -0
- {trustgraph_cli-1.2.16 → trustgraph_cli-1.2.18}/trustgraph/cli/unload_kg_core.py +0 -0
- {trustgraph_cli-1.2.16 → trustgraph_cli-1.2.18}/trustgraph_cli.egg-info/dependency_links.txt +0 -0
- {trustgraph_cli-1.2.16 → trustgraph_cli-1.2.18}/trustgraph_cli.egg-info/requires.txt +0 -0
- {trustgraph_cli-1.2.16 → trustgraph_cli-1.2.18}/trustgraph_cli.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: trustgraph-cli
|
|
3
|
-
Version: 1.2.
|
|
3
|
+
Version: 1.2.18
|
|
4
4
|
Summary: TrustGraph provides a means to run a pipeline of flexible AI processing components in a flexible means to achieve a processing pipeline.
|
|
5
5
|
Author-email: "trustgraph.ai" <security@trustgraph.ai>
|
|
6
6
|
Project-URL: Homepage, https://github.com/trustgraph-ai/trustgraph
|
|
@@ -78,6 +78,10 @@ tg-unload-kg-core = "trustgraph.cli.unload_kg_core:main"
|
|
|
78
78
|
tg-start-library-processing = "trustgraph.cli.start_library_processing:main"
|
|
79
79
|
tg-stop-flow = "trustgraph.cli.stop_flow:main"
|
|
80
80
|
tg-stop-library-processing = "trustgraph.cli.stop_library_processing:main"
|
|
81
|
+
tg-list-config-items = "trustgraph.cli.list_config_items:main"
|
|
82
|
+
tg-get-config-item = "trustgraph.cli.get_config_item:main"
|
|
83
|
+
tg-put-config-item = "trustgraph.cli.put_config_item:main"
|
|
84
|
+
tg-delete-config-item = "trustgraph.cli.delete_config_item:main"
|
|
81
85
|
|
|
82
86
|
[tool.setuptools.packages.find]
|
|
83
87
|
include = ["trustgraph*"]
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
"""
|
|
2
|
+
Deletes a configuration item
|
|
3
|
+
"""
|
|
4
|
+
|
|
5
|
+
import argparse
|
|
6
|
+
import os
|
|
7
|
+
from trustgraph.api import Api
|
|
8
|
+
from trustgraph.api.types import ConfigKey
|
|
9
|
+
|
|
10
|
+
default_url = os.getenv("TRUSTGRAPH_URL", 'http://localhost:8088/')
|
|
11
|
+
|
|
12
|
+
def delete_config_item(url, config_type, key):
|
|
13
|
+
|
|
14
|
+
api = Api(url).config()
|
|
15
|
+
|
|
16
|
+
config_key = ConfigKey(type=config_type, key=key)
|
|
17
|
+
api.delete([config_key])
|
|
18
|
+
|
|
19
|
+
print(f"Configuration item deleted: {config_type}/{key}")
|
|
20
|
+
|
|
21
|
+
def main():
|
|
22
|
+
|
|
23
|
+
parser = argparse.ArgumentParser(
|
|
24
|
+
prog='tg-delete-config-item',
|
|
25
|
+
description=__doc__,
|
|
26
|
+
)
|
|
27
|
+
|
|
28
|
+
parser.add_argument(
|
|
29
|
+
'--type',
|
|
30
|
+
required=True,
|
|
31
|
+
help='Configuration type',
|
|
32
|
+
)
|
|
33
|
+
|
|
34
|
+
parser.add_argument(
|
|
35
|
+
'--key',
|
|
36
|
+
required=True,
|
|
37
|
+
help='Configuration key',
|
|
38
|
+
)
|
|
39
|
+
|
|
40
|
+
parser.add_argument(
|
|
41
|
+
'-u', '--api-url',
|
|
42
|
+
default=default_url,
|
|
43
|
+
help=f'API URL (default: {default_url})',
|
|
44
|
+
)
|
|
45
|
+
|
|
46
|
+
args = parser.parse_args()
|
|
47
|
+
|
|
48
|
+
try:
|
|
49
|
+
|
|
50
|
+
delete_config_item(
|
|
51
|
+
url=args.api_url,
|
|
52
|
+
config_type=args.type,
|
|
53
|
+
key=args.key,
|
|
54
|
+
)
|
|
55
|
+
|
|
56
|
+
except Exception as e:
|
|
57
|
+
|
|
58
|
+
print("Exception:", e, flush=True)
|
|
59
|
+
|
|
60
|
+
if __name__ == "__main__":
|
|
61
|
+
main()
|
|
@@ -0,0 +1,78 @@
|
|
|
1
|
+
"""
|
|
2
|
+
Gets a specific configuration item
|
|
3
|
+
"""
|
|
4
|
+
|
|
5
|
+
import argparse
|
|
6
|
+
import os
|
|
7
|
+
import json
|
|
8
|
+
from trustgraph.api import Api
|
|
9
|
+
from trustgraph.api.types import ConfigKey
|
|
10
|
+
|
|
11
|
+
default_url = os.getenv("TRUSTGRAPH_URL", 'http://localhost:8088/')
|
|
12
|
+
|
|
13
|
+
def get_config_item(url, config_type, key, format_type):
|
|
14
|
+
|
|
15
|
+
api = Api(url).config()
|
|
16
|
+
|
|
17
|
+
config_key = ConfigKey(type=config_type, key=key)
|
|
18
|
+
values = api.get([config_key])
|
|
19
|
+
|
|
20
|
+
if not values:
|
|
21
|
+
raise Exception(f"Configuration item not found: {config_type}/{key}")
|
|
22
|
+
|
|
23
|
+
value = values[0].value
|
|
24
|
+
|
|
25
|
+
if format_type == "json":
|
|
26
|
+
print(json.dumps(value))
|
|
27
|
+
else:
|
|
28
|
+
print(value)
|
|
29
|
+
|
|
30
|
+
def main():
|
|
31
|
+
|
|
32
|
+
parser = argparse.ArgumentParser(
|
|
33
|
+
prog='tg-get-config-item',
|
|
34
|
+
description=__doc__,
|
|
35
|
+
)
|
|
36
|
+
|
|
37
|
+
parser.add_argument(
|
|
38
|
+
'--type',
|
|
39
|
+
required=True,
|
|
40
|
+
help='Configuration type',
|
|
41
|
+
)
|
|
42
|
+
|
|
43
|
+
parser.add_argument(
|
|
44
|
+
'--key',
|
|
45
|
+
required=True,
|
|
46
|
+
help='Configuration key',
|
|
47
|
+
)
|
|
48
|
+
|
|
49
|
+
parser.add_argument(
|
|
50
|
+
'--format',
|
|
51
|
+
choices=['text', 'json'],
|
|
52
|
+
default='text',
|
|
53
|
+
help='Output format (default: text)',
|
|
54
|
+
)
|
|
55
|
+
|
|
56
|
+
parser.add_argument(
|
|
57
|
+
'-u', '--api-url',
|
|
58
|
+
default=default_url,
|
|
59
|
+
help=f'API URL (default: {default_url})',
|
|
60
|
+
)
|
|
61
|
+
|
|
62
|
+
args = parser.parse_args()
|
|
63
|
+
|
|
64
|
+
try:
|
|
65
|
+
|
|
66
|
+
get_config_item(
|
|
67
|
+
url=args.api_url,
|
|
68
|
+
config_type=args.type,
|
|
69
|
+
key=args.key,
|
|
70
|
+
format_type=args.format,
|
|
71
|
+
)
|
|
72
|
+
|
|
73
|
+
except Exception as e:
|
|
74
|
+
|
|
75
|
+
print("Exception:", e, flush=True)
|
|
76
|
+
|
|
77
|
+
if __name__ == "__main__":
|
|
78
|
+
main()
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
"""
|
|
2
|
+
Lists configuration items for a specified type
|
|
3
|
+
"""
|
|
4
|
+
|
|
5
|
+
import argparse
|
|
6
|
+
import os
|
|
7
|
+
import json
|
|
8
|
+
from trustgraph.api import Api
|
|
9
|
+
|
|
10
|
+
default_url = os.getenv("TRUSTGRAPH_URL", 'http://localhost:8088/')
|
|
11
|
+
|
|
12
|
+
def list_config_items(url, config_type, format_type):
|
|
13
|
+
|
|
14
|
+
api = Api(url).config()
|
|
15
|
+
|
|
16
|
+
keys = api.list(config_type)
|
|
17
|
+
|
|
18
|
+
if format_type == "json":
|
|
19
|
+
print(json.dumps(keys))
|
|
20
|
+
else:
|
|
21
|
+
for key in keys:
|
|
22
|
+
print(key)
|
|
23
|
+
|
|
24
|
+
def main():
|
|
25
|
+
|
|
26
|
+
parser = argparse.ArgumentParser(
|
|
27
|
+
prog='tg-list-config-items',
|
|
28
|
+
description=__doc__,
|
|
29
|
+
)
|
|
30
|
+
|
|
31
|
+
parser.add_argument(
|
|
32
|
+
'--type',
|
|
33
|
+
required=True,
|
|
34
|
+
help='Configuration type to list',
|
|
35
|
+
)
|
|
36
|
+
|
|
37
|
+
parser.add_argument(
|
|
38
|
+
'--format',
|
|
39
|
+
choices=['text', 'json'],
|
|
40
|
+
default='text',
|
|
41
|
+
help='Output format (default: text)',
|
|
42
|
+
)
|
|
43
|
+
|
|
44
|
+
parser.add_argument(
|
|
45
|
+
'-u', '--api-url',
|
|
46
|
+
default=default_url,
|
|
47
|
+
help=f'API URL (default: {default_url})',
|
|
48
|
+
)
|
|
49
|
+
|
|
50
|
+
args = parser.parse_args()
|
|
51
|
+
|
|
52
|
+
try:
|
|
53
|
+
|
|
54
|
+
list_config_items(
|
|
55
|
+
url=args.api_url,
|
|
56
|
+
config_type=args.type,
|
|
57
|
+
format_type=args.format,
|
|
58
|
+
)
|
|
59
|
+
|
|
60
|
+
except Exception as e:
|
|
61
|
+
|
|
62
|
+
print("Exception:", e, flush=True)
|
|
63
|
+
|
|
64
|
+
if __name__ == "__main__":
|
|
65
|
+
main()
|
|
@@ -0,0 +1,80 @@
|
|
|
1
|
+
"""
|
|
2
|
+
Sets a configuration item
|
|
3
|
+
"""
|
|
4
|
+
|
|
5
|
+
import argparse
|
|
6
|
+
import os
|
|
7
|
+
import sys
|
|
8
|
+
from trustgraph.api import Api
|
|
9
|
+
from trustgraph.api.types import ConfigValue
|
|
10
|
+
|
|
11
|
+
default_url = os.getenv("TRUSTGRAPH_URL", 'http://localhost:8088/')
|
|
12
|
+
|
|
13
|
+
def put_config_item(url, config_type, key, value):
|
|
14
|
+
|
|
15
|
+
api = Api(url).config()
|
|
16
|
+
|
|
17
|
+
config_value = ConfigValue(type=config_type, key=key, value=value)
|
|
18
|
+
api.put([config_value])
|
|
19
|
+
|
|
20
|
+
print(f"Configuration item set: {config_type}/{key}")
|
|
21
|
+
|
|
22
|
+
def main():
|
|
23
|
+
|
|
24
|
+
parser = argparse.ArgumentParser(
|
|
25
|
+
prog='tg-put-config-item',
|
|
26
|
+
description=__doc__,
|
|
27
|
+
)
|
|
28
|
+
|
|
29
|
+
parser.add_argument(
|
|
30
|
+
'--type',
|
|
31
|
+
required=True,
|
|
32
|
+
help='Configuration type',
|
|
33
|
+
)
|
|
34
|
+
|
|
35
|
+
parser.add_argument(
|
|
36
|
+
'--key',
|
|
37
|
+
required=True,
|
|
38
|
+
help='Configuration key',
|
|
39
|
+
)
|
|
40
|
+
|
|
41
|
+
value_group = parser.add_mutually_exclusive_group(required=True)
|
|
42
|
+
value_group.add_argument(
|
|
43
|
+
'--value',
|
|
44
|
+
help='Configuration value',
|
|
45
|
+
)
|
|
46
|
+
|
|
47
|
+
value_group.add_argument(
|
|
48
|
+
'--stdin',
|
|
49
|
+
action='store_true',
|
|
50
|
+
help='Read configuration value from standard input',
|
|
51
|
+
)
|
|
52
|
+
|
|
53
|
+
parser.add_argument(
|
|
54
|
+
'-u', '--api-url',
|
|
55
|
+
default=default_url,
|
|
56
|
+
help=f'API URL (default: {default_url})',
|
|
57
|
+
)
|
|
58
|
+
|
|
59
|
+
args = parser.parse_args()
|
|
60
|
+
|
|
61
|
+
try:
|
|
62
|
+
|
|
63
|
+
if args.stdin:
|
|
64
|
+
value = sys.stdin.read()
|
|
65
|
+
else:
|
|
66
|
+
value = args.value
|
|
67
|
+
|
|
68
|
+
put_config_item(
|
|
69
|
+
url=args.api_url,
|
|
70
|
+
config_type=args.type,
|
|
71
|
+
key=args.key,
|
|
72
|
+
value=value,
|
|
73
|
+
)
|
|
74
|
+
|
|
75
|
+
except Exception as e:
|
|
76
|
+
|
|
77
|
+
print("Exception:", e, flush=True)
|
|
78
|
+
|
|
79
|
+
if __name__ == "__main__":
|
|
80
|
+
main()
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = "1.2.18"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: trustgraph-cli
|
|
3
|
-
Version: 1.2.
|
|
3
|
+
Version: 1.2.18
|
|
4
4
|
Summary: TrustGraph provides a means to run a pipeline of flexible AI processing components in a flexible means to achieve a processing pipeline.
|
|
5
5
|
Author-email: "trustgraph.ai" <security@trustgraph.ai>
|
|
6
6
|
Project-URL: Homepage, https://github.com/trustgraph-ai/trustgraph
|
|
@@ -3,11 +3,13 @@ pyproject.toml
|
|
|
3
3
|
trustgraph/cli_version.py
|
|
4
4
|
trustgraph/cli/__init__.py
|
|
5
5
|
trustgraph/cli/add_library_document.py
|
|
6
|
+
trustgraph/cli/delete_config_item.py
|
|
6
7
|
trustgraph/cli/delete_flow_class.py
|
|
7
8
|
trustgraph/cli/delete_kg_core.py
|
|
8
9
|
trustgraph/cli/delete_mcp_tool.py
|
|
9
10
|
trustgraph/cli/delete_tool.py
|
|
10
11
|
trustgraph/cli/dump_msgpack.py
|
|
12
|
+
trustgraph/cli/get_config_item.py
|
|
11
13
|
trustgraph/cli/get_flow_class.py
|
|
12
14
|
trustgraph/cli/get_kg_core.py
|
|
13
15
|
trustgraph/cli/graph_to_turtle.py
|
|
@@ -19,6 +21,7 @@ trustgraph/cli/invoke_graph_rag.py
|
|
|
19
21
|
trustgraph/cli/invoke_llm.py
|
|
20
22
|
trustgraph/cli/invoke_mcp_tool.py
|
|
21
23
|
trustgraph/cli/invoke_prompt.py
|
|
24
|
+
trustgraph/cli/list_config_items.py
|
|
22
25
|
trustgraph/cli/load_doc_embeds.py
|
|
23
26
|
trustgraph/cli/load_kg_core.py
|
|
24
27
|
trustgraph/cli/load_knowledge.py
|
|
@@ -26,6 +29,7 @@ trustgraph/cli/load_pdf.py
|
|
|
26
29
|
trustgraph/cli/load_sample_documents.py
|
|
27
30
|
trustgraph/cli/load_text.py
|
|
28
31
|
trustgraph/cli/load_turtle.py
|
|
32
|
+
trustgraph/cli/put_config_item.py
|
|
29
33
|
trustgraph/cli/put_flow_class.py
|
|
30
34
|
trustgraph/cli/put_kg_core.py
|
|
31
35
|
trustgraph/cli/remove_library_document.py
|
|
@@ -1,10 +1,12 @@
|
|
|
1
1
|
[console_scripts]
|
|
2
2
|
tg-add-library-document = trustgraph.cli.add_library_document:main
|
|
3
|
+
tg-delete-config-item = trustgraph.cli.delete_config_item:main
|
|
3
4
|
tg-delete-flow-class = trustgraph.cli.delete_flow_class:main
|
|
4
5
|
tg-delete-kg-core = trustgraph.cli.delete_kg_core:main
|
|
5
6
|
tg-delete-mcp-tool = trustgraph.cli.delete_mcp_tool:main
|
|
6
7
|
tg-delete-tool = trustgraph.cli.delete_tool:main
|
|
7
8
|
tg-dump-msgpack = trustgraph.cli.dump_msgpack:main
|
|
9
|
+
tg-get-config-item = trustgraph.cli.get_config_item:main
|
|
8
10
|
tg-get-flow-class = trustgraph.cli.get_flow_class:main
|
|
9
11
|
tg-get-kg-core = trustgraph.cli.get_kg_core:main
|
|
10
12
|
tg-graph-to-turtle = trustgraph.cli.graph_to_turtle:main
|
|
@@ -15,6 +17,7 @@ tg-invoke-graph-rag = trustgraph.cli.invoke_graph_rag:main
|
|
|
15
17
|
tg-invoke-llm = trustgraph.cli.invoke_llm:main
|
|
16
18
|
tg-invoke-mcp-tool = trustgraph.cli.invoke_mcp_tool:main
|
|
17
19
|
tg-invoke-prompt = trustgraph.cli.invoke_prompt:main
|
|
20
|
+
tg-list-config-items = trustgraph.cli.list_config_items:main
|
|
18
21
|
tg-load-doc-embeds = trustgraph.cli.load_doc_embeds:main
|
|
19
22
|
tg-load-kg-core = trustgraph.cli.load_kg_core:main
|
|
20
23
|
tg-load-knowledge = trustgraph.cli.load_knowledge:main
|
|
@@ -22,6 +25,7 @@ tg-load-pdf = trustgraph.cli.load_pdf:main
|
|
|
22
25
|
tg-load-sample-documents = trustgraph.cli.load_sample_documents:main
|
|
23
26
|
tg-load-text = trustgraph.cli.load_text:main
|
|
24
27
|
tg-load-turtle = trustgraph.cli.load_turtle:main
|
|
28
|
+
tg-put-config-item = trustgraph.cli.put_config_item:main
|
|
25
29
|
tg-put-flow-class = trustgraph.cli.put_flow_class:main
|
|
26
30
|
tg-put-kg-core = trustgraph.cli.put_kg_core:main
|
|
27
31
|
tg-remove-library-document = trustgraph.cli.remove_library_document:main
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
__version__ = "1.2.16"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{trustgraph_cli-1.2.16 → trustgraph_cli-1.2.18}/trustgraph_cli.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|