observe() or POST /v1/ingest.
Supported ecosystems include OpenAI, Anthropic, LangChain, LlamaIndex, CrewAI, AutoGen, and fully custom agents.
Integration pattern
Every integration follows the same three steps:- Run your agent normally (no Histeeria wrapper required)
- Call
observe()with input, output, and identifiers - Optionally
flush()in serverless environments
OpenAI
Anthropic
LangChain
Wrap at chain or agent executor level:LlamaIndex
Observe after query engine or agent workflow completion:CrewAI & AutoGen
Multi-agent systems benefit from:- Distinct
agent_idper crew member - Shared
session_idper workflow run - Tracing for handoffs between agents
REST API (any language)
SDK packages
| Language | Install |
|---|---|
| Python | pip install histeeria |
| TypeScript | npm install histeeria |

