1

Import Dependencies

2

Setup wrangler in wrangler.toml file

3

Define method to let user connect their GitHub account

Learn more about entities here

4

Setup Agent with Cloudflare Worker AI

5

Invoke Your Agent

Start Wrangler by doing wrangler dev and do 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.

6

Complete code snippet

View the full snippet here

Was this page helpful?