Closed maciejmajek closed 2 months ago
@maciejmajek Such a great idea to have an open-source alternative for paid services!
Please document how to use Langfuse (and LangSmith if possible). I think new users might not know that it's possible.
How about adding it to:
Multimodal tracing works in langsmith, langfuse has limited capability (works with links, but not with base64 images that we use yet)
Important step for full open-source tool set
Purpose
Tracing agents is crucial for debugging, transparency, safety and more. At the moment, the code only works with LangSmith tracing (a paid solution). RAI has to provide an alternative, like LangFuse.
Proposed Changes
What does this PR add, remove or fix?
Issues
Testing
Setup langfuse: https://langfuse.com/docs/deployment/local Go to http://localhost:3000, create account, organization and project. configure langfuse tracing in config.toml
Add the config to the main agent.invoke