composio-langgraph 0.4.1__py3-none-any.whl → 0.4.3__py3-none-any.whl
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 composio-langgraph might be problematic. Click here for more details.
- composio_langgraph/toolset.py +5 -0
- {composio_langgraph-0.4.1.dist-info → composio_langgraph-0.4.3.dist-info}/METADATA +2 -2
- composio_langgraph-0.4.3.dist-info/RECORD +6 -0
- {composio_langgraph-0.4.1.dist-info → composio_langgraph-0.4.3.dist-info}/WHEEL +1 -1
- composio_langgraph-0.4.1.dist-info/RECORD +0 -6
- {composio_langgraph-0.4.1.dist-info → composio_langgraph-0.4.3.dist-info}/top_level.txt +0 -0
composio_langgraph/toolset.py
CHANGED
|
@@ -2,6 +2,7 @@ import typing as t
|
|
|
2
2
|
|
|
3
3
|
from composio import WorkspaceConfigType
|
|
4
4
|
from composio.constants import DEFAULT_ENTITY_ID
|
|
5
|
+
from composio.tools.toolset import MetadataType, ProcessorsType
|
|
5
6
|
|
|
6
7
|
from composio_langchain import ComposioToolSet as BaseComposioToolSet
|
|
7
8
|
|
|
@@ -103,6 +104,8 @@ class ComposioToolSet(BaseComposioToolSet):
|
|
|
103
104
|
output_in_file: bool = False,
|
|
104
105
|
workspace_config: t.Optional[WorkspaceConfigType] = None,
|
|
105
106
|
workspace_id: t.Optional[str] = None,
|
|
107
|
+
metadata: t.Optional[MetadataType] = None,
|
|
108
|
+
processors: t.Optional[ProcessorsType] = None,
|
|
106
109
|
) -> None:
|
|
107
110
|
"""
|
|
108
111
|
Initialize composio toolset.
|
|
@@ -119,6 +122,8 @@ class ComposioToolSet(BaseComposioToolSet):
|
|
|
119
122
|
output_in_file=output_in_file,
|
|
120
123
|
workspace_config=workspace_config,
|
|
121
124
|
workspace_id=workspace_id,
|
|
125
|
+
metadata=metadata,
|
|
126
|
+
processors=processors,
|
|
122
127
|
)
|
|
123
128
|
|
|
124
129
|
self._runtime = "langgraph"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: composio_langgraph
|
|
3
|
-
Version: 0.4.
|
|
3
|
+
Version: 0.4.3
|
|
4
4
|
Summary: Use Composio to get array of tools with LnagGraph Agent Workflows
|
|
5
5
|
Home-page: https://github.com/ComposioHQ/composio
|
|
6
6
|
Author: Sawradip
|
|
@@ -10,7 +10,7 @@ Classifier: License :: OSI Approved :: Apache Software License
|
|
|
10
10
|
Classifier: Operating System :: OS Independent
|
|
11
11
|
Requires-Python: >=3.9,<4
|
|
12
12
|
Description-Content-Type: text/markdown
|
|
13
|
-
Requires-Dist: composio-langchain ==0.4.
|
|
13
|
+
Requires-Dist: composio-langchain ==0.4.3
|
|
14
14
|
Requires-Dist: langgraph
|
|
15
15
|
|
|
16
16
|
## 🦜🕸️ Using Composio With LangGraph
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
composio_langgraph/__init__.py,sha256=sjr9YY5lPNx-vI75_pmbFgPWUaEuh0WIUozsskDlQOE,211
|
|
2
|
+
composio_langgraph/toolset.py,sha256=L5sNHRZYT7CjToV6Y0EWxQ4uAbo8r5ejV997o856BlA,3864
|
|
3
|
+
composio_langgraph-0.4.3.dist-info/METADATA,sha256=2D0z1fF9VW9T4obG198QVAa5o2xcnMUNoSzGJyQ_8qE,3955
|
|
4
|
+
composio_langgraph-0.4.3.dist-info/WHEEL,sha256=HiCZjzuy6Dw0hdX5R3LCFPDmFS4BWl8H-8W39XfmgX4,91
|
|
5
|
+
composio_langgraph-0.4.3.dist-info/top_level.txt,sha256=fT5qLVROO6_k0FCyW8_fOkGRJc_lxwWX-c6R6kN-llc,19
|
|
6
|
+
composio_langgraph-0.4.3.dist-info/RECORD,,
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
composio_langgraph/__init__.py,sha256=sjr9YY5lPNx-vI75_pmbFgPWUaEuh0WIUozsskDlQOE,211
|
|
2
|
-
composio_langgraph/toolset.py,sha256=LuodCh6SP8LkOKpKPP1UpqkPaqQejVTrlKe8yVQpdrg,3628
|
|
3
|
-
composio_langgraph-0.4.1.dist-info/METADATA,sha256=tdT33qWPNxoSO2Ass5QQhzzxuzA2B7DvgzCYXH_u9r8,3955
|
|
4
|
-
composio_langgraph-0.4.1.dist-info/WHEEL,sha256=R0nc6qTxuoLk7ShA2_Y-UWkN8ZdfDBG2B6Eqpz2WXbs,91
|
|
5
|
-
composio_langgraph-0.4.1.dist-info/top_level.txt,sha256=fT5qLVROO6_k0FCyW8_fOkGRJc_lxwWX-c6R6kN-llc,19
|
|
6
|
-
composio_langgraph-0.4.1.dist-info/RECORD,,
|
|
File without changes
|