From 756a9bdf5b6823aaedec2a9c976df0c05fa628be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jannik=20Maierh=C3=B6fer?= <48529566+jannikmaierhoefer@users.noreply.github.com> Date: Sat, 19 Oct 2024 06:16:41 -0700 Subject: [PATCH] Add Langfuse (#879) Co-authored-by: kokomo123 <70863536+kokomo123@users.noreply.github.com> Co-authored-by: nodiscc --- software/langfuse.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 software/langfuse.yml diff --git a/software/langfuse.yml b/software/langfuse.yml new file mode 100644 index 0000000000..d0cdd3a2b3 --- /dev/null +++ b/software/langfuse.yml @@ -0,0 +1,12 @@ +name: "Langfuse" +website_url: "https://langfuse.com" +source_code_url: "https://github.com/langfuse/langfuse" +description: "LLM engineering platform for model tracing, prompt management, and application evaluation. Langfuse helps teams collaboratively debug, analyze, and iterate on their LLM applications such as chatbots or AI agents." +licenses: + - MIT +platforms: + - Docker +tags: + - Software Development - IDE & Tools +demo_url: "https://langfuse.com/docs/demo" +related_software_url: "https://langfuse.com/docs/integrations/overview"