Skip to main content

Use Composio to get an array of tools with your Griptape workflow.

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

composio_griptape-0.7.20.tar.gz (4.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

composio_griptape-0.7.20-py3-none-any.whl (4.5 kB view details)

Uploaded Python 3

File details

Details for the file composio_griptape-0.7.20.tar.gz.

File metadata

  • Download URL: composio_griptape-0.7.20.tar.gz
  • Upload date:
  • Size: 4.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for composio_griptape-0.7.20.tar.gz
Algorithm Hash digest
SHA256 d7b9a1a70bc0554e9de92ee8a36e65c409668e9ea6dcdc7dd73499fc281c8aa4
MD5 69a2faf51b7c9fe4a31b9359a766a3d6
BLAKE2b-256 56f6770e0acd57926ec579d9585216bd5f6705f7fef587b162866d7d12ac3bdf

See more details on using hashes here.

File details

Details for the file composio_griptape-0.7.20-py3-none-any.whl.

File metadata

File hashes

Hashes for composio_griptape-0.7.20-py3-none-any.whl
Algorithm Hash digest
SHA256 8ead2a54bc623762904996cc5275128b0f613673288c9b1067e8ccf89fec94ce
MD5 6b3bedb4b0c80f3226fd8d67a768af58
BLAKE2b-256 27899f635ddc460cc6d67950b8be0ae2b1c55ed787f5b972bea9ea41fe395ee7

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page