Composio Agentic Code Executor banner
ComposioHQ ComposioHQ

Composio Agentic Code Executor

Development community

Description

Examples of Composio code-executor tool with different agentic frameworks like AutoGen, CrewAI, JulepAI, GripTape, LyzrAI etc.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

Composio Code Executor Tool - A Comprehensive Guide

Composio Logo

Stars Badge License Badge Visitor Badge

Welcome to the Composio Code Executor Tool repository! This repository accompanies our blog post announcing the release of our new Code Executor Tool. It provides a comprehensive guide and practical examples to help you understand and utilize the tool effectively.

Overview

The Composio Code Executor Tool is a powerful utility designed to execute code across various agentic platforms.

Run these Files

Getting Started

To get started with the Composio Code Executor Tool, clone this repository to your local machine:

git clone https://github.com/SamparkAI/composio-agentic-code-executor.git

Then, navigate to the cloned directory:

cd composio-agentic-code-executor

Create a `.env` file, and put environmental keys:

OPENAI_API_KEY=

and all other Keys, corresponding to the framework.

Autogen

pip install composio_autogen
python code_itrprtr_autogen.py

CrewAI

pip install composio_crewai
python code_itrprtr_crewai.py

Julep

pip install composio_julep
python code_itrprtr_julep.py

Lyzr

pip install composio_lyzr
python code_itrprtr_lyzr.py

Griptape

pi