Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 28 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

# Composio SDK

Skills that evolve for your Agents

[🌐 Website](https://composio.dev) • [📚 Documentation](https://docs.composio.dev)

Expand All @@ -16,7 +15,34 @@ Skills that evolve for your Agents
[![Discord](https://img.shields.io/badge/Discord-join-5865F2?logo=discord&logoColor=white)](https://discord.gg/composio)
</div>

This repository contains the official Software Development Kits (SDKs) for Composio, providing seamless integration capabilities for Python and Typescript Agentic Frameowrks and Libraries.
This repository contains the official Software Development Kits (SDKs) for Composio, providing seamless integration capabilities for Python and Typescript Agentic Frameworks and Libraries


<h3 align="center">Python</h3>

<div align="center">
<a href="https://youtu.be/wkqlR8322F4">
<img src="https://img.youtube.com/vi/wkqlR8322F4/hqdefault.jpg" alt="Watch the Python demo video" width="560" />
</a>
</div>

<h3 align="center">TypeScript</h3>

<div align="center">
<a href="https://youtu.be/ZRGb4xGl-kc">
<img src="https://img.youtube.com/vi/ZRGb4xGl-kc/hqdefault.jpg" alt="Watch the TypeScript demo video" width="560" />
</a>
</div>

## Repository Structure

```
composio/
├── python/ # Python SDK
└── ts/ # TypeScript SDK
```



## Getting Started

Expand Down
Loading