1

Install Composio and Wrangler

2

Setup wrangler in wrangler.toml file

3

Create JS file and Import Dependencies

4

Define method to let user connect their GitHub account

Learn more about entities here

5

Setup Agent with Cloudflare Worker AI

6

Invoke Your Agent

Start Wrangler by doing wrangler dev and send a POST request to the server to invoke your agent.

Tada 🎉! It was this simple to create a powerful Agent with Composio and Cloudflare Worker AI.

7

Complete code snippet

View the full snippet here