Skip to content
This repository has been archived by the owner on Jun 27, 2024. It is now read-only.

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

Notifications You must be signed in to change notification settings

ComposioHQ/composio-agentic-code-executor

Repository files navigation

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=<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

pip install composio_griptape
python code_itrprtr_griptape.py

License

This project is licensed under the MIT License - see the LICENSE file for details.

Contact

If you have any questions or feedback, please feel free to contact us.

Enjoy exploring the Composio Code Executor Tool!

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages