integrate-flowlines-sdk-python
Flowlines SDK for Python — Integration Guide
Flowlines is an observability and memory SDK for LLM-powered Python applications. It instruments LLM provider APIs using OpenTelemetry, automatically capturing requests, responses, timing, and errors, and exports them to the Flowlines backend.
Step 1: Install the SDK
Requires Python 3.10+.
pip install flowlines
Then install instrumentation extras for the providers used in the project:
# Single provider
pip install "flowlines[openai]"
More from flowlines-ai/skills
integrate-flowlines-sdk-js
Integrates the @flowlines/sdk into a Node.js/TypeScript/Next.js codebase. Use when adding Flowlines observability and memory to an AI/LLM application, setting up OpenTelemetry instrumentation for AI libraries, or when the user asks to add Flowlines monitoring or memory.
18integrate-flowlines-opencode-plugin
Integrates the @flowlines/opencode-plugin into an OpenCode project. Use when adding Flowlines observability to an OpenCode setup, configuring the Flowlines plugin for OpenCode, or when the user asks to monitor AI coding sessions with Flowlines.
3