trustgraph-base 1.1.6__tar.gz → 1.1.8__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.
- {trustgraph-base-1.1.6 → trustgraph-base-1.1.8}/PKG-INFO +2 -2
- {trustgraph-base-1.1.6 → trustgraph-base-1.1.8}/trustgraph/api/config.py +14 -1
- {trustgraph-base-1.1.6 → trustgraph-base-1.1.8}/trustgraph/api/flow.py +27 -2
- {trustgraph-base-1.1.6 → trustgraph-base-1.1.8}/trustgraph/base/__init__.py +1 -0
- trustgraph-base-1.1.8/trustgraph/base/tool_client.py +40 -0
- trustgraph-base-1.1.8/trustgraph/base_version.py +1 -0
- {trustgraph-base-1.1.6 → trustgraph-base-1.1.8}/trustgraph_base.egg-info/PKG-INFO +2 -2
- {trustgraph-base-1.1.6 → trustgraph-base-1.1.8}/trustgraph_base.egg-info/SOURCES.txt +1 -0
- trustgraph-base-1.1.6/trustgraph/base_version.py +0 -1
- {trustgraph-base-1.1.6 → trustgraph-base-1.1.8}/README.md +0 -0
- {trustgraph-base-1.1.6 → trustgraph-base-1.1.8}/setup.cfg +0 -0
- {trustgraph-base-1.1.6 → trustgraph-base-1.1.8}/setup.py +0 -0
- {trustgraph-base-1.1.6 → trustgraph-base-1.1.8}/trustgraph/api/__init__.py +0 -0
- {trustgraph-base-1.1.6 → trustgraph-base-1.1.8}/trustgraph/api/api.py +0 -0
- {trustgraph-base-1.1.6 → trustgraph-base-1.1.8}/trustgraph/api/exceptions.py +0 -0
- {trustgraph-base-1.1.6 → trustgraph-base-1.1.8}/trustgraph/api/knowledge.py +0 -0
- {trustgraph-base-1.1.6 → trustgraph-base-1.1.8}/trustgraph/api/library.py +0 -0
- {trustgraph-base-1.1.6 → trustgraph-base-1.1.8}/trustgraph/api/types.py +0 -0
- {trustgraph-base-1.1.6 → trustgraph-base-1.1.8}/trustgraph/base/agent_client.py +0 -0
- {trustgraph-base-1.1.6 → trustgraph-base-1.1.8}/trustgraph/base/agent_service.py +0 -0
- {trustgraph-base-1.1.6 → trustgraph-base-1.1.8}/trustgraph/base/async_processor.py +0 -0
- {trustgraph-base-1.1.6 → trustgraph-base-1.1.8}/trustgraph/base/consumer.py +0 -0
- {trustgraph-base-1.1.6 → trustgraph-base-1.1.8}/trustgraph/base/consumer_spec.py +0 -0
- {trustgraph-base-1.1.6 → trustgraph-base-1.1.8}/trustgraph/base/document_embeddings_client.py +0 -0
- {trustgraph-base-1.1.6 → trustgraph-base-1.1.8}/trustgraph/base/document_embeddings_query_service.py +0 -0
- {trustgraph-base-1.1.6 → trustgraph-base-1.1.8}/trustgraph/base/document_embeddings_store_service.py +0 -0
- {trustgraph-base-1.1.6 → trustgraph-base-1.1.8}/trustgraph/base/embeddings_client.py +0 -0
- {trustgraph-base-1.1.6 → trustgraph-base-1.1.8}/trustgraph/base/embeddings_service.py +0 -0
- {trustgraph-base-1.1.6 → trustgraph-base-1.1.8}/trustgraph/base/flow.py +0 -0
- {trustgraph-base-1.1.6 → trustgraph-base-1.1.8}/trustgraph/base/flow_processor.py +0 -0
- {trustgraph-base-1.1.6 → trustgraph-base-1.1.8}/trustgraph/base/graph_embeddings_client.py +0 -0
- {trustgraph-base-1.1.6 → trustgraph-base-1.1.8}/trustgraph/base/graph_embeddings_query_service.py +0 -0
- {trustgraph-base-1.1.6 → trustgraph-base-1.1.8}/trustgraph/base/graph_embeddings_store_service.py +0 -0
- {trustgraph-base-1.1.6 → trustgraph-base-1.1.8}/trustgraph/base/graph_rag_client.py +0 -0
- {trustgraph-base-1.1.6 → trustgraph-base-1.1.8}/trustgraph/base/llm_service.py +0 -0
- {trustgraph-base-1.1.6 → trustgraph-base-1.1.8}/trustgraph/base/metrics.py +0 -0
- {trustgraph-base-1.1.6 → trustgraph-base-1.1.8}/trustgraph/base/producer.py +0 -0
- {trustgraph-base-1.1.6 → trustgraph-base-1.1.8}/trustgraph/base/producer_spec.py +0 -0
- {trustgraph-base-1.1.6 → trustgraph-base-1.1.8}/trustgraph/base/prompt_client.py +0 -0
- {trustgraph-base-1.1.6 → trustgraph-base-1.1.8}/trustgraph/base/publisher.py +0 -0
- {trustgraph-base-1.1.6 → trustgraph-base-1.1.8}/trustgraph/base/pubsub.py +0 -0
- {trustgraph-base-1.1.6 → trustgraph-base-1.1.8}/trustgraph/base/request_response_spec.py +0 -0
- {trustgraph-base-1.1.6 → trustgraph-base-1.1.8}/trustgraph/base/setting_spec.py +0 -0
- {trustgraph-base-1.1.6 → trustgraph-base-1.1.8}/trustgraph/base/spec.py +0 -0
- {trustgraph-base-1.1.6 → trustgraph-base-1.1.8}/trustgraph/base/subscriber.py +0 -0
- {trustgraph-base-1.1.6 → trustgraph-base-1.1.8}/trustgraph/base/subscriber_spec.py +0 -0
- {trustgraph-base-1.1.6 → trustgraph-base-1.1.8}/trustgraph/base/text_completion_client.py +0 -0
- {trustgraph-base-1.1.6 → trustgraph-base-1.1.8}/trustgraph/base/tool_service.py +0 -0
- {trustgraph-base-1.1.6 → trustgraph-base-1.1.8}/trustgraph/base/triples_client.py +0 -0
- {trustgraph-base-1.1.6 → trustgraph-base-1.1.8}/trustgraph/base/triples_query_service.py +0 -0
- {trustgraph-base-1.1.6 → trustgraph-base-1.1.8}/trustgraph/base/triples_store_service.py +0 -0
- {trustgraph-base-1.1.6 → trustgraph-base-1.1.8}/trustgraph/clients/__init__.py +0 -0
- {trustgraph-base-1.1.6 → trustgraph-base-1.1.8}/trustgraph/clients/agent_client.py +0 -0
- {trustgraph-base-1.1.6 → trustgraph-base-1.1.8}/trustgraph/clients/base.py +0 -0
- {trustgraph-base-1.1.6 → trustgraph-base-1.1.8}/trustgraph/clients/config_client.py +0 -0
- {trustgraph-base-1.1.6 → trustgraph-base-1.1.8}/trustgraph/clients/document_embeddings_client.py +0 -0
- {trustgraph-base-1.1.6 → trustgraph-base-1.1.8}/trustgraph/clients/document_rag_client.py +0 -0
- {trustgraph-base-1.1.6 → trustgraph-base-1.1.8}/trustgraph/clients/embeddings_client.py +0 -0
- {trustgraph-base-1.1.6 → trustgraph-base-1.1.8}/trustgraph/clients/graph_embeddings_client.py +0 -0
- {trustgraph-base-1.1.6 → trustgraph-base-1.1.8}/trustgraph/clients/graph_rag_client.py +0 -0
- {trustgraph-base-1.1.6 → trustgraph-base-1.1.8}/trustgraph/clients/llm_client.py +0 -0
- {trustgraph-base-1.1.6 → trustgraph-base-1.1.8}/trustgraph/clients/prompt_client.py +0 -0
- {trustgraph-base-1.1.6 → trustgraph-base-1.1.8}/trustgraph/clients/triples_query_client.py +0 -0
- {trustgraph-base-1.1.6 → trustgraph-base-1.1.8}/trustgraph/exceptions.py +0 -0
- {trustgraph-base-1.1.6 → trustgraph-base-1.1.8}/trustgraph/knowledge/__init__.py +0 -0
- {trustgraph-base-1.1.6 → trustgraph-base-1.1.8}/trustgraph/knowledge/defs.py +0 -0
- {trustgraph-base-1.1.6 → trustgraph-base-1.1.8}/trustgraph/knowledge/document.py +0 -0
- {trustgraph-base-1.1.6 → trustgraph-base-1.1.8}/trustgraph/knowledge/identifier.py +0 -0
- {trustgraph-base-1.1.6 → trustgraph-base-1.1.8}/trustgraph/knowledge/organization.py +0 -0
- {trustgraph-base-1.1.6 → trustgraph-base-1.1.8}/trustgraph/knowledge/publication.py +0 -0
- {trustgraph-base-1.1.6 → trustgraph-base-1.1.8}/trustgraph/log_level.py +0 -0
- {trustgraph-base-1.1.6 → trustgraph-base-1.1.8}/trustgraph/messaging/__init__.py +0 -0
- {trustgraph-base-1.1.6 → trustgraph-base-1.1.8}/trustgraph/messaging/registry.py +0 -0
- {trustgraph-base-1.1.6 → trustgraph-base-1.1.8}/trustgraph/messaging/translators/__init__.py +0 -0
- {trustgraph-base-1.1.6 → trustgraph-base-1.1.8}/trustgraph/messaging/translators/agent.py +0 -0
- {trustgraph-base-1.1.6 → trustgraph-base-1.1.8}/trustgraph/messaging/translators/base.py +0 -0
- {trustgraph-base-1.1.6 → trustgraph-base-1.1.8}/trustgraph/messaging/translators/config.py +0 -0
- {trustgraph-base-1.1.6 → trustgraph-base-1.1.8}/trustgraph/messaging/translators/document_loading.py +0 -0
- {trustgraph-base-1.1.6 → trustgraph-base-1.1.8}/trustgraph/messaging/translators/embeddings.py +0 -0
- {trustgraph-base-1.1.6 → trustgraph-base-1.1.8}/trustgraph/messaging/translators/embeddings_query.py +0 -0
- {trustgraph-base-1.1.6 → trustgraph-base-1.1.8}/trustgraph/messaging/translators/flow.py +0 -0
- {trustgraph-base-1.1.6 → trustgraph-base-1.1.8}/trustgraph/messaging/translators/knowledge.py +0 -0
- {trustgraph-base-1.1.6 → trustgraph-base-1.1.8}/trustgraph/messaging/translators/library.py +0 -0
- {trustgraph-base-1.1.6 → trustgraph-base-1.1.8}/trustgraph/messaging/translators/metadata.py +0 -0
- {trustgraph-base-1.1.6 → trustgraph-base-1.1.8}/trustgraph/messaging/translators/primitives.py +0 -0
- {trustgraph-base-1.1.6 → trustgraph-base-1.1.8}/trustgraph/messaging/translators/prompt.py +0 -0
- {trustgraph-base-1.1.6 → trustgraph-base-1.1.8}/trustgraph/messaging/translators/retrieval.py +0 -0
- {trustgraph-base-1.1.6 → trustgraph-base-1.1.8}/trustgraph/messaging/translators/text_completion.py +0 -0
- {trustgraph-base-1.1.6 → trustgraph-base-1.1.8}/trustgraph/messaging/translators/tool.py +0 -0
- {trustgraph-base-1.1.6 → trustgraph-base-1.1.8}/trustgraph/messaging/translators/triples.py +0 -0
- {trustgraph-base-1.1.6 → trustgraph-base-1.1.8}/trustgraph/objects/__init__.py +0 -0
- {trustgraph-base-1.1.6 → trustgraph-base-1.1.8}/trustgraph/objects/field.py +0 -0
- {trustgraph-base-1.1.6 → trustgraph-base-1.1.8}/trustgraph/objects/object.py +0 -0
- {trustgraph-base-1.1.6 → trustgraph-base-1.1.8}/trustgraph/rdf.py +0 -0
- {trustgraph-base-1.1.6 → trustgraph-base-1.1.8}/trustgraph/schema/__init__.py +0 -0
- {trustgraph-base-1.1.6 → trustgraph-base-1.1.8}/trustgraph/schema/agent.py +0 -0
- {trustgraph-base-1.1.6 → trustgraph-base-1.1.8}/trustgraph/schema/config.py +0 -0
- {trustgraph-base-1.1.6 → trustgraph-base-1.1.8}/trustgraph/schema/documents.py +0 -0
- {trustgraph-base-1.1.6 → trustgraph-base-1.1.8}/trustgraph/schema/flows.py +0 -0
- {trustgraph-base-1.1.6 → trustgraph-base-1.1.8}/trustgraph/schema/graph.py +0 -0
- {trustgraph-base-1.1.6 → trustgraph-base-1.1.8}/trustgraph/schema/knowledge.py +0 -0
- {trustgraph-base-1.1.6 → trustgraph-base-1.1.8}/trustgraph/schema/library.py +0 -0
- {trustgraph-base-1.1.6 → trustgraph-base-1.1.8}/trustgraph/schema/lookup.py +0 -0
- {trustgraph-base-1.1.6 → trustgraph-base-1.1.8}/trustgraph/schema/metadata.py +0 -0
- {trustgraph-base-1.1.6 → trustgraph-base-1.1.8}/trustgraph/schema/models.py +0 -0
- {trustgraph-base-1.1.6 → trustgraph-base-1.1.8}/trustgraph/schema/object.py +0 -0
- {trustgraph-base-1.1.6 → trustgraph-base-1.1.8}/trustgraph/schema/prompt.py +0 -0
- {trustgraph-base-1.1.6 → trustgraph-base-1.1.8}/trustgraph/schema/retrieval.py +0 -0
- {trustgraph-base-1.1.6 → trustgraph-base-1.1.8}/trustgraph/schema/topic.py +0 -0
- {trustgraph-base-1.1.6 → trustgraph-base-1.1.8}/trustgraph/schema/types.py +0 -0
- {trustgraph-base-1.1.6 → trustgraph-base-1.1.8}/trustgraph_base.egg-info/dependency_links.txt +0 -0
- {trustgraph-base-1.1.6 → trustgraph-base-1.1.8}/trustgraph_base.egg-info/requires.txt +0 -0
- {trustgraph-base-1.1.6 → trustgraph-base-1.1.8}/trustgraph_base.egg-info/top_level.txt +0 -0
@@ -1,9 +1,9 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: trustgraph-base
|
3
|
-
Version: 1.1.
|
3
|
+
Version: 1.1.8
|
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
|
Home-page: https://github.com/trustgraph-ai/trustgraph
|
6
|
-
Download-URL: https://github.com/trustgraph-ai/trustgraph/archive/refs/tags/v1.1.
|
6
|
+
Download-URL: https://github.com/trustgraph-ai/trustgraph/archive/refs/tags/v1.1.8.tar.gz
|
7
7
|
Author: trustgraph.ai
|
8
8
|
Author-email: security@trustgraph.ai
|
9
9
|
Classifier: Programming Language :: Python :: 3
|
@@ -49,6 +49,19 @@ class Config:
|
|
49
49
|
|
50
50
|
self.request(input)
|
51
51
|
|
52
|
+
def delete(self, keys):
|
53
|
+
|
54
|
+
# The input consists of system and prompt strings
|
55
|
+
input = {
|
56
|
+
"operation": "delete",
|
57
|
+
"keys": [
|
58
|
+
{ "type": v.type, "key": v.key }
|
59
|
+
for v in keys
|
60
|
+
]
|
61
|
+
}
|
62
|
+
|
63
|
+
self.request(input)
|
64
|
+
|
52
65
|
def list(self, type):
|
53
66
|
|
54
67
|
# The input consists of system and prompt strings
|
@@ -67,7 +80,7 @@ class Config:
|
|
67
80
|
"type": type,
|
68
81
|
}
|
69
82
|
|
70
|
-
object = self.request(input)
|
83
|
+
object = self.request(input)
|
71
84
|
|
72
85
|
try:
|
73
86
|
return [
|
@@ -4,6 +4,7 @@ import base64
|
|
4
4
|
|
5
5
|
from .. knowledge import hash, Uri, Literal
|
6
6
|
from . types import Triple
|
7
|
+
from . exceptions import ProtocolException
|
7
8
|
|
8
9
|
def to_value(x):
|
9
10
|
if x["e"]: return Uri(x["v"])
|
@@ -197,7 +198,6 @@ class FlowInstance:
|
|
197
198
|
|
198
199
|
def prompt(self, id, variables):
|
199
200
|
|
200
|
-
# The input consists of system and prompt strings
|
201
201
|
input = {
|
202
202
|
"id": id,
|
203
203
|
"variables": variables
|
@@ -221,12 +221,37 @@ class FlowInstance:
|
|
221
221
|
|
222
222
|
raise ProtocolException("Response not formatted correctly")
|
223
223
|
|
224
|
+
def mcp_tool(self, name, parameters={}):
|
225
|
+
|
226
|
+
# The input consists of name and parameters
|
227
|
+
input = {
|
228
|
+
"name": name,
|
229
|
+
"parameters": parameters,
|
230
|
+
}
|
231
|
+
|
232
|
+
object = self.request(
|
233
|
+
"service/mcp-tool",
|
234
|
+
input
|
235
|
+
)
|
236
|
+
|
237
|
+
if "text" in object:
|
238
|
+
return object["text"]
|
239
|
+
|
240
|
+
if "object" in object:
|
241
|
+
try:
|
242
|
+
return object["object"]
|
243
|
+
except Exception as e:
|
244
|
+
raise ProtocolException(
|
245
|
+
"Returned object not well-formed JSON"
|
246
|
+
)
|
247
|
+
|
248
|
+
raise ProtocolException("Response not formatted correctly")
|
249
|
+
|
224
250
|
def triples_query(
|
225
251
|
self, s=None, p=None, o=None,
|
226
252
|
user=None, collection=None, limit=10000
|
227
253
|
):
|
228
254
|
|
229
|
-
# The input consists of system and prompt strings
|
230
255
|
input = {
|
231
256
|
"limit": limit
|
232
257
|
}
|
@@ -0,0 +1,40 @@
|
|
1
|
+
|
2
|
+
import json
|
3
|
+
|
4
|
+
from . request_response_spec import RequestResponse, RequestResponseSpec
|
5
|
+
from .. schema import ToolRequest, ToolResponse
|
6
|
+
|
7
|
+
class ToolClient(RequestResponse):
|
8
|
+
|
9
|
+
async def invoke(self, name, parameters={}, timeout=600):
|
10
|
+
|
11
|
+
if parameters is None:
|
12
|
+
parameters = {}
|
13
|
+
|
14
|
+
resp = await self.request(
|
15
|
+
ToolRequest(
|
16
|
+
name = name,
|
17
|
+
parameters = json.dumps(parameters),
|
18
|
+
),
|
19
|
+
timeout=timeout
|
20
|
+
)
|
21
|
+
|
22
|
+
if resp.error:
|
23
|
+
raise RuntimeError(resp.error.message)
|
24
|
+
|
25
|
+
if resp.text: return resp.text
|
26
|
+
|
27
|
+
return json.loads(resp.object)
|
28
|
+
|
29
|
+
class ToolClientSpec(RequestResponseSpec):
|
30
|
+
def __init__(
|
31
|
+
self, request_name, response_name,
|
32
|
+
):
|
33
|
+
super(ToolClientSpec, self).__init__(
|
34
|
+
request_name = request_name,
|
35
|
+
request_schema = ToolRequest,
|
36
|
+
response_name = response_name,
|
37
|
+
response_schema = ToolResponse,
|
38
|
+
impl = ToolClient,
|
39
|
+
)
|
40
|
+
|
@@ -0,0 +1 @@
|
|
1
|
+
__version__ = "1.1.8"
|
@@ -1,9 +1,9 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: trustgraph-base
|
3
|
-
Version: 1.1.
|
3
|
+
Version: 1.1.8
|
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
|
Home-page: https://github.com/trustgraph-ai/trustgraph
|
6
|
-
Download-URL: https://github.com/trustgraph-ai/trustgraph/archive/refs/tags/v1.1.
|
6
|
+
Download-URL: https://github.com/trustgraph-ai/trustgraph/archive/refs/tags/v1.1.8.tar.gz
|
7
7
|
Author: trustgraph.ai
|
8
8
|
Author-email: security@trustgraph.ai
|
9
9
|
Classifier: Programming Language :: Python :: 3
|
@@ -42,6 +42,7 @@ trustgraph/base/spec.py
|
|
42
42
|
trustgraph/base/subscriber.py
|
43
43
|
trustgraph/base/subscriber_spec.py
|
44
44
|
trustgraph/base/text_completion_client.py
|
45
|
+
trustgraph/base/tool_client.py
|
45
46
|
trustgraph/base/tool_service.py
|
46
47
|
trustgraph/base/triples_client.py
|
47
48
|
trustgraph/base/triples_query_service.py
|
@@ -1 +0,0 @@
|
|
1
|
-
__version__ = "1.1.6"
|
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-base-1.1.6 → trustgraph-base-1.1.8}/trustgraph/base/document_embeddings_client.py
RENAMED
File without changes
|
{trustgraph-base-1.1.6 → trustgraph-base-1.1.8}/trustgraph/base/document_embeddings_query_service.py
RENAMED
File without changes
|
{trustgraph-base-1.1.6 → trustgraph-base-1.1.8}/trustgraph/base/document_embeddings_store_service.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{trustgraph-base-1.1.6 → trustgraph-base-1.1.8}/trustgraph/base/graph_embeddings_query_service.py
RENAMED
File without changes
|
{trustgraph-base-1.1.6 → trustgraph-base-1.1.8}/trustgraph/base/graph_embeddings_store_service.py
RENAMED
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-base-1.1.6 → trustgraph-base-1.1.8}/trustgraph/clients/document_embeddings_client.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{trustgraph-base-1.1.6 → trustgraph-base-1.1.8}/trustgraph/clients/graph_embeddings_client.py
RENAMED
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-base-1.1.6 → trustgraph-base-1.1.8}/trustgraph/messaging/translators/__init__.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{trustgraph-base-1.1.6 → trustgraph-base-1.1.8}/trustgraph/messaging/translators/document_loading.py
RENAMED
File without changes
|
{trustgraph-base-1.1.6 → trustgraph-base-1.1.8}/trustgraph/messaging/translators/embeddings.py
RENAMED
File without changes
|
{trustgraph-base-1.1.6 → trustgraph-base-1.1.8}/trustgraph/messaging/translators/embeddings_query.py
RENAMED
File without changes
|
File without changes
|
{trustgraph-base-1.1.6 → trustgraph-base-1.1.8}/trustgraph/messaging/translators/knowledge.py
RENAMED
File without changes
|
File without changes
|
{trustgraph-base-1.1.6 → trustgraph-base-1.1.8}/trustgraph/messaging/translators/metadata.py
RENAMED
File without changes
|
{trustgraph-base-1.1.6 → trustgraph-base-1.1.8}/trustgraph/messaging/translators/primitives.py
RENAMED
File without changes
|
File without changes
|
{trustgraph-base-1.1.6 → trustgraph-base-1.1.8}/trustgraph/messaging/translators/retrieval.py
RENAMED
File without changes
|
{trustgraph-base-1.1.6 → trustgraph-base-1.1.8}/trustgraph/messaging/translators/text_completion.py
RENAMED
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-base-1.1.6 → trustgraph-base-1.1.8}/trustgraph_base.egg-info/dependency_links.txt
RENAMED
File without changes
|
File without changes
|
File without changes
|