Install
Integrate
Track interactions
Group into conversations
Identify users
Custom properties
Configuration
Cleanup
What appears in Agnost AI
- Conversations grouped by
conversation_id. - User-level analytics grouped by
user_id. - Events for every tracked interaction.
- Unsuccessful interactions remain visible in Events with
success=False.
Verify
Run onebegin() / end() interaction, then open app.agnost.ai. Check Events first, then Conversations.
Troubleshooting
- Confirm
agnost.init("your-org-id")runs before tracking. - Call
agnost.flush()oragnost.shutdown()before short-lived scripts exit. - Confirm the endpoint is
https://api.agnost.aiunless you intentionally use another endpoint.
Next steps
- Conversations: review how Python interactions are grouped.
- Events: inspect the exact records the SDK sent.
- Intents: organize production conversations by what users wanted.