versionhq 1.2.0.3__tar.gz → 1.2.0.4__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.
- {versionhq-1.2.0.3 → versionhq-1.2.0.4}/PKG-INFO +3 -5
- {versionhq-1.2.0.3 → versionhq-1.2.0.4}/pyproject.toml +3 -7
- {versionhq-1.2.0.3 → versionhq-1.2.0.4}/src/versionhq/__init__.py +1 -1
- {versionhq-1.2.0.3 → versionhq-1.2.0.4}/src/versionhq/knowledge/source.py +1 -1
- {versionhq-1.2.0.3 → versionhq-1.2.0.4}/src/versionhq/network/model.py +5 -39
- {versionhq-1.2.0.3 → versionhq-1.2.0.4}/src/versionhq.egg-info/PKG-INFO +3 -5
- {versionhq-1.2.0.3 → versionhq-1.2.0.4}/src/versionhq.egg-info/requires.txt +2 -6
- {versionhq-1.2.0.3 → versionhq-1.2.0.4}/uv.lock +34 -34
- {versionhq-1.2.0.3 → versionhq-1.2.0.4}/.github/workflows/deploy_docs.yml +0 -0
- {versionhq-1.2.0.3 → versionhq-1.2.0.4}/.github/workflows/publish.yml +0 -0
- {versionhq-1.2.0.3 → versionhq-1.2.0.4}/.github/workflows/publish_testpypi.yml +0 -0
- {versionhq-1.2.0.3 → versionhq-1.2.0.4}/.github/workflows/run_tests.yml +0 -0
- {versionhq-1.2.0.3 → versionhq-1.2.0.4}/.github/workflows/security_check.yml +0 -0
- {versionhq-1.2.0.3 → versionhq-1.2.0.4}/.gitignore +0 -0
- {versionhq-1.2.0.3 → versionhq-1.2.0.4}/.pre-commit-config.yaml +0 -0
- {versionhq-1.2.0.3 → versionhq-1.2.0.4}/.python-version +0 -0
- {versionhq-1.2.0.3 → versionhq-1.2.0.4}/LICENSE +0 -0
- {versionhq-1.2.0.3 → versionhq-1.2.0.4}/README.md +0 -0
- {versionhq-1.2.0.3 → versionhq-1.2.0.4}/SECURITY.md +0 -0
- {versionhq-1.2.0.3 → versionhq-1.2.0.4}/db/preprocess.py +0 -0
- {versionhq-1.2.0.3 → versionhq-1.2.0.4}/docs/CNAME +0 -0
- {versionhq-1.2.0.3 → versionhq-1.2.0.4}/docs/_logos/favicon.ico +0 -0
- {versionhq-1.2.0.3 → versionhq-1.2.0.4}/docs/_logos/logo192.png +0 -0
- {versionhq-1.2.0.3 → versionhq-1.2.0.4}/docs/core/Agent.md +0 -0
- {versionhq-1.2.0.3 → versionhq-1.2.0.4}/docs/core/task/response-field.md +0 -0
- {versionhq-1.2.0.3 → versionhq-1.2.0.4}/docs/core/task/task-output.md +0 -0
- {versionhq-1.2.0.3 → versionhq-1.2.0.4}/docs/core/task.md +0 -0
- {versionhq-1.2.0.3 → versionhq-1.2.0.4}/docs/core/tool.md +0 -0
- {versionhq-1.2.0.3 → versionhq-1.2.0.4}/docs/index.md +0 -0
- {versionhq-1.2.0.3 → versionhq-1.2.0.4}/docs/quickstart.md +0 -0
- {versionhq-1.2.0.3 → versionhq-1.2.0.4}/docs/stylesheets/main.css +0 -0
- {versionhq-1.2.0.3 → versionhq-1.2.0.4}/mkdocs.yml +0 -0
- {versionhq-1.2.0.3 → versionhq-1.2.0.4}/requirements-dev.txt +0 -0
- {versionhq-1.2.0.3 → versionhq-1.2.0.4}/requirements.txt +0 -0
- {versionhq-1.2.0.3 → versionhq-1.2.0.4}/runtime.txt +0 -0
- {versionhq-1.2.0.3 → versionhq-1.2.0.4}/setup.cfg +0 -0
- {versionhq-1.2.0.3 → versionhq-1.2.0.4}/src/versionhq/_utils/__init__.py +0 -0
- {versionhq-1.2.0.3 → versionhq-1.2.0.4}/src/versionhq/_utils/i18n.py +0 -0
- {versionhq-1.2.0.3 → versionhq-1.2.0.4}/src/versionhq/_utils/logger.py +0 -0
- {versionhq-1.2.0.3 → versionhq-1.2.0.4}/src/versionhq/_utils/process_config.py +0 -0
- {versionhq-1.2.0.3 → versionhq-1.2.0.4}/src/versionhq/_utils/usage_metrics.py +0 -0
- {versionhq-1.2.0.3 → versionhq-1.2.0.4}/src/versionhq/_utils/vars.py +0 -0
- {versionhq-1.2.0.3 → versionhq-1.2.0.4}/src/versionhq/agent/TEMPLATES/Backstory.py +0 -0
- {versionhq-1.2.0.3 → versionhq-1.2.0.4}/src/versionhq/agent/TEMPLATES/__init__.py +0 -0
- {versionhq-1.2.0.3 → versionhq-1.2.0.4}/src/versionhq/agent/__init__.py +0 -0
- {versionhq-1.2.0.3 → versionhq-1.2.0.4}/src/versionhq/agent/inhouse_agents.py +0 -0
- {versionhq-1.2.0.3 → versionhq-1.2.0.4}/src/versionhq/agent/model.py +0 -0
- {versionhq-1.2.0.3 → versionhq-1.2.0.4}/src/versionhq/agent/parser.py +0 -0
- {versionhq-1.2.0.3 → versionhq-1.2.0.4}/src/versionhq/agent/rpm_controller.py +0 -0
- {versionhq-1.2.0.3 → versionhq-1.2.0.4}/src/versionhq/cli/__init__.py +0 -0
- {versionhq-1.2.0.3 → versionhq-1.2.0.4}/src/versionhq/clients/__init__.py +0 -0
- {versionhq-1.2.0.3 → versionhq-1.2.0.4}/src/versionhq/clients/customer/__init__.py +0 -0
- {versionhq-1.2.0.3 → versionhq-1.2.0.4}/src/versionhq/clients/customer/model.py +0 -0
- {versionhq-1.2.0.3 → versionhq-1.2.0.4}/src/versionhq/clients/product/__init__.py +0 -0
- {versionhq-1.2.0.3 → versionhq-1.2.0.4}/src/versionhq/clients/product/model.py +0 -0
- {versionhq-1.2.0.3 → versionhq-1.2.0.4}/src/versionhq/clients/workflow/__init__.py +0 -0
- {versionhq-1.2.0.3 → versionhq-1.2.0.4}/src/versionhq/clients/workflow/model.py +0 -0
- {versionhq-1.2.0.3 → versionhq-1.2.0.4}/src/versionhq/knowledge/__init__.py +0 -0
- {versionhq-1.2.0.3 → versionhq-1.2.0.4}/src/versionhq/knowledge/_utils.py +0 -0
- {versionhq-1.2.0.3 → versionhq-1.2.0.4}/src/versionhq/knowledge/embedding.py +0 -0
- {versionhq-1.2.0.3 → versionhq-1.2.0.4}/src/versionhq/knowledge/model.py +0 -0
- {versionhq-1.2.0.3 → versionhq-1.2.0.4}/src/versionhq/knowledge/source_docling.py +0 -0
- {versionhq-1.2.0.3 → versionhq-1.2.0.4}/src/versionhq/knowledge/storage.py +0 -0
- {versionhq-1.2.0.3 → versionhq-1.2.0.4}/src/versionhq/llm/__init__.py +0 -0
- {versionhq-1.2.0.3 → versionhq-1.2.0.4}/src/versionhq/llm/llm_vars.py +0 -0
- {versionhq-1.2.0.3 → versionhq-1.2.0.4}/src/versionhq/llm/model.py +0 -0
- {versionhq-1.2.0.3 → versionhq-1.2.0.4}/src/versionhq/memory/__init__.py +0 -0
- {versionhq-1.2.0.3 → versionhq-1.2.0.4}/src/versionhq/memory/contextual_memory.py +0 -0
- {versionhq-1.2.0.3 → versionhq-1.2.0.4}/src/versionhq/memory/model.py +0 -0
- {versionhq-1.2.0.3 → versionhq-1.2.0.4}/src/versionhq/network/__init__.py +0 -0
- {versionhq-1.2.0.3 → versionhq-1.2.0.4}/src/versionhq/storage/__init__.py +0 -0
- {versionhq-1.2.0.3 → versionhq-1.2.0.4}/src/versionhq/storage/base.py +0 -0
- {versionhq-1.2.0.3 → versionhq-1.2.0.4}/src/versionhq/storage/ltm_sqlite_storage.py +0 -0
- {versionhq-1.2.0.3 → versionhq-1.2.0.4}/src/versionhq/storage/mem0_storage.py +0 -0
- {versionhq-1.2.0.3 → versionhq-1.2.0.4}/src/versionhq/storage/rag_storage.py +0 -0
- {versionhq-1.2.0.3 → versionhq-1.2.0.4}/src/versionhq/storage/task_output_storage.py +0 -0
- {versionhq-1.2.0.3 → versionhq-1.2.0.4}/src/versionhq/storage/utils.py +0 -0
- {versionhq-1.2.0.3 → versionhq-1.2.0.4}/src/versionhq/task/TEMPLATES/Description.py +0 -0
- {versionhq-1.2.0.3 → versionhq-1.2.0.4}/src/versionhq/task/__init__.py +0 -0
- {versionhq-1.2.0.3 → versionhq-1.2.0.4}/src/versionhq/task/evaluate.py +0 -0
- {versionhq-1.2.0.3 → versionhq-1.2.0.4}/src/versionhq/task/formation.py +0 -0
- {versionhq-1.2.0.3 → versionhq-1.2.0.4}/src/versionhq/task/formatter.py +0 -0
- {versionhq-1.2.0.3 → versionhq-1.2.0.4}/src/versionhq/task/log_handler.py +0 -0
- {versionhq-1.2.0.3 → versionhq-1.2.0.4}/src/versionhq/task/model.py +0 -0
- {versionhq-1.2.0.3 → versionhq-1.2.0.4}/src/versionhq/task/structured_response.py +0 -0
- {versionhq-1.2.0.3 → versionhq-1.2.0.4}/src/versionhq/team/__init__.py +0 -0
- {versionhq-1.2.0.3 → versionhq-1.2.0.4}/src/versionhq/team/model.py +0 -0
- {versionhq-1.2.0.3 → versionhq-1.2.0.4}/src/versionhq/team/team_planner.py +0 -0
- {versionhq-1.2.0.3 → versionhq-1.2.0.4}/src/versionhq/tool/__init__.py +0 -0
- {versionhq-1.2.0.3 → versionhq-1.2.0.4}/src/versionhq/tool/cache_handler.py +0 -0
- {versionhq-1.2.0.3 → versionhq-1.2.0.4}/src/versionhq/tool/composio_tool.py +0 -0
- {versionhq-1.2.0.3 → versionhq-1.2.0.4}/src/versionhq/tool/composio_tool_vars.py +0 -0
- {versionhq-1.2.0.3 → versionhq-1.2.0.4}/src/versionhq/tool/decorator.py +0 -0
- {versionhq-1.2.0.3 → versionhq-1.2.0.4}/src/versionhq/tool/model.py +0 -0
- {versionhq-1.2.0.3 → versionhq-1.2.0.4}/src/versionhq/tool/tool_handler.py +0 -0
- {versionhq-1.2.0.3 → versionhq-1.2.0.4}/src/versionhq.egg-info/SOURCES.txt +0 -0
- {versionhq-1.2.0.3 → versionhq-1.2.0.4}/src/versionhq.egg-info/dependency_links.txt +0 -0
- {versionhq-1.2.0.3 → versionhq-1.2.0.4}/src/versionhq.egg-info/top_level.txt +0 -0
- {versionhq-1.2.0.3 → versionhq-1.2.0.4}/tests/__init__.py +0 -0
- {versionhq-1.2.0.3 → versionhq-1.2.0.4}/tests/agent/__init__.py +0 -0
- {versionhq-1.2.0.3 → versionhq-1.2.0.4}/tests/agent/agent_test.py +0 -0
- {versionhq-1.2.0.3 → versionhq-1.2.0.4}/tests/agent/doc_test.py +0 -0
- {versionhq-1.2.0.3 → versionhq-1.2.0.4}/tests/cli/__init__.py +0 -0
- {versionhq-1.2.0.3 → versionhq-1.2.0.4}/tests/clients/customer_test.py +0 -0
- {versionhq-1.2.0.3 → versionhq-1.2.0.4}/tests/clients/product_test.py +0 -0
- {versionhq-1.2.0.3 → versionhq-1.2.0.4}/tests/clients/workflow_test.py +0 -0
- {versionhq-1.2.0.3 → versionhq-1.2.0.4}/tests/conftest.py +0 -0
- {versionhq-1.2.0.3 → versionhq-1.2.0.4}/tests/doc_test.py +0 -0
- {versionhq-1.2.0.3 → versionhq-1.2.0.4}/tests/formation_test.py +0 -0
- {versionhq-1.2.0.3 → versionhq-1.2.0.4}/tests/knowledge/__init__.py +0 -0
- {versionhq-1.2.0.3 → versionhq-1.2.0.4}/tests/knowledge/knowledge_test.py +0 -0
- {versionhq-1.2.0.3 → versionhq-1.2.0.4}/tests/knowledge/mock_report_compressed.pdf +0 -0
- {versionhq-1.2.0.3 → versionhq-1.2.0.4}/tests/llm/__init__.py +0 -0
- {versionhq-1.2.0.3 → versionhq-1.2.0.4}/tests/llm/llm_test.py +0 -0
- {versionhq-1.2.0.3 → versionhq-1.2.0.4}/tests/memory/__init__.py +0 -0
- {versionhq-1.2.0.3 → versionhq-1.2.0.4}/tests/memory/memory_test.py +0 -0
- {versionhq-1.2.0.3 → versionhq-1.2.0.4}/tests/network/__init__.py +0 -0
- {versionhq-1.2.0.3 → versionhq-1.2.0.4}/tests/network/doc_test.py +0 -0
- {versionhq-1.2.0.3 → versionhq-1.2.0.4}/tests/network/network_test.py +0 -0
- {versionhq-1.2.0.3 → versionhq-1.2.0.4}/tests/task/__init__.py +0 -0
- {versionhq-1.2.0.3 → versionhq-1.2.0.4}/tests/task/doc_test.py +0 -0
- {versionhq-1.2.0.3 → versionhq-1.2.0.4}/tests/task/llm_connection_test.py +0 -0
- {versionhq-1.2.0.3 → versionhq-1.2.0.4}/tests/task/task_test.py +0 -0
- {versionhq-1.2.0.3 → versionhq-1.2.0.4}/tests/team/Prompts/Demo_test.py +0 -0
- {versionhq-1.2.0.3 → versionhq-1.2.0.4}/tests/team/__init__.py +0 -0
- {versionhq-1.2.0.3 → versionhq-1.2.0.4}/tests/team/team_test.py +0 -0
- {versionhq-1.2.0.3 → versionhq-1.2.0.4}/tests/tool/__init__.py +0 -0
- {versionhq-1.2.0.3 → versionhq-1.2.0.4}/tests/tool/composio_test.py +0 -0
- {versionhq-1.2.0.3 → versionhq-1.2.0.4}/tests/tool/doc_test.py +0 -0
- {versionhq-1.2.0.3 → versionhq-1.2.0.4}/tests/tool/tool_test.py +0 -0
- {versionhq-1.2.0.3 → versionhq-1.2.0.4}/tests/usecase_test.py +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.2
|
2
2
|
Name: versionhq
|
3
|
-
Version: 1.2.0.
|
3
|
+
Version: 1.2.0.4
|
4
4
|
Summary: An agentic orchestration framework for building agent networks that handle task automation.
|
5
5
|
Author-email: Kuriko Iwai <kuriko@versi0n.io>
|
6
6
|
License: MIT License
|
@@ -64,6 +64,8 @@ Requires-Dist: chromadb>=0.6.3
|
|
64
64
|
Requires-Dist: wheel>=0.45.1
|
65
65
|
Requires-Dist: envoy>=0.0.3
|
66
66
|
Requires-Dist: composio-core==0.7.0
|
67
|
+
Requires-Dist: networkx>=3.4.2
|
68
|
+
Requires-Dist: matplotlib>=3.10.0
|
67
69
|
Provides-Extra: docling
|
68
70
|
Requires-Dist: docling>=2.17.0; extra == "docling"
|
69
71
|
Provides-Extra: mem0ai
|
@@ -76,10 +78,6 @@ Provides-Extra: numpy
|
|
76
78
|
Requires-Dist: numpy>=1.26.4; extra == "numpy"
|
77
79
|
Provides-Extra: pygraphviz
|
78
80
|
Requires-Dist: pygraphviz>=1.14; extra == "pygraphviz"
|
79
|
-
Provides-Extra: networkx
|
80
|
-
Requires-Dist: networkx>=3.4.2; extra == "networkx"
|
81
|
-
Provides-Extra: matplotlib
|
82
|
-
Requires-Dist: matplotlib>=3.10.0; extra == "matplotlib"
|
83
81
|
|
84
82
|
# Overview
|
85
83
|
|
@@ -15,7 +15,7 @@ exclude = ["test*", "__pycache__", "*.egg-info"]
|
|
15
15
|
|
16
16
|
[project]
|
17
17
|
name = "versionhq"
|
18
|
-
version = "1.2.0.
|
18
|
+
version = "1.2.0.4"
|
19
19
|
authors = [{ name = "Kuriko Iwai", email = "kuriko@versi0n.io" }]
|
20
20
|
description = "An agentic orchestration framework for building agent networks that handle task automation."
|
21
21
|
readme = "README.md"
|
@@ -44,6 +44,8 @@ dependencies = [
|
|
44
44
|
"wheel>=0.45.1",
|
45
45
|
"envoy>=0.0.3",
|
46
46
|
"composio-core==0.7.0",
|
47
|
+
"networkx>=3.4.2",
|
48
|
+
"matplotlib>=3.10.0",
|
47
49
|
]
|
48
50
|
classifiers = [
|
49
51
|
"Programming Language :: Python",
|
@@ -83,12 +85,6 @@ numpy = [
|
|
83
85
|
pygraphviz = [
|
84
86
|
"pygraphviz>=1.14",
|
85
87
|
]
|
86
|
-
networkx = [
|
87
|
-
"networkx>=3.4.2",
|
88
|
-
]
|
89
|
-
matplotlib = [
|
90
|
-
"matplotlib>=3.10.0",
|
91
|
-
]
|
92
88
|
|
93
89
|
[tool.uv]
|
94
90
|
dev-dependencies = [
|
@@ -265,7 +265,7 @@ class PDFKnowledgeSource(BaseFileKnowledgeSource):
|
|
265
265
|
import os
|
266
266
|
os.system("uv add pdfplumber --optional pdfplumber")
|
267
267
|
except:
|
268
|
-
raise ImportError("pdfplumber is not installed. Please install it with: uv add pdfplumber")
|
268
|
+
raise ImportError("pdfplumber is not installed. Please install it with: uv add pdfplumber --optional pdfplumber")
|
269
269
|
|
270
270
|
|
271
271
|
def add(self) -> None:
|
@@ -1,5 +1,7 @@
|
|
1
1
|
import enum
|
2
2
|
import uuid
|
3
|
+
import networkx as nx
|
4
|
+
import matplotlib.pyplot as plt
|
3
5
|
from abc import ABC
|
4
6
|
from typing import List, Any, Optional, Callable, Dict, Type, Tuple
|
5
7
|
|
@@ -10,42 +12,6 @@ from versionhq.task.model import Task, TaskOutput
|
|
10
12
|
from versionhq.agent.model import Agent
|
11
13
|
from versionhq._utils.logger import Logger
|
12
14
|
|
13
|
-
try:
|
14
|
-
import networkx as nx
|
15
|
-
except ImportError:
|
16
|
-
try:
|
17
|
-
import os
|
18
|
-
os.system("uv add networkx --optional networkx")
|
19
|
-
import networkx as nx
|
20
|
-
except:
|
21
|
-
try:
|
22
|
-
import os
|
23
|
-
os.system("pip install network --save")
|
24
|
-
import networkx as nx
|
25
|
-
except:
|
26
|
-
raise ImportError("networkx is not installed. Please install it with: uv add networkx --optional networkx")
|
27
|
-
|
28
|
-
try:
|
29
|
-
import matplotlib.pyplot as plt
|
30
|
-
except ImportError:
|
31
|
-
try:
|
32
|
-
import os
|
33
|
-
os.system("uv add matplotlib --optional matplotlib")
|
34
|
-
import matplotlib.pyplot as plt
|
35
|
-
except:
|
36
|
-
try:
|
37
|
-
import os
|
38
|
-
os.system("pip install matplotlib --save")
|
39
|
-
import matplotlib.pyplot as plt
|
40
|
-
|
41
|
-
except:
|
42
|
-
raise ImportError("matplotlib is not installed. Please install it with: uv add matplotlib --optional matplotlib")
|
43
|
-
|
44
|
-
|
45
|
-
import networkx as nx
|
46
|
-
import matplotlib.pyplot as plt
|
47
|
-
|
48
|
-
|
49
15
|
|
50
16
|
class TaskStatus(enum.Enum):
|
51
17
|
"""
|
@@ -239,6 +205,7 @@ class Graph(ABC, BaseModel):
|
|
239
205
|
An abstract class to store G using NetworkX library.
|
240
206
|
"""
|
241
207
|
|
208
|
+
|
242
209
|
_logger: Logger = PrivateAttr(default_factory=lambda: Logger(verbose=True))
|
243
210
|
directed: bool = Field(default=False, description="Whether the graph is directed")
|
244
211
|
graph: Type[nx.Graph] = Field(default=None)
|
@@ -246,8 +213,8 @@ class Graph(ABC, BaseModel):
|
|
246
213
|
edges: Dict[str, InstanceOf[Edge]] = Field(default_factory=dict)
|
247
214
|
|
248
215
|
def __init__(self, directed: bool = False, **kwargs):
|
249
|
-
|
250
|
-
|
216
|
+
super().__init__(directed=directed, **kwargs)
|
217
|
+
self.graph = nx.DiGraph() if self.directed else nx.Graph()
|
251
218
|
|
252
219
|
def _return_node_object(self, node_identifier) -> Node | None:
|
253
220
|
return [v for k, v in self.nodes.items() if k == node_identifier][0] if [v for k, v in self.nodes.items() if k == node_identifier] else None
|
@@ -459,7 +426,6 @@ class TaskGraph(Graph):
|
|
459
426
|
abs_file_path = abs_file_path if abs_file_path else f"{project_root}/uploads"
|
460
427
|
|
461
428
|
os.makedirs(abs_file_path, exist_ok=True)
|
462
|
-
|
463
429
|
plt.savefig(f"{abs_file_path}/{str(self.id)}.png")
|
464
430
|
|
465
431
|
except Exception as e:
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.2
|
2
2
|
Name: versionhq
|
3
|
-
Version: 1.2.0.
|
3
|
+
Version: 1.2.0.4
|
4
4
|
Summary: An agentic orchestration framework for building agent networks that handle task automation.
|
5
5
|
Author-email: Kuriko Iwai <kuriko@versi0n.io>
|
6
6
|
License: MIT License
|
@@ -64,6 +64,8 @@ Requires-Dist: chromadb>=0.6.3
|
|
64
64
|
Requires-Dist: wheel>=0.45.1
|
65
65
|
Requires-Dist: envoy>=0.0.3
|
66
66
|
Requires-Dist: composio-core==0.7.0
|
67
|
+
Requires-Dist: networkx>=3.4.2
|
68
|
+
Requires-Dist: matplotlib>=3.10.0
|
67
69
|
Provides-Extra: docling
|
68
70
|
Requires-Dist: docling>=2.17.0; extra == "docling"
|
69
71
|
Provides-Extra: mem0ai
|
@@ -76,10 +78,6 @@ Provides-Extra: numpy
|
|
76
78
|
Requires-Dist: numpy>=1.26.4; extra == "numpy"
|
77
79
|
Provides-Extra: pygraphviz
|
78
80
|
Requires-Dist: pygraphviz>=1.14; extra == "pygraphviz"
|
79
|
-
Provides-Extra: networkx
|
80
|
-
Requires-Dist: networkx>=3.4.2; extra == "networkx"
|
81
|
-
Provides-Extra: matplotlib
|
82
|
-
Requires-Dist: matplotlib>=3.10.0; extra == "matplotlib"
|
83
81
|
|
84
82
|
# Overview
|
85
83
|
|
@@ -19,19 +19,15 @@ chromadb>=0.6.3
|
|
19
19
|
wheel>=0.45.1
|
20
20
|
envoy>=0.0.3
|
21
21
|
composio-core==0.7.0
|
22
|
+
networkx>=3.4.2
|
23
|
+
matplotlib>=3.10.0
|
22
24
|
|
23
25
|
[docling]
|
24
26
|
docling>=2.17.0
|
25
27
|
|
26
|
-
[matplotlib]
|
27
|
-
matplotlib>=3.10.0
|
28
|
-
|
29
28
|
[mem0ai]
|
30
29
|
mem0ai>=0.1.48
|
31
30
|
|
32
|
-
[networkx]
|
33
|
-
networkx>=3.4.2
|
34
|
-
|
35
31
|
[numpy]
|
36
32
|
numpy>=1.26.4
|
37
33
|
|
@@ -543,33 +543,37 @@ wheels = [
|
|
543
543
|
|
544
544
|
[[package]]
|
545
545
|
name = "cryptography"
|
546
|
-
version = "44.0.
|
546
|
+
version = "44.0.1"
|
547
547
|
source = { registry = "https://pypi.org/simple" }
|
548
548
|
dependencies = [
|
549
549
|
{ name = "cffi", marker = "platform_python_implementation != 'PyPy'" },
|
550
550
|
]
|
551
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
552
|
-
wheels = [
|
553
|
-
{ url = "https://files.pythonhosted.org/packages/
|
554
|
-
{ url = "https://files.pythonhosted.org/packages/
|
555
|
-
{ url = "https://files.pythonhosted.org/packages/
|
556
|
-
{ url = "https://files.pythonhosted.org/packages/
|
557
|
-
{ url = "https://files.pythonhosted.org/packages/
|
558
|
-
{ url = "https://files.pythonhosted.org/packages/
|
559
|
-
{ url = "https://files.pythonhosted.org/packages/
|
560
|
-
{ url = "https://files.pythonhosted.org/packages/
|
561
|
-
{ url = "https://files.pythonhosted.org/packages/
|
562
|
-
{ url = "https://files.pythonhosted.org/packages/
|
563
|
-
{ url = "https://files.pythonhosted.org/packages/
|
564
|
-
{ url = "https://files.pythonhosted.org/packages/
|
565
|
-
{ url = "https://files.pythonhosted.org/packages/
|
566
|
-
{ url = "https://files.pythonhosted.org/packages/
|
567
|
-
{ url = "https://files.pythonhosted.org/packages/
|
568
|
-
{ url = "https://files.pythonhosted.org/packages/
|
569
|
-
{ url = "https://files.pythonhosted.org/packages/
|
570
|
-
{ url = "https://files.pythonhosted.org/packages/
|
571
|
-
{ url = "https://files.pythonhosted.org/packages/
|
572
|
-
{ url = "https://files.pythonhosted.org/packages/
|
551
|
+
sdist = { url = "https://files.pythonhosted.org/packages/c7/67/545c79fe50f7af51dbad56d16b23fe33f63ee6a5d956b3cb68ea110cbe64/cryptography-44.0.1.tar.gz", hash = "sha256:f51f5705ab27898afda1aaa430f34ad90dc117421057782022edf0600bec5f14", size = 710819 }
|
552
|
+
wheels = [
|
553
|
+
{ url = "https://files.pythonhosted.org/packages/72/27/5e3524053b4c8889da65cf7814a9d0d8514a05194a25e1e34f46852ee6eb/cryptography-44.0.1-cp37-abi3-macosx_10_9_universal2.whl", hash = "sha256:bf688f615c29bfe9dfc44312ca470989279f0e94bb9f631f85e3459af8efc009", size = 6642022 },
|
554
|
+
{ url = "https://files.pythonhosted.org/packages/34/b9/4d1fa8d73ae6ec350012f89c3abfbff19fc95fe5420cf972e12a8d182986/cryptography-44.0.1-cp37-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:dd7c7e2d71d908dc0f8d2027e1604102140d84b155e658c20e8ad1304317691f", size = 3943865 },
|
555
|
+
{ url = "https://files.pythonhosted.org/packages/6e/57/371a9f3f3a4500807b5fcd29fec77f418ba27ffc629d88597d0d1049696e/cryptography-44.0.1-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:887143b9ff6bad2b7570da75a7fe8bbf5f65276365ac259a5d2d5147a73775f2", size = 4162562 },
|
556
|
+
{ url = "https://files.pythonhosted.org/packages/c5/1d/5b77815e7d9cf1e3166988647f336f87d5634a5ccecec2ffbe08ef8dd481/cryptography-44.0.1-cp37-abi3-manylinux_2_28_aarch64.whl", hash = "sha256:322eb03ecc62784536bc173f1483e76747aafeb69c8728df48537eb431cd1911", size = 3951923 },
|
557
|
+
{ url = "https://files.pythonhosted.org/packages/28/01/604508cd34a4024467cd4105887cf27da128cba3edd435b54e2395064bfb/cryptography-44.0.1-cp37-abi3-manylinux_2_28_armv7l.manylinux_2_31_armv7l.whl", hash = "sha256:21377472ca4ada2906bc313168c9dc7b1d7ca417b63c1c3011d0c74b7de9ae69", size = 3685194 },
|
558
|
+
{ url = "https://files.pythonhosted.org/packages/c6/3d/d3c55d4f1d24580a236a6753902ef6d8aafd04da942a1ee9efb9dc8fd0cb/cryptography-44.0.1-cp37-abi3-manylinux_2_28_x86_64.whl", hash = "sha256:df978682c1504fc93b3209de21aeabf2375cb1571d4e61907b3e7a2540e83026", size = 4187790 },
|
559
|
+
{ url = "https://files.pythonhosted.org/packages/ea/a6/44d63950c8588bfa8594fd234d3d46e93c3841b8e84a066649c566afb972/cryptography-44.0.1-cp37-abi3-manylinux_2_34_aarch64.whl", hash = "sha256:eb3889330f2a4a148abead555399ec9a32b13b7c8ba969b72d8e500eb7ef84cd", size = 3951343 },
|
560
|
+
{ url = "https://files.pythonhosted.org/packages/c1/17/f5282661b57301204cbf188254c1a0267dbd8b18f76337f0a7ce1038888c/cryptography-44.0.1-cp37-abi3-manylinux_2_34_x86_64.whl", hash = "sha256:8e6a85a93d0642bd774460a86513c5d9d80b5c002ca9693e63f6e540f1815ed0", size = 4187127 },
|
561
|
+
{ url = "https://files.pythonhosted.org/packages/f3/68/abbae29ed4f9d96596687f3ceea8e233f65c9645fbbec68adb7c756bb85a/cryptography-44.0.1-cp37-abi3-musllinux_1_2_aarch64.whl", hash = "sha256:6f76fdd6fd048576a04c5210d53aa04ca34d2ed63336d4abd306d0cbe298fddf", size = 4070666 },
|
562
|
+
{ url = "https://files.pythonhosted.org/packages/0f/10/cf91691064a9e0a88ae27e31779200b1505d3aee877dbe1e4e0d73b4f155/cryptography-44.0.1-cp37-abi3-musllinux_1_2_x86_64.whl", hash = "sha256:6c8acf6f3d1f47acb2248ec3ea261171a671f3d9428e34ad0357148d492c7864", size = 4288811 },
|
563
|
+
{ url = "https://files.pythonhosted.org/packages/38/78/74ea9eb547d13c34e984e07ec8a473eb55b19c1451fe7fc8077c6a4b0548/cryptography-44.0.1-cp37-abi3-win32.whl", hash = "sha256:24979e9f2040c953a94bf3c6782e67795a4c260734e5264dceea65c8f4bae64a", size = 2771882 },
|
564
|
+
{ url = "https://files.pythonhosted.org/packages/cf/6c/3907271ee485679e15c9f5e93eac6aa318f859b0aed8d369afd636fafa87/cryptography-44.0.1-cp37-abi3-win_amd64.whl", hash = "sha256:fd0ee90072861e276b0ff08bd627abec29e32a53b2be44e41dbcdf87cbee2b00", size = 3206989 },
|
565
|
+
{ url = "https://files.pythonhosted.org/packages/9f/f1/676e69c56a9be9fd1bffa9bc3492366901f6e1f8f4079428b05f1414e65c/cryptography-44.0.1-cp39-abi3-macosx_10_9_universal2.whl", hash = "sha256:a2d8a7045e1ab9b9f803f0d9531ead85f90c5f2859e653b61497228b18452008", size = 6643714 },
|
566
|
+
{ url = "https://files.pythonhosted.org/packages/ba/9f/1775600eb69e72d8f9931a104120f2667107a0ee478f6ad4fe4001559345/cryptography-44.0.1-cp39-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:b8272f257cf1cbd3f2e120f14c68bff2b6bdfcc157fafdee84a1b795efd72862", size = 3943269 },
|
567
|
+
{ url = "https://files.pythonhosted.org/packages/25/ba/e00d5ad6b58183829615be7f11f55a7b6baa5a06910faabdc9961527ba44/cryptography-44.0.1-cp39-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:1e8d181e90a777b63f3f0caa836844a1182f1f265687fac2115fcf245f5fbec3", size = 4166461 },
|
568
|
+
{ url = "https://files.pythonhosted.org/packages/b3/45/690a02c748d719a95ab08b6e4decb9d81e0ec1bac510358f61624c86e8a3/cryptography-44.0.1-cp39-abi3-manylinux_2_28_aarch64.whl", hash = "sha256:436df4f203482f41aad60ed1813811ac4ab102765ecae7a2bbb1dbb66dcff5a7", size = 3950314 },
|
569
|
+
{ url = "https://files.pythonhosted.org/packages/e6/50/bf8d090911347f9b75adc20f6f6569ed6ca9b9bff552e6e390f53c2a1233/cryptography-44.0.1-cp39-abi3-manylinux_2_28_armv7l.manylinux_2_31_armv7l.whl", hash = "sha256:4f422e8c6a28cf8b7f883eb790695d6d45b0c385a2583073f3cec434cc705e1a", size = 3686675 },
|
570
|
+
{ url = "https://files.pythonhosted.org/packages/e1/e7/cfb18011821cc5f9b21efb3f94f3241e3a658d267a3bf3a0f45543858ed8/cryptography-44.0.1-cp39-abi3-manylinux_2_28_x86_64.whl", hash = "sha256:72198e2b5925155497a5a3e8c216c7fb3e64c16ccee11f0e7da272fa93b35c4c", size = 4190429 },
|
571
|
+
{ url = "https://files.pythonhosted.org/packages/07/ef/77c74d94a8bfc1a8a47b3cafe54af3db537f081742ee7a8a9bd982b62774/cryptography-44.0.1-cp39-abi3-manylinux_2_34_aarch64.whl", hash = "sha256:2a46a89ad3e6176223b632056f321bc7de36b9f9b93b2cc1cccf935a3849dc62", size = 3950039 },
|
572
|
+
{ url = "https://files.pythonhosted.org/packages/6d/b9/8be0ff57c4592382b77406269b1e15650c9f1a167f9e34941b8515b97159/cryptography-44.0.1-cp39-abi3-manylinux_2_34_x86_64.whl", hash = "sha256:53f23339864b617a3dfc2b0ac8d5c432625c80014c25caac9082314e9de56f41", size = 4189713 },
|
573
|
+
{ url = "https://files.pythonhosted.org/packages/78/e1/4b6ac5f4100545513b0847a4d276fe3c7ce0eacfa73e3b5ebd31776816ee/cryptography-44.0.1-cp39-abi3-musllinux_1_2_aarch64.whl", hash = "sha256:888fcc3fce0c888785a4876ca55f9f43787f4c5c1cc1e2e0da71ad481ff82c5b", size = 4071193 },
|
574
|
+
{ url = "https://files.pythonhosted.org/packages/3d/cb/afff48ceaed15531eab70445abe500f07f8f96af2bb35d98af6bfa89ebd4/cryptography-44.0.1-cp39-abi3-musllinux_1_2_x86_64.whl", hash = "sha256:00918d859aa4e57db8299607086f793fa7813ae2ff5a4637e318a25ef82730f7", size = 4289566 },
|
575
|
+
{ url = "https://files.pythonhosted.org/packages/30/6f/4eca9e2e0f13ae459acd1ca7d9f0257ab86e68f44304847610afcb813dc9/cryptography-44.0.1-cp39-abi3-win32.whl", hash = "sha256:9b336599e2cb77b1008cb2ac264b290803ec5e8e89d618a5e978ff5eb6f715d9", size = 2772371 },
|
576
|
+
{ url = "https://files.pythonhosted.org/packages/d2/05/5533d30f53f10239616a357f080892026db2d550a40c393d0a8a7af834a9/cryptography-44.0.1-cp39-abi3-win_amd64.whl", hash = "sha256:e403f7f766ded778ecdb790da786b418a9f2394f36e8cc8b796cc056ab05f44f", size = 3207303 },
|
573
577
|
]
|
574
578
|
|
575
579
|
[[package]]
|
@@ -1838,16 +1842,16 @@ wheels = [
|
|
1838
1842
|
|
1839
1843
|
[[package]]
|
1840
1844
|
name = "mkdocstrings-python"
|
1841
|
-
version = "1.
|
1845
|
+
version = "1.15.0"
|
1842
1846
|
source = { registry = "https://pypi.org/simple" }
|
1843
1847
|
dependencies = [
|
1844
1848
|
{ name = "griffe" },
|
1845
1849
|
{ name = "mkdocs-autorefs" },
|
1846
1850
|
{ name = "mkdocstrings" },
|
1847
1851
|
]
|
1848
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
1852
|
+
sdist = { url = "https://files.pythonhosted.org/packages/28/5e/ea531f1798d6b614f87b7a1191f8bfda864767adecef3c75ec87f30e0a3d/mkdocstrings_python-1.15.0.tar.gz", hash = "sha256:2bfecbbe1252c67281408a6567d59545f4979931110f01ab625aa8c227c06edc", size = 422613 }
|
1849
1853
|
wheels = [
|
1850
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1854
|
+
{ url = "https://files.pythonhosted.org/packages/6f/d7/1d35cce198f76e8ae4010a71ff5acabe8b75aeb35f8c3d920e175a6476ca/mkdocstrings_python-1.15.0-py3-none-any.whl", hash = "sha256:77aced1bb28840d7d3510f77353319eeb450961880d87f9c53fdab331ba0120d", size = 449068 },
|
1851
1855
|
]
|
1852
1856
|
|
1853
1857
|
[[package]]
|
@@ -3990,6 +3994,8 @@ dependencies = [
|
|
3990
3994
|
{ name = "langchain" },
|
3991
3995
|
{ name = "langchain-openai" },
|
3992
3996
|
{ name = "litellm" },
|
3997
|
+
{ name = "matplotlib" },
|
3998
|
+
{ name = "networkx" },
|
3993
3999
|
{ name = "openai" },
|
3994
4000
|
{ name = "pydantic" },
|
3995
4001
|
{ name = "python-dotenv" },
|
@@ -4005,15 +4011,9 @@ dependencies = [
|
|
4005
4011
|
docling = [
|
4006
4012
|
{ name = "docling" },
|
4007
4013
|
]
|
4008
|
-
matplotlib = [
|
4009
|
-
{ name = "matplotlib" },
|
4010
|
-
]
|
4011
4014
|
mem0ai = [
|
4012
4015
|
{ name = "mem0ai" },
|
4013
4016
|
]
|
4014
|
-
networkx = [
|
4015
|
-
{ name = "networkx" },
|
4016
|
-
]
|
4017
4017
|
numpy = [
|
4018
4018
|
{ name = "numpy", version = "1.26.4", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version < '3.12' and platform_machine != 'x86_64') or (python_full_version < '3.12' and sys_platform != 'darwin') or (platform_machine == 'x86_64' and sys_platform == 'darwin')" },
|
4019
4019
|
{ name = "numpy", version = "2.2.2", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version >= '3.12' and platform_machine != 'x86_64') or (python_full_version >= '3.12' and sys_platform != 'darwin')" },
|
@@ -4058,9 +4058,9 @@ requires-dist = [
|
|
4058
4058
|
{ name = "langchain", specifier = ">=0.3.14" },
|
4059
4059
|
{ name = "langchain-openai", specifier = ">=0.2.14" },
|
4060
4060
|
{ name = "litellm", specifier = ">=1.55.8" },
|
4061
|
-
{ name = "matplotlib",
|
4061
|
+
{ name = "matplotlib", specifier = ">=3.10.0" },
|
4062
4062
|
{ name = "mem0ai", marker = "extra == 'mem0ai'", specifier = ">=0.1.48" },
|
4063
|
-
{ name = "networkx",
|
4063
|
+
{ name = "networkx", specifier = ">=3.4.2" },
|
4064
4064
|
{ name = "numpy", marker = "extra == 'numpy'", specifier = ">=1.26.4" },
|
4065
4065
|
{ name = "openai", specifier = ">=1.57.0" },
|
4066
4066
|
{ name = "pandas", marker = "extra == 'pandas'", specifier = ">=2.2.3" },
|
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
|
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
|
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
|