Skip to main content

Installation

Requires Python 3.9+. Framework extras pull in only what each integration needs, e.g. pip install "agentx-python[langchain]" - see Framework Integrations.

Initialization

The key comes from the engine’s startup log or Settings → API access - see Authentication. Construction is lazy (no network call), and tracing is fire-and-forget - a wrong URL or key surfaces as a one-time log warning, not an exception. To fail fast instead, verify once at startup:

The client at a glance

Guides

Tracing

Record agent runs - spans, sessions, tool calls

Evaluations

Score any agent against a dataset in one script

Monitor

Continuous detection on production traffic

CI/CD

Gate releases on measured quality