@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix schema: <https://schema.org/> .
@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix void: <http://rdfs.org/ns/void#> .
@prefix aa: <https://agentaccess.dk/ontology#> .

<https://agentaccess.dk/enablers/langfuse> a schema:SoftwareApplication, aa:EnablerTool ;
  schema:name "Langfuse"@en ;
  schema:headline "Open-source LLM observability, tracing & prompt management platform"@en ;
  schema:description "Langfuse provides full-lifecycle tracing, evaluation, and monitoring for AI agents executing complex multi-step tool calls."@en ;
  dcterms:description "When AI agents execute tool calling across Danish APIs, scrapers, and MCP servers, Langfuse captures complete execution traces, token consumption, latency, and tool input/output payloads. Developers can debug agent failures, track costs, and evaluate output quality in real time."@en ;
  schema:url <https://langfuse.com> ;
  schema:documentation <https://langfuse.com/docs> ;
  schema:codeRepository <https://github.com/langfuse/langfuse> ;
  aa:enablerCategory "sandboxes-runtimes" ;
  aa:pricingModel "Open Source" ;
  aa:featured true ;
  schema:dateCreated "2026-08-18"^^xsd:date ;
  dcat:keyword "observability" ;
  dcat:keyword "tracing" ;
  dcat:keyword "monitoring" ;
  dcat:keyword "prompt-management" ;
  dcat:keyword "open-source" ;
  schema:featureList "Detailed distributed tracing of agent tool calls & model steps"@en ;
  schema:featureList "Self-hostable via Docker or managed cloud platform"@en ;
  schema:featureList "Cost tracking, latency monitoring, and token analytics"@en ;
  schema:featureList "Integrations with Vercel AI SDK, LangChain, LlamaIndex, and OpenAI"@en ;
  schema:isAccessibleForFree true .
