block / goose

Goose is a developer agent that operates from your command line to help you do the boring stuff.
https://block.github.io/goose/
Apache License 2.0
109 stars 17 forks source link

refactor: move langfuse wrapper to a module in exchange instead of a package #138

Closed salman1993 closed 1 week ago

salman1993 commented 1 week ago

have the Langfuse wrapper as module in the exchange package. This allows us to not release langfuse_wrapper as a package to pypi.

working locally for me: Screenshot 2024-10-10 at 7 06 22 PM

-> see these traces Screenshot 2024-10-10 at 7 06 32 PM

improvement: we should start a langfuse session to batch all related traces for a session. currently, there are multiple traces for each turn -> https://langfuse.com/docs/tracing-features/sessions

ahau-square commented 1 week ago

I like the justfile addition!