> ## Documentation Index
> Fetch the complete documentation index at: https://docs.agnost.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Conversational Agents

> Track every AI interaction your agent makes: latency, inputs, outputs, and users

Agnost AI gives you full visibility into what your AI agents are doing. Wrap any interaction with `begin()` and `end()`: Agnost captures the input, output, latency, and user automatically.

Every call shows up in your dashboard grouped by session, user, and agent: with latency trends, error rates, and the ability to run LLM-as-a-judge classification on top.

## Pick your SDK

<CardGroup cols={2}>
  <Card title="Python" icon="python" href="/conversation-quickstart">Quickstart + full Python SDK reference</Card>
  <Card title="TypeScript" icon="js" href="/typescript-conversation">TypeScript conversation SDK</Card>
</CardGroup>
