Skip to content

🪢 Langfuse Python SDK - Instrument your LLM app with decorators or low-level SDK and get detailed tracing/observability. Works with any LLM or framework

License

Notifications You must be signed in to change notification settings

langfuse/langfuse-python

Folders and files

NameName
Last commit message
Last commit date
Dec 12, 2024
Mar 20, 2024
Dec 6, 2024
Jan 6, 2025
Jun 7, 2024
Nov 16, 2024
Jan 2, 2025
Mar 6, 2024
Mar 4, 2024
Mar 20, 2024
Jul 20, 2024
Jul 26, 2023
Jul 4, 2024
Sep 5, 2024
Jan 8, 2025
Jan 8, 2025
Sep 5, 2024

Repository files navigation

GitHub Banner

Langfuse Python SDK

MIT License CI test status PyPI Version GitHub Repo stars Discord YC W23

Installation

Important

The SDK was rewritten in v2 and released on December 17, 2023. Refer to the v2 migration guide for instructions on updating your code.

pip install langfuse

Docs

Interfaces

Interfaces:

  • @observe() decorator (docs)
  • Low-level tracing SDK (docs)
  • Wrapper of Langfuse public API

Integrations