Files
2026-07-13 12:38:34 +08:00

14 lines
1.2 KiB
Plaintext

---
title: Examples
description: End-to-end guides that build real agents with Composio.
---
End-to-end builds that wire Composio into working agents. Each one is a complete project you can read top to bottom and run.
<Cards>
<Card title="General agent with Pi" href="/examples/general-agent-with-pi" description="Build a Pi + Composio agent and drop it into Slack: triggers, per-user sessions, a shared connection, redirected auth links, and the proxy." />
<Card title="Daily standup bot" href="/examples/standup-slackbot" description="A Slack bot that drafts each teammate's standup from their own connected tools: your own Slack app, tool-router sessions, manual tool execution, the proxy, and per-member auth links." />
<Card title="Local sandbox PR reviewer" href="/examples/local-sandbox-pr-reviewer" description="Run a PR reviewer in your own sandbox while it calls GitHub tools through a Composio session." />
<Card title="iMessage custom toolkit with eve" href="/examples/imessage-agent" description="An agent that texts on your behalf from your own Mac: a custom toolkit wraps local iMessage in-process, and the eve provider puts it on the same session as the whole Composio catalog." />
</Cards>