-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: Karan Vaidya <[email protected]>
- Loading branch information
1 parent
9e8deeb
commit 78525d6
Showing
51 changed files
with
319 additions
and
421 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ | |
|
||
setup( | ||
name="composio_autogen", | ||
version="0.3.16", | ||
version="0.3.17", | ||
author="Sawradip", | ||
author_email="[email protected]", | ||
description="Use Composio to get an array of tools with your Autogen agent.", | ||
|
@@ -22,6 +22,6 @@ | |
"Operating System :: OS Independent", | ||
], | ||
python_requires=">=3.9,<4", | ||
install_requires=["composio_core==0.3.16", "pyautogen>=0.2.19"], | ||
install_requires=["composio_core==0.3.17", "pyautogen>=0.2.19"], | ||
include_package_data=True, | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ | |
|
||
setup( | ||
name="composio_camel", | ||
version="0.3.16", | ||
version="0.3.17", | ||
author="Sawradip", | ||
author_email="[email protected]", | ||
description="Use Composio to get an array of tools with your Claude LLMs.", | ||
|
@@ -22,6 +22,6 @@ | |
"Operating System :: OS Independent", | ||
], | ||
python_requires=">=3.9,<4", | ||
install_requires=["composio_core==0.3.16", "camel-ai>=0.1.5.4"], | ||
install_requires=["composio_core==0.3.17", "camel-ai>=0.1.5.4"], | ||
include_package_data=True, | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ | |
|
||
setup( | ||
name="composio_claude", | ||
version="0.3.16", | ||
version="0.3.17", | ||
author="Sawradip", | ||
author_email="[email protected]", | ||
description="Use Composio to get an array of tools with your Claude LLMs.", | ||
|
@@ -22,6 +22,6 @@ | |
"Operating System :: OS Independent", | ||
], | ||
python_requires=">=3.9,<4", | ||
install_requires=["composio_openai==0.3.16", "anthropic>=0.25.7"], | ||
install_requires=["composio_openai==0.3.17", "anthropic>=0.25.7"], | ||
include_package_data=True, | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ | |
|
||
setup( | ||
name="composio_crewai", | ||
version="0.3.16", | ||
version="0.3.17", | ||
author="Himanshu", | ||
author_email="[email protected]", | ||
description="Use Composio to get an array of tools with your CrewAI agent.", | ||
|
@@ -22,6 +22,6 @@ | |
"Operating System :: OS Independent", | ||
], | ||
python_requires=">=3.9,<4", | ||
install_requires=["composio_langchain==0.3.16"], | ||
install_requires=["composio_langchain==0.3.17"], | ||
include_package_data=True, | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ | |
|
||
setup( | ||
name="composio_griptape", | ||
version="0.3.16", | ||
version="0.3.17", | ||
author="Sawradip", | ||
author_email="[email protected]", | ||
description="Use Composio to get an array of tools with your Griptape wokflow.", | ||
|
@@ -22,6 +22,6 @@ | |
"Operating System :: OS Independent", | ||
], | ||
python_requires=">=3.9,<4", | ||
install_requires=["composio_core==0.3.16", "griptape>=0.24.2"], | ||
install_requires=["composio_core==0.3.17", "griptape>=0.24.2"], | ||
include_package_data=True, | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ | |
|
||
setup( | ||
name="composio_julep", | ||
version="0.3.16", | ||
version="0.3.17", | ||
author="Sawradip", | ||
author_email="[email protected]", | ||
description="Use Composio to get an array of tools with your Julep wokflow.", | ||
|
@@ -22,6 +22,6 @@ | |
"Operating System :: OS Independent", | ||
], | ||
python_requires=">=3.9,<4", | ||
install_requires=["composio_openai==0.3.16", "julep>=0.3.2"], | ||
install_requires=["composio_openai==0.3.17", "julep>=0.3.2"], | ||
include_package_data=True, | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ | |
|
||
setup( | ||
name="composio_langchain", | ||
version="0.3.16", | ||
version="0.3.17", | ||
author="Karan", | ||
author_email="[email protected]", | ||
description="Use Composio to get an array of tools with your LangChain agent.", | ||
|
@@ -27,7 +27,7 @@ | |
"langchain-openai>=0.0.2.post1", | ||
"pydantic>=2.6.4", | ||
"langchainhub>=0.1.15", | ||
"composio_core==0.3.16", | ||
"composio_core==0.3.17", | ||
], | ||
include_package_data=True, | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ | |
|
||
setup( | ||
name="composio_llamaindex", | ||
version="0.3.16", | ||
version="0.3.17", | ||
author="Sawradip", | ||
author_email="[email protected]", | ||
description="Use Composio to get an array of tools with your LlamaIndex agent.", | ||
|
@@ -24,7 +24,7 @@ | |
python_requires=">=3.9,<4", | ||
install_requires=[ | ||
"llama_index>=0.10.43", | ||
"composio_langchain==0.3.16", | ||
"composio_langchain==0.3.17", | ||
], | ||
include_package_data=True, | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ | |
|
||
setup( | ||
name="composio_lyzr", | ||
version="0.3.16", | ||
version="0.3.17", | ||
author="Sawradip", | ||
author_email="[email protected]", | ||
description="Use Composio to get an array of tools with your Lyzr workflow.", | ||
|
@@ -25,7 +25,7 @@ | |
install_requires=[ | ||
"lyzr-automata>=0.1.3", | ||
"pydantic>=2.6.4", | ||
"composio_core==0.3.16", | ||
"composio_core==0.3.17", | ||
"langchain>=0.1.0", | ||
], | ||
include_package_data=True, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ | |
|
||
setup( | ||
name="composio_openai", | ||
version="0.3.16", | ||
version="0.3.17", | ||
author="Sawradip", | ||
author_email="[email protected]", | ||
description="Use Composio to get an array of tools with your OpenAI Function Call.", | ||
|
@@ -22,6 +22,6 @@ | |
"Operating System :: OS Independent", | ||
], | ||
python_requires=">=3.9,<4", | ||
install_requires=["composio_core==0.3.16"], | ||
install_requires=["composio_core==0.3.17"], | ||
include_package_data=True, | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ | |
|
||
setup( | ||
name="composio_core", | ||
version="0.3.16", | ||
version="0.3.17", | ||
author="Utkarsh", | ||
author_email="[email protected]", | ||
description="Core package to act as a bridge between composio platform and other services.", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.