Use Composio to get an array of tools with your Griptape wokflow.
Project description
🚀🔗 Integrating Composio with Griptape
Streamline the integration of Composio within the Griptape agentic framework to enhance the interaction capabilities of Griptape agents with external applications, significantly extending their operational range and efficiency.
Objective
- Facilitate the automation of starring a GitHub repository through the use of conversational commands within the Griptape framework, leveraging Composio's Function Calls.
Installation and Setup
Ensure you have the necessary packages installed and connect your GitHub account to allow your agents to utilize GitHub functionalities.
# Install Composio LangChain package
pip install composio-griptape
# Connect your GitHub account
composio-cli add github
# View available applications you can connect with
composio-cli show-apps
Usage Steps
1. Initialize Environment and Client
Establish your development environment by importing necessary libraries and setting up the Griptape client.
from griptape.structures import Agent
from griptape.utils import Chat
from composio_griptape import App, Action, Tag, ComposioToolSet
import dotenv
dotenv.load_dotenv("/Users/sawradip/Desktop/practice_code/practice_composio/composio_sdk/examples/.env")
2. Integrating GitHub Tools with Composio for Griptape Operations
This section guides you through the process of integrating GitHub tools into your Griptape projects using Composio's services.
composio_toolset = ComposioToolSet()
composio_tools = composio_toolset.get_tools(tools = App.GITHUB)
agent = Agent(
tools=composio_tools
)
Step 3: Agent Execution
This step involves configuring and Chatting with the Griptape agent to carry out specific tasks, for example, starring a GitHub repository.
Chat(agent).start()
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file composio_griptape-0.5.37.tar.gz
.
File metadata
- Download URL: composio_griptape-0.5.37.tar.gz
- Upload date:
- Size: 3.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d6e164adf4c50ea5b972e1ed6d510fc9ea130f40f455884743769b5f37ccef3e |
|
MD5 | 32ebe26a6f50e1d2fe1626f60679f38a |
|
BLAKE2b-256 | 727f5e34bcd467b0e8b873f94fb7babe18eb1f786afd68f8b0a793a685347ef7 |
File details
Details for the file composio_griptape-0.5.37-py3-none-any.whl
.
File metadata
- Download URL: composio_griptape-0.5.37-py3-none-any.whl
- Upload date:
- Size: 4.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bd868db620fbf4752cce3317d926b5cdeabc170825bfeb3ed90cc31c485e26c3 |
|
MD5 | f9eb8e4acf08ce434fb220baf175dd2d |
|
BLAKE2b-256 | 034872a7a7d1d289d7114cc99526a99827a5700d9b761133c40d4eae23afed88 |