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.1.tar.gz
(24.1 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.1-py3-none-any.whl
(22.7 kB
view details)
File details
Details for the file fluxloop-0.1.1.tar.gz.
File metadata
- Download URL: fluxloop-0.1.1.tar.gz
- Upload date:
- Size: 24.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ed412a0909e3482e82017972016c23938f8337567f1125ade3bff8b6a3ccfec8
|
|
| MD5 |
89d9385e5d2d996be4522ecc9c226815
|
|
| BLAKE2b-256 |
343b25889aea3e6ffcfdb8367aa552336a9362d1ba6830e46fffa8d15135eefb
|
File details
Details for the file fluxloop-0.1.1-py3-none-any.whl.
File metadata
- Download URL: fluxloop-0.1.1-py3-none-any.whl
- Upload date:
- Size: 22.7 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 |
a4cba63655901a49d3796c135a030110174acbd8aad37a9350b2f191649cf2b4
|
|
| MD5 |
f873b98e75fd58bf04d4406d63de8758
|
|
| BLAKE2b-256 |
337da8204743a33baa6b297a99393c6918d4523af4dc6ab1cd192854566e3d35
|