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

@@ -1,13 +1,11 @@
1
- import typing as t
2
-
3
- from composio import WorkspaceConfigType
4
- from composio.constants import DEFAULT_ENTITY_ID
5
- from composio.tools.toolset import MetadataType, ProcessorsType
6
-
7
1
  from composio_langchain import ComposioToolSet as BaseComposioToolSet
8
2
 
9
3
 
10
- class ComposioToolSet(BaseComposioToolSet):
4
+ class ComposioToolSet(
5
+ BaseComposioToolSet,
6
+ runtime="langgraph",
7
+ description_char_limit=1024,
8
+ ):
11
9
  """
12
10
  Composio toolset for LangGraph framework.
13
11
 
@@ -95,35 +93,3 @@ class ComposioToolSet(BaseComposioToolSet):
95
93
  app = workflow.compile()
96
94
  ```
97
95
  """
98
-
99
- def __init__(
100
- self,
101
- api_key: t.Optional[str] = None,
102
- base_url: t.Optional[str] = None,
103
- entity_id: str = DEFAULT_ENTITY_ID,
104
- output_in_file: bool = False,
105
- workspace_config: t.Optional[WorkspaceConfigType] = None,
106
- workspace_id: t.Optional[str] = None,
107
- metadata: t.Optional[MetadataType] = None,
108
- processors: t.Optional[ProcessorsType] = None,
109
- ) -> None:
110
- """
111
- Initialize composio toolset.
112
-
113
- :param api_key: Composio API key
114
- :param base_url: Base URL for the Composio API server
115
- :param entity_id: Entity ID for making function calls
116
- :param output_in_file: Whether to write output to a file
117
- """
118
- super().__init__(
119
- api_key=api_key,
120
- base_url=base_url,
121
- entity_id=entity_id,
122
- output_in_file=output_in_file,
123
- workspace_config=workspace_config,
124
- workspace_id=workspace_id,
125
- metadata=metadata,
126
- processors=processors,
127
- )
128
-
129
- self._runtime = "langgraph"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: composio_langgraph
3
- Version: 0.5.6
3
+ Version: 0.5.8
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.5.6
13
+ Requires-Dist: composio-langchain ==0.5.8
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=esDLBML8qFDpquVEyX97YG2nn9OkToi4frJy31hURao,2670
3
+ composio_langgraph-0.5.8.dist-info/METADATA,sha256=lbAe-PqRnHUxJiNvrlFBmcOvHsB35FpCxnej3F579cI,3955
4
+ composio_langgraph-0.5.8.dist-info/WHEEL,sha256=UvcQYKBHoFqaQd6LKyqHw9fxEolWLQnlzP0h_LgJAfI,91
5
+ composio_langgraph-0.5.8.dist-info/top_level.txt,sha256=fT5qLVROO6_k0FCyW8_fOkGRJc_lxwWX-c6R6kN-llc,19
6
+ composio_langgraph-0.5.8.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (73.0.1)
2
+ Generator: setuptools (74.0.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=L5sNHRZYT7CjToV6Y0EWxQ4uAbo8r5ejV997o856BlA,3864
3
- composio_langgraph-0.5.6.dist-info/METADATA,sha256=MTSs_GNw5bFC0tdoTej0kfXGcYCx51B8vKt6qCgepkY,3955
4
- composio_langgraph-0.5.6.dist-info/WHEEL,sha256=Mdi9PDNwEZptOjTlUcAth7XJDFtKrHYaQMPulZeBCiQ,91
5
- composio_langgraph-0.5.6.dist-info/top_level.txt,sha256=fT5qLVROO6_k0FCyW8_fOkGRJc_lxwWX-c6R6kN-llc,19
6
- composio_langgraph-0.5.6.dist-info/RECORD,,