返回 Skill 列表
extension
分类: 开发与工程无需 API Key

laminar-quickstart-trace

在几分钟内创建一个不需要外部LLM调用的最小Laminar跟踪演示。当用户请求Laminar示例、快速入门演示,或希望快速在Laminar UI(云端或自托管)中看到跟踪时使用。

person作者: jakexiaohubgithub

Laminar Quickstart Trace

Workflow

  1. Confirm runtime (Node/TS vs Python), Laminar backend target (cloud vs self-hosted), and availability of LMNR_PROJECT_API_KEY.
  2. Build the smallest runnable demo using manual spans only; tag the trace with a unique run id for easy filtering.
  3. Run the script and direct the user to the Traces view; filter by tag or metadata to find the trace.
  4. If traces do not show quickly, retry with batching disabled and call Laminar.flush().

References

  • references/quickstart-node.md for a Node/JS demo with code and commands.
  • references/quickstart-python.md for a Python demo with code and commands.
  • references/troubleshooting.md for common failures and fast fixes.