Skip to main content

Use Composio to get an array of tools with your Gemini agent.

Project description

🚀🔗 Integrating Composio with Google's Gemini SDK

Streamline the integration of Composio with Google AI Python to enhance the capabilities of Gemini models, allowing them to interact directly with external applications and expanding their operational scope.

Objective

  • Automate starring a GitHub repository using conversational instructions via Google AI Python's Function Calling feature.

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 Gemini package
pip install composio-gemini

# Connect your GitHub account
composio add github

# View available applications you can connect with
composio apps

Usage Steps

1. Import Base Packages

Prepare your environment by initializing necessary imports from Google AI Python and setting up your client.

from google import genai

# Create google client
client = genai.Client()

Step 2: Integrating GitHub Tools with Composio

This step involves fetching and integrating GitHub tools provided by Composio, enabling enhanced functionality for Google AI Python operations.

from google.genai import types

from composio_gemini import Action, ComposioToolSet

# Create composio client
toolset = ComposioToolSet()

# Create tools
tools = toolset.get_tools(
    actions=[
        Action.GITHUB_STAR_A_REPOSITORY_FOR_THE_AUTHENTICATED_USER,
    ]
)

# Create genai client config
config = types.GenerateContentConfig(
    tools=tools,  # type: ignore    
)

Step 3: Agent Execution

This step involves configuring and executing the agent to carry out actions, such as starring a GitHub repository.

# Use the chat interface.
chat = client.chats.create(model="gemini-2.0-flash", config=config)
response = chat.send_message(
    "Can you star composiohq/composio repository on github",
)
print(response.text)

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_gemini-0.14.0.tar.gz (5.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_gemini-0.14.0-py3-none-any.whl (5.4 kB view details)

Uploaded Python 3

File details

Details for the file composio_gemini-0.14.0.tar.gz.

File metadata

  • Download URL: composio_gemini-0.14.0.tar.gz
  • Upload date:
  • Size: 5.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.13

File hashes

Hashes for composio_gemini-0.14.0.tar.gz
Algorithm Hash digest
SHA256 34275b5af49c880e710e1e79b906f542e0d0b5f6414344453ea9f3e4ced15e34
MD5 4616d384eb9eefa1231e1b7db0f5d6c9
BLAKE2b-256 3d9724b0dce6c4295c5b59501153ce6925414f583b2711acb16d3288c9ffb3de

See more details on using hashes here.

File details

Details for the file composio_gemini-0.14.0-py3-none-any.whl.

File metadata

File hashes

Hashes for composio_gemini-0.14.0-py3-none-any.whl
Algorithm Hash digest
SHA256 91fa0b02042e2a11ffeac11e11c6e9f2b83b6c955af62634983680f86a5b8949
MD5 073eaaa10ba730aeb4d7d7eaa1791a9b
BLAKE2b-256 75626644f36832e2eea1b1c510ffa1a39236d4086e2b929bd39185e5efdfe530

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