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.
Files changed (131) hide show
  1. {versionhq-1.2.0.3 → versionhq-1.2.0.4}/PKG-INFO +3 -5
  2. {versionhq-1.2.0.3 → versionhq-1.2.0.4}/pyproject.toml +3 -7
  3. {versionhq-1.2.0.3 → versionhq-1.2.0.4}/src/versionhq/__init__.py +1 -1
  4. {versionhq-1.2.0.3 → versionhq-1.2.0.4}/src/versionhq/knowledge/source.py +1 -1
  5. {versionhq-1.2.0.3 → versionhq-1.2.0.4}/src/versionhq/network/model.py +5 -39
  6. {versionhq-1.2.0.3 → versionhq-1.2.0.4}/src/versionhq.egg-info/PKG-INFO +3 -5
  7. {versionhq-1.2.0.3 → versionhq-1.2.0.4}/src/versionhq.egg-info/requires.txt +2 -6
  8. {versionhq-1.2.0.3 → versionhq-1.2.0.4}/uv.lock +34 -34
  9. {versionhq-1.2.0.3 → versionhq-1.2.0.4}/.github/workflows/deploy_docs.yml +0 -0
  10. {versionhq-1.2.0.3 → versionhq-1.2.0.4}/.github/workflows/publish.yml +0 -0
  11. {versionhq-1.2.0.3 → versionhq-1.2.0.4}/.github/workflows/publish_testpypi.yml +0 -0
  12. {versionhq-1.2.0.3 → versionhq-1.2.0.4}/.github/workflows/run_tests.yml +0 -0
  13. {versionhq-1.2.0.3 → versionhq-1.2.0.4}/.github/workflows/security_check.yml +0 -0
  14. {versionhq-1.2.0.3 → versionhq-1.2.0.4}/.gitignore +0 -0
  15. {versionhq-1.2.0.3 → versionhq-1.2.0.4}/.pre-commit-config.yaml +0 -0
  16. {versionhq-1.2.0.3 → versionhq-1.2.0.4}/.python-version +0 -0
  17. {versionhq-1.2.0.3 → versionhq-1.2.0.4}/LICENSE +0 -0
  18. {versionhq-1.2.0.3 → versionhq-1.2.0.4}/README.md +0 -0
  19. {versionhq-1.2.0.3 → versionhq-1.2.0.4}/SECURITY.md +0 -0
  20. {versionhq-1.2.0.3 → versionhq-1.2.0.4}/db/preprocess.py +0 -0
  21. {versionhq-1.2.0.3 → versionhq-1.2.0.4}/docs/CNAME +0 -0
  22. {versionhq-1.2.0.3 → versionhq-1.2.0.4}/docs/_logos/favicon.ico +0 -0
  23. {versionhq-1.2.0.3 → versionhq-1.2.0.4}/docs/_logos/logo192.png +0 -0
  24. {versionhq-1.2.0.3 → versionhq-1.2.0.4}/docs/core/Agent.md +0 -0
  25. {versionhq-1.2.0.3 → versionhq-1.2.0.4}/docs/core/task/response-field.md +0 -0
  26. {versionhq-1.2.0.3 → versionhq-1.2.0.4}/docs/core/task/task-output.md +0 -0
  27. {versionhq-1.2.0.3 → versionhq-1.2.0.4}/docs/core/task.md +0 -0
  28. {versionhq-1.2.0.3 → versionhq-1.2.0.4}/docs/core/tool.md +0 -0
  29. {versionhq-1.2.0.3 → versionhq-1.2.0.4}/docs/index.md +0 -0
  30. {versionhq-1.2.0.3 → versionhq-1.2.0.4}/docs/quickstart.md +0 -0
  31. {versionhq-1.2.0.3 → versionhq-1.2.0.4}/docs/stylesheets/main.css +0 -0
  32. {versionhq-1.2.0.3 → versionhq-1.2.0.4}/mkdocs.yml +0 -0
  33. {versionhq-1.2.0.3 → versionhq-1.2.0.4}/requirements-dev.txt +0 -0
  34. {versionhq-1.2.0.3 → versionhq-1.2.0.4}/requirements.txt +0 -0
  35. {versionhq-1.2.0.3 → versionhq-1.2.0.4}/runtime.txt +0 -0
  36. {versionhq-1.2.0.3 → versionhq-1.2.0.4}/setup.cfg +0 -0
  37. {versionhq-1.2.0.3 → versionhq-1.2.0.4}/src/versionhq/_utils/__init__.py +0 -0
  38. {versionhq-1.2.0.3 → versionhq-1.2.0.4}/src/versionhq/_utils/i18n.py +0 -0
  39. {versionhq-1.2.0.3 → versionhq-1.2.0.4}/src/versionhq/_utils/logger.py +0 -0
  40. {versionhq-1.2.0.3 → versionhq-1.2.0.4}/src/versionhq/_utils/process_config.py +0 -0
  41. {versionhq-1.2.0.3 → versionhq-1.2.0.4}/src/versionhq/_utils/usage_metrics.py +0 -0
  42. {versionhq-1.2.0.3 → versionhq-1.2.0.4}/src/versionhq/_utils/vars.py +0 -0
  43. {versionhq-1.2.0.3 → versionhq-1.2.0.4}/src/versionhq/agent/TEMPLATES/Backstory.py +0 -0
  44. {versionhq-1.2.0.3 → versionhq-1.2.0.4}/src/versionhq/agent/TEMPLATES/__init__.py +0 -0
  45. {versionhq-1.2.0.3 → versionhq-1.2.0.4}/src/versionhq/agent/__init__.py +0 -0
  46. {versionhq-1.2.0.3 → versionhq-1.2.0.4}/src/versionhq/agent/inhouse_agents.py +0 -0
  47. {versionhq-1.2.0.3 → versionhq-1.2.0.4}/src/versionhq/agent/model.py +0 -0
  48. {versionhq-1.2.0.3 → versionhq-1.2.0.4}/src/versionhq/agent/parser.py +0 -0
  49. {versionhq-1.2.0.3 → versionhq-1.2.0.4}/src/versionhq/agent/rpm_controller.py +0 -0
  50. {versionhq-1.2.0.3 → versionhq-1.2.0.4}/src/versionhq/cli/__init__.py +0 -0
  51. {versionhq-1.2.0.3 → versionhq-1.2.0.4}/src/versionhq/clients/__init__.py +0 -0
  52. {versionhq-1.2.0.3 → versionhq-1.2.0.4}/src/versionhq/clients/customer/__init__.py +0 -0
  53. {versionhq-1.2.0.3 → versionhq-1.2.0.4}/src/versionhq/clients/customer/model.py +0 -0
  54. {versionhq-1.2.0.3 → versionhq-1.2.0.4}/src/versionhq/clients/product/__init__.py +0 -0
  55. {versionhq-1.2.0.3 → versionhq-1.2.0.4}/src/versionhq/clients/product/model.py +0 -0
  56. {versionhq-1.2.0.3 → versionhq-1.2.0.4}/src/versionhq/clients/workflow/__init__.py +0 -0
  57. {versionhq-1.2.0.3 → versionhq-1.2.0.4}/src/versionhq/clients/workflow/model.py +0 -0
  58. {versionhq-1.2.0.3 → versionhq-1.2.0.4}/src/versionhq/knowledge/__init__.py +0 -0
  59. {versionhq-1.2.0.3 → versionhq-1.2.0.4}/src/versionhq/knowledge/_utils.py +0 -0
  60. {versionhq-1.2.0.3 → versionhq-1.2.0.4}/src/versionhq/knowledge/embedding.py +0 -0
  61. {versionhq-1.2.0.3 → versionhq-1.2.0.4}/src/versionhq/knowledge/model.py +0 -0
  62. {versionhq-1.2.0.3 → versionhq-1.2.0.4}/src/versionhq/knowledge/source_docling.py +0 -0
  63. {versionhq-1.2.0.3 → versionhq-1.2.0.4}/src/versionhq/knowledge/storage.py +0 -0
  64. {versionhq-1.2.0.3 → versionhq-1.2.0.4}/src/versionhq/llm/__init__.py +0 -0
  65. {versionhq-1.2.0.3 → versionhq-1.2.0.4}/src/versionhq/llm/llm_vars.py +0 -0
  66. {versionhq-1.2.0.3 → versionhq-1.2.0.4}/src/versionhq/llm/model.py +0 -0
  67. {versionhq-1.2.0.3 → versionhq-1.2.0.4}/src/versionhq/memory/__init__.py +0 -0
  68. {versionhq-1.2.0.3 → versionhq-1.2.0.4}/src/versionhq/memory/contextual_memory.py +0 -0
  69. {versionhq-1.2.0.3 → versionhq-1.2.0.4}/src/versionhq/memory/model.py +0 -0
  70. {versionhq-1.2.0.3 → versionhq-1.2.0.4}/src/versionhq/network/__init__.py +0 -0
  71. {versionhq-1.2.0.3 → versionhq-1.2.0.4}/src/versionhq/storage/__init__.py +0 -0
  72. {versionhq-1.2.0.3 → versionhq-1.2.0.4}/src/versionhq/storage/base.py +0 -0
  73. {versionhq-1.2.0.3 → versionhq-1.2.0.4}/src/versionhq/storage/ltm_sqlite_storage.py +0 -0
  74. {versionhq-1.2.0.3 → versionhq-1.2.0.4}/src/versionhq/storage/mem0_storage.py +0 -0
  75. {versionhq-1.2.0.3 → versionhq-1.2.0.4}/src/versionhq/storage/rag_storage.py +0 -0
  76. {versionhq-1.2.0.3 → versionhq-1.2.0.4}/src/versionhq/storage/task_output_storage.py +0 -0
  77. {versionhq-1.2.0.3 → versionhq-1.2.0.4}/src/versionhq/storage/utils.py +0 -0
  78. {versionhq-1.2.0.3 → versionhq-1.2.0.4}/src/versionhq/task/TEMPLATES/Description.py +0 -0
  79. {versionhq-1.2.0.3 → versionhq-1.2.0.4}/src/versionhq/task/__init__.py +0 -0
  80. {versionhq-1.2.0.3 → versionhq-1.2.0.4}/src/versionhq/task/evaluate.py +0 -0
  81. {versionhq-1.2.0.3 → versionhq-1.2.0.4}/src/versionhq/task/formation.py +0 -0
  82. {versionhq-1.2.0.3 → versionhq-1.2.0.4}/src/versionhq/task/formatter.py +0 -0
  83. {versionhq-1.2.0.3 → versionhq-1.2.0.4}/src/versionhq/task/log_handler.py +0 -0
  84. {versionhq-1.2.0.3 → versionhq-1.2.0.4}/src/versionhq/task/model.py +0 -0
  85. {versionhq-1.2.0.3 → versionhq-1.2.0.4}/src/versionhq/task/structured_response.py +0 -0
  86. {versionhq-1.2.0.3 → versionhq-1.2.0.4}/src/versionhq/team/__init__.py +0 -0
  87. {versionhq-1.2.0.3 → versionhq-1.2.0.4}/src/versionhq/team/model.py +0 -0
  88. {versionhq-1.2.0.3 → versionhq-1.2.0.4}/src/versionhq/team/team_planner.py +0 -0
  89. {versionhq-1.2.0.3 → versionhq-1.2.0.4}/src/versionhq/tool/__init__.py +0 -0
  90. {versionhq-1.2.0.3 → versionhq-1.2.0.4}/src/versionhq/tool/cache_handler.py +0 -0
  91. {versionhq-1.2.0.3 → versionhq-1.2.0.4}/src/versionhq/tool/composio_tool.py +0 -0
  92. {versionhq-1.2.0.3 → versionhq-1.2.0.4}/src/versionhq/tool/composio_tool_vars.py +0 -0
  93. {versionhq-1.2.0.3 → versionhq-1.2.0.4}/src/versionhq/tool/decorator.py +0 -0
  94. {versionhq-1.2.0.3 → versionhq-1.2.0.4}/src/versionhq/tool/model.py +0 -0
  95. {versionhq-1.2.0.3 → versionhq-1.2.0.4}/src/versionhq/tool/tool_handler.py +0 -0
  96. {versionhq-1.2.0.3 → versionhq-1.2.0.4}/src/versionhq.egg-info/SOURCES.txt +0 -0
  97. {versionhq-1.2.0.3 → versionhq-1.2.0.4}/src/versionhq.egg-info/dependency_links.txt +0 -0
  98. {versionhq-1.2.0.3 → versionhq-1.2.0.4}/src/versionhq.egg-info/top_level.txt +0 -0
  99. {versionhq-1.2.0.3 → versionhq-1.2.0.4}/tests/__init__.py +0 -0
  100. {versionhq-1.2.0.3 → versionhq-1.2.0.4}/tests/agent/__init__.py +0 -0
  101. {versionhq-1.2.0.3 → versionhq-1.2.0.4}/tests/agent/agent_test.py +0 -0
  102. {versionhq-1.2.0.3 → versionhq-1.2.0.4}/tests/agent/doc_test.py +0 -0
  103. {versionhq-1.2.0.3 → versionhq-1.2.0.4}/tests/cli/__init__.py +0 -0
  104. {versionhq-1.2.0.3 → versionhq-1.2.0.4}/tests/clients/customer_test.py +0 -0
  105. {versionhq-1.2.0.3 → versionhq-1.2.0.4}/tests/clients/product_test.py +0 -0
  106. {versionhq-1.2.0.3 → versionhq-1.2.0.4}/tests/clients/workflow_test.py +0 -0
  107. {versionhq-1.2.0.3 → versionhq-1.2.0.4}/tests/conftest.py +0 -0
  108. {versionhq-1.2.0.3 → versionhq-1.2.0.4}/tests/doc_test.py +0 -0
  109. {versionhq-1.2.0.3 → versionhq-1.2.0.4}/tests/formation_test.py +0 -0
  110. {versionhq-1.2.0.3 → versionhq-1.2.0.4}/tests/knowledge/__init__.py +0 -0
  111. {versionhq-1.2.0.3 → versionhq-1.2.0.4}/tests/knowledge/knowledge_test.py +0 -0
  112. {versionhq-1.2.0.3 → versionhq-1.2.0.4}/tests/knowledge/mock_report_compressed.pdf +0 -0
  113. {versionhq-1.2.0.3 → versionhq-1.2.0.4}/tests/llm/__init__.py +0 -0
  114. {versionhq-1.2.0.3 → versionhq-1.2.0.4}/tests/llm/llm_test.py +0 -0
  115. {versionhq-1.2.0.3 → versionhq-1.2.0.4}/tests/memory/__init__.py +0 -0
  116. {versionhq-1.2.0.3 → versionhq-1.2.0.4}/tests/memory/memory_test.py +0 -0
  117. {versionhq-1.2.0.3 → versionhq-1.2.0.4}/tests/network/__init__.py +0 -0
  118. {versionhq-1.2.0.3 → versionhq-1.2.0.4}/tests/network/doc_test.py +0 -0
  119. {versionhq-1.2.0.3 → versionhq-1.2.0.4}/tests/network/network_test.py +0 -0
  120. {versionhq-1.2.0.3 → versionhq-1.2.0.4}/tests/task/__init__.py +0 -0
  121. {versionhq-1.2.0.3 → versionhq-1.2.0.4}/tests/task/doc_test.py +0 -0
  122. {versionhq-1.2.0.3 → versionhq-1.2.0.4}/tests/task/llm_connection_test.py +0 -0
  123. {versionhq-1.2.0.3 → versionhq-1.2.0.4}/tests/task/task_test.py +0 -0
  124. {versionhq-1.2.0.3 → versionhq-1.2.0.4}/tests/team/Prompts/Demo_test.py +0 -0
  125. {versionhq-1.2.0.3 → versionhq-1.2.0.4}/tests/team/__init__.py +0 -0
  126. {versionhq-1.2.0.3 → versionhq-1.2.0.4}/tests/team/team_test.py +0 -0
  127. {versionhq-1.2.0.3 → versionhq-1.2.0.4}/tests/tool/__init__.py +0 -0
  128. {versionhq-1.2.0.3 → versionhq-1.2.0.4}/tests/tool/composio_test.py +0 -0
  129. {versionhq-1.2.0.3 → versionhq-1.2.0.4}/tests/tool/doc_test.py +0 -0
  130. {versionhq-1.2.0.3 → versionhq-1.2.0.4}/tests/tool/tool_test.py +0 -0
  131. {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
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.3"
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 = [
@@ -30,7 +30,7 @@ from versionhq.memory.model import ShortTermMemory,LongTermMemory, UserMemory, M
30
30
  from versionhq.task.formation import form_agent_network
31
31
 
32
32
 
33
- __version__ = "1.2.0.3"
33
+ __version__ = "1.2.0.4"
34
34
  __all__ = [
35
35
  "Agent",
36
36
 
@@ -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
- super().__init__(directed=directed, **kwargs)
250
- self.graph = nx.DiGraph() if self.directed else nx.Graph()
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
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.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/91/4c/45dfa6829acffa344e3967d6006ee4ae8be57af746ae2eba1c431949b32c/cryptography-44.0.0.tar.gz", hash = "sha256:cd4e834f340b4293430701e772ec543b0fbe6c2dea510a5286fe0acabe153a02", size = 710657 }
552
- wheels = [
553
- { url = "https://files.pythonhosted.org/packages/55/09/8cc67f9b84730ad330b3b72cf867150744bf07ff113cda21a15a1c6d2c7c/cryptography-44.0.0-cp37-abi3-macosx_10_9_universal2.whl", hash = "sha256:84111ad4ff3f6253820e6d3e58be2cc2a00adb29335d4cacb5ab4d4d34f2a123", size = 6541833 },
554
- { url = "https://files.pythonhosted.org/packages/7e/5b/3759e30a103144e29632e7cb72aec28cedc79e514b2ea8896bb17163c19b/cryptography-44.0.0-cp37-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:b15492a11f9e1b62ba9d73c210e2416724633167de94607ec6069ef724fad092", size = 3922710 },
555
- { url = "https://files.pythonhosted.org/packages/5f/58/3b14bf39f1a0cfd679e753e8647ada56cddbf5acebffe7db90e184c76168/cryptography-44.0.0-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:831c3c4d0774e488fdc83a1923b49b9957d33287de923d58ebd3cec47a0ae43f", size = 4137546 },
556
- { url = "https://files.pythonhosted.org/packages/98/65/13d9e76ca19b0ba5603d71ac8424b5694415b348e719db277b5edc985ff5/cryptography-44.0.0-cp37-abi3-manylinux_2_28_aarch64.whl", hash = "sha256:761817a3377ef15ac23cd7834715081791d4ec77f9297ee694ca1ee9c2c7e5eb", size = 3915420 },
557
- { url = "https://files.pythonhosted.org/packages/b1/07/40fe09ce96b91fc9276a9ad272832ead0fddedcba87f1190372af8e3039c/cryptography-44.0.0-cp37-abi3-manylinux_2_28_x86_64.whl", hash = "sha256:3c672a53c0fb4725a29c303be906d3c1fa99c32f58abe008a82705f9ee96f40b", size = 4154498 },
558
- { url = "https://files.pythonhosted.org/packages/75/ea/af65619c800ec0a7e4034207aec543acdf248d9bffba0533342d1bd435e1/cryptography-44.0.0-cp37-abi3-manylinux_2_34_aarch64.whl", hash = "sha256:4ac4c9f37eba52cb6fbeaf5b59c152ea976726b865bd4cf87883a7e7006cc543", size = 3932569 },
559
- { url = "https://files.pythonhosted.org/packages/c7/af/d1deb0c04d59612e3d5e54203159e284d3e7a6921e565bb0eeb6269bdd8a/cryptography-44.0.0-cp37-abi3-musllinux_1_2_aarch64.whl", hash = "sha256:ed3534eb1090483c96178fcb0f8893719d96d5274dfde98aa6add34614e97c8e", size = 4016721 },
560
- { url = "https://files.pythonhosted.org/packages/bd/69/7ca326c55698d0688db867795134bdfac87136b80ef373aaa42b225d6dd5/cryptography-44.0.0-cp37-abi3-musllinux_1_2_x86_64.whl", hash = "sha256:f3f6fdfa89ee2d9d496e2c087cebef9d4fcbb0ad63c40e821b39f74bf48d9c5e", size = 4240915 },
561
- { url = "https://files.pythonhosted.org/packages/ef/d4/cae11bf68c0f981e0413906c6dd03ae7fa864347ed5fac40021df1ef467c/cryptography-44.0.0-cp37-abi3-win32.whl", hash = "sha256:eb33480f1bad5b78233b0ad3e1b0be21e8ef1da745d8d2aecbb20671658b9053", size = 2757925 },
562
- { url = "https://files.pythonhosted.org/packages/64/b1/50d7739254d2002acae64eed4fc43b24ac0cc44bf0a0d388d1ca06ec5bb1/cryptography-44.0.0-cp37-abi3-win_amd64.whl", hash = "sha256:abc998e0c0eee3c8a1904221d3f67dcfa76422b23620173e28c11d3e626c21bd", size = 3202055 },
563
- { url = "https://files.pythonhosted.org/packages/11/18/61e52a3d28fc1514a43b0ac291177acd1b4de00e9301aaf7ef867076ff8a/cryptography-44.0.0-cp39-abi3-macosx_10_9_universal2.whl", hash = "sha256:660cb7312a08bc38be15b696462fa7cc7cd85c3ed9c576e81f4dc4d8b2b31591", size = 6542801 },
564
- { url = "https://files.pythonhosted.org/packages/1a/07/5f165b6c65696ef75601b781a280fc3b33f1e0cd6aa5a92d9fb96c410e97/cryptography-44.0.0-cp39-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:1923cb251c04be85eec9fda837661c67c1049063305d6be5721643c22dd4e2b7", size = 3922613 },
565
- { url = "https://files.pythonhosted.org/packages/28/34/6b3ac1d80fc174812486561cf25194338151780f27e438526f9c64e16869/cryptography-44.0.0-cp39-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:404fdc66ee5f83a1388be54300ae978b2efd538018de18556dde92575e05defc", size = 4137925 },
566
- { url = "https://files.pythonhosted.org/packages/d0/c7/c656eb08fd22255d21bc3129625ed9cd5ee305f33752ef2278711b3fa98b/cryptography-44.0.0-cp39-abi3-manylinux_2_28_aarch64.whl", hash = "sha256:c5eb858beed7835e5ad1faba59e865109f3e52b3783b9ac21e7e47dc5554e289", size = 3915417 },
567
- { url = "https://files.pythonhosted.org/packages/ef/82/72403624f197af0db6bac4e58153bc9ac0e6020e57234115db9596eee85d/cryptography-44.0.0-cp39-abi3-manylinux_2_28_x86_64.whl", hash = "sha256:f53c2c87e0fb4b0c00fa9571082a057e37690a8f12233306161c8f4b819960b7", size = 4155160 },
568
- { url = "https://files.pythonhosted.org/packages/a2/cd/2f3c440913d4329ade49b146d74f2e9766422e1732613f57097fea61f344/cryptography-44.0.0-cp39-abi3-manylinux_2_34_aarch64.whl", hash = "sha256:9e6fc8a08e116fb7c7dd1f040074c9d7b51d74a8ea40d4df2fc7aa08b76b9e6c", size = 3932331 },
569
- { url = "https://files.pythonhosted.org/packages/7f/df/8be88797f0a1cca6e255189a57bb49237402b1880d6e8721690c5603ac23/cryptography-44.0.0-cp39-abi3-musllinux_1_2_aarch64.whl", hash = "sha256:d2436114e46b36d00f8b72ff57e598978b37399d2786fd39793c36c6d5cb1c64", size = 4017372 },
570
- { url = "https://files.pythonhosted.org/packages/af/36/5ccc376f025a834e72b8e52e18746b927f34e4520487098e283a719c205e/cryptography-44.0.0-cp39-abi3-musllinux_1_2_x86_64.whl", hash = "sha256:a01956ddfa0a6790d594f5b34fc1bfa6098aca434696a03cfdbe469b8ed79285", size = 4239657 },
571
- { url = "https://files.pythonhosted.org/packages/46/b0/f4f7d0d0bcfbc8dd6296c1449be326d04217c57afb8b2594f017eed95533/cryptography-44.0.0-cp39-abi3-win32.whl", hash = "sha256:eca27345e1214d1b9f9490d200f9db5a874479be914199194e746c893788d417", size = 2758672 },
572
- { url = "https://files.pythonhosted.org/packages/97/9b/443270b9210f13f6ef240eff73fd32e02d381e7103969dc66ce8e89ee901/cryptography-44.0.0-cp39-abi3-win_amd64.whl", hash = "sha256:708ee5f1bafe76d041b53a4f95eb28cdeb8d18da17e597d46d7833ee59b97ede", size = 3202071 },
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.14.6"
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/f6/fd/3cfa0fc2a724e16262f2de63e13365e726426c44a74fcc3e86b31ff3f1fa/mkdocstrings_python-1.14.6.tar.gz", hash = "sha256:3fb6589491614422d781dacca085c0c5a53a7063af37a2fea5864e24e378b03e", size = 422060 }
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/29/e4/b4f88e4edd914831b65caa34806012cc00167a7f2dd62e4e407113957b0f/mkdocstrings_python-1.14.6-py3-none-any.whl", hash = "sha256:e0ca11b49ac0f23070afb566245f4ff80ea1700e03c9dbc143d70dbf1cae074e", size = 448699 },
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", marker = "extra == 'matplotlib'", specifier = ">=3.10.0" },
4061
+ { name = "matplotlib", specifier = ">=3.10.0" },
4062
4062
  { name = "mem0ai", marker = "extra == 'mem0ai'", specifier = ">=0.1.48" },
4063
- { name = "networkx", marker = "extra == 'networkx'", specifier = ">=3.4.2" },
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