Skip to content
Open
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
6 changes: 3 additions & 3 deletions ai-agents/agno.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ description: "Connect an Agno agent to CometChat, customize it with UI Kit Build
## Prerequisites

- A CometChat account and an app: **[Create App](https://app.cometchat.com/apps)**
- An Agno agent endpoint (see Step 6 for the example services).
- An Agno agent endpoint (see Step 6 for the example services) — the deployment URL must end with **/stream**.
- Python 3.10+ with `pip`, plus access to an OpenAI-compatible model (`OPENAI_API_KEY`).

---
Expand Down Expand Up @@ -54,7 +54,7 @@ Navigate to **AI Agent → Get Started** and then **AI Agents → Add Agent**.
Paste/define:
<ul>
<li><b>Agent ID</b> — a unique handle that matches how you route traffic (e.g., <code>support</code>).</li>
<li><b>Deployment URL</b> — the public HTTPS endpoint exposed by your Agno service.</li>
<li><b>Deployment URL</b> — the public HTTPS endpoint exposed by your Agno service, and it must end with <code>/stream</code>.</li>
<li>(Optional) <b>Headers</b> — JSON auth headers that your FastAPI deployment expects.</li>
</ul>
</Step>
Expand Down Expand Up @@ -188,4 +188,4 @@ uvicorn product_hunt_agent.main:app --host 0.0.0.0 --port 8001 --reload
</Accordion>
</AccordionGroup>

> Deploy behind HTTPS and secure with auth headers or gateway middleware before pointing CometChat at the `/stream` endpoint.
> Deploy behind HTTPS and secure with auth headers or gateway middleware before pointing CometChat at the `/stream` endpoint.