composio-langgraph 0.4.2__py3-none-any.whl → 0.4.4__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.

@@ -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.2
3
+ Version: 0.4.4
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.2
13
+ Requires-Dist: composio-langchain ==0.4.4
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.4.dist-info/METADATA,sha256=MFBPjEFKqU6wmdYAdoHi3SNspssK9HAzEIdlQfkZ6T4,3955
4
+ composio_langgraph-0.4.4.dist-info/WHEEL,sha256=HiCZjzuy6Dw0hdX5R3LCFPDmFS4BWl8H-8W39XfmgX4,91
5
+ composio_langgraph-0.4.4.dist-info/top_level.txt,sha256=fT5qLVROO6_k0FCyW8_fOkGRJc_lxwWX-c6R6kN-llc,19
6
+ composio_langgraph-0.4.4.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (72.1.0)
2
+ Generator: setuptools (72.2.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5
 
@@ -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.2.dist-info/METADATA,sha256=gcueoWpKdEELz_yymZg0QGncbX6lgIghbQtRgdrebA0,3955
4
- composio_langgraph-0.4.2.dist-info/WHEEL,sha256=R0nc6qTxuoLk7ShA2_Y-UWkN8ZdfDBG2B6Eqpz2WXbs,91
5
- composio_langgraph-0.4.2.dist-info/top_level.txt,sha256=fT5qLVROO6_k0FCyW8_fOkGRJc_lxwWX-c6R6kN-llc,19
6
- composio_langgraph-0.4.2.dist-info/RECORD,,