composio-openai-agents 1.0.0rc2__py3-none-any.whl → 1.0.0rc5__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.
- {composio_openai_agents-1.0.0rc2.dist-info → composio_openai_agents-1.0.0rc5.dist-info}/METADATA +9 -18
- composio_openai_agents-1.0.0rc5.dist-info/RECORD +5 -0
- {composio_openai_agents-1.0.0rc2.dist-info → composio_openai_agents-1.0.0rc5.dist-info}/WHEEL +1 -2
- composio_openai_agents-1.0.0rc2.dist-info/RECORD +0 -6
- composio_openai_agents-1.0.0rc2.dist-info/top_level.txt +0 -1
{composio_openai_agents-1.0.0rc2.dist-info → composio_openai_agents-1.0.0rc5.dist-info}/METADATA
RENAMED
@@ -1,25 +1,16 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
|
-
Name:
|
3
|
-
Version: 1.0.
|
2
|
+
Name: composio-openai-agents
|
3
|
+
Version: 1.0.0rc5
|
4
4
|
Summary: Use Composio to get array of strongly typed tools for OpenAI Agents
|
5
|
-
|
6
|
-
Author: Composio
|
7
|
-
Author-email: tech@composio.dev
|
8
|
-
Classifier: Programming Language :: Python :: 3
|
5
|
+
Project-URL: Homepage, https://github.com/ComposioHQ/composio
|
6
|
+
Author-email: Composio <tech@composio.dev>
|
9
7
|
Classifier: License :: OSI Approved :: Apache Software License
|
10
8
|
Classifier: Operating System :: OS Independent
|
11
|
-
|
12
|
-
|
9
|
+
Classifier: Programming Language :: Python :: 3
|
10
|
+
Requires-Python: <4,>=3.9
|
11
|
+
Requires-Dist: composio
|
13
12
|
Requires-Dist: openai-agents>=0.0.3
|
14
|
-
|
15
|
-
Dynamic: author-email
|
16
|
-
Dynamic: classifier
|
17
|
-
Dynamic: description
|
18
|
-
Dynamic: description-content-type
|
19
|
-
Dynamic: home-page
|
20
|
-
Dynamic: requires-dist
|
21
|
-
Dynamic: requires-python
|
22
|
-
Dynamic: summary
|
13
|
+
Description-Content-Type: text/markdown
|
23
14
|
|
24
15
|
# Composio Integration for OpenAI Agents
|
25
16
|
|
@@ -80,4 +71,4 @@ asyncio.run(main())
|
|
80
71
|
|
81
72
|
## License
|
82
73
|
|
83
|
-
Apache 2.0
|
74
|
+
Apache 2.0
|
@@ -0,0 +1,5 @@
|
|
1
|
+
composio_openai_agents/__init__.py,sha256=9AhhdbI4L3skTl1i9t8_enhpmh2OYitDnfAxP0R9il4,110
|
2
|
+
composio_openai_agents/provider.py,sha256=ylijMtq-Q5iK4_7FVNUZ0yteqTr-X7VC0nJGi3XguSc,5412
|
3
|
+
composio_openai_agents-1.0.0rc5.dist-info/METADATA,sha256=At-cUCuBgUr-RS7H8LSOLkhRGUoLX5X0pyxy0EQceeg,1936
|
4
|
+
composio_openai_agents-1.0.0rc5.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
5
|
+
composio_openai_agents-1.0.0rc5.dist-info/RECORD,,
|
@@ -1,6 +0,0 @@
|
|
1
|
-
composio_openai_agents/__init__.py,sha256=9AhhdbI4L3skTl1i9t8_enhpmh2OYitDnfAxP0R9il4,110
|
2
|
-
composio_openai_agents/provider.py,sha256=ylijMtq-Q5iK4_7FVNUZ0yteqTr-X7VC0nJGi3XguSc,5412
|
3
|
-
composio_openai_agents-1.0.0rc2.dist-info/METADATA,sha256=1y6wa6vUsf9wtiQ8pCHId4v6J1OJuiD4dSEgRtH5I4U,2104
|
4
|
-
composio_openai_agents-1.0.0rc2.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
5
|
-
composio_openai_agents-1.0.0rc2.dist-info/top_level.txt,sha256=_YKpUJOoiq4jzAZX0LC2SfaYhsCOcyNcoK9lbK5uWQw,23
|
6
|
-
composio_openai_agents-1.0.0rc2.dist-info/RECORD,,
|
@@ -1 +0,0 @@
|
|
1
|
-
composio_openai_agents
|