FluxLoop SDK for agent instrumentation and tracing
Project description
FluxLoop SDK
FluxLoop SDK for agent instrumentation and tracing.
Installation
pip install fluxloop
Quick Start
from fluxloop import trace, FluxLoopClient
# Initialize the client
client = FluxLoopClient()
# Use the trace decorator
@trace()
def my_agent_function(prompt: str):
# Your agent logic here
return result
Features
- 🔍 Automatic Tracing: Instrument your agent code with simple decorators
- 📊 Rich Context: Capture inputs, outputs, and metadata
- 🔄 Async Support: Works with both sync and async functions
- 🎯 Framework Integration: Built-in support for LangChain and LangGraph
Documentation
For detailed documentation, visit https://docs.fluxloop.dev
License
Apache License 2.0 - see LICENSE file for details
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
fluxloop-0.1.2.tar.gz
(24.3 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
fluxloop-0.1.2-py3-none-any.whl
(22.8 kB
view details)
File details
Details for the file fluxloop-0.1.2.tar.gz.
File metadata
- Download URL: fluxloop-0.1.2.tar.gz
- Upload date:
- Size: 24.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7825e238cf33810ccd2da27aee2e3ee7e6081481b9137afdbd4b678fec138d95
|
|
| MD5 |
59607d8591ea68862e6466548010420e
|
|
| BLAKE2b-256 |
b3e341a690e5e5089bbc77c7848effbe4dbbe6107c47b94a161a827b8d289163
|
File details
Details for the file fluxloop-0.1.2-py3-none-any.whl.
File metadata
- Download URL: fluxloop-0.1.2-py3-none-any.whl
- Upload date:
- Size: 22.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1350f7ff6b3307a539d4889bd905dbdb4f6c0b902583fab5d77552ffc1c532ca
|
|
| MD5 |
5656f1fccfb85ba4aac8df6b3214dafa
|
|
| BLAKE2b-256 |
1fb7df1c619b7116e6ff58184671f924f1ede0f2952af109ae186d4af74c69b9
|