diff --git a/docs/develop/python/index.mdx b/docs/develop/python/index.mdx index c44acbf4d0..2fcd3724c7 100644 --- a/docs/develop/python/index.mdx +++ b/docs/develop/python/index.mdx @@ -87,6 +87,7 @@ From there, you can dive deeper into any of the Temporal primitives to start bui - [Deep Agents integration](/develop/python/integrations/deepagents) - [Google ADK integration](/develop/python/integrations/google-adk) - [Google GenAI integration](/develop/python/integrations/google-genai) +- [Laminar integration](https://laminar.sh/docs/tracing/integrations/temporal) - [Langfuse integration](https://langfuse.com/integrations/frameworks/temporal) - [LangGraph integration](/develop/python/integrations/langgraph) - [LangSmith integration](/develop/python/integrations/langsmith) diff --git a/docs/develop/typescript/index.mdx b/docs/develop/typescript/index.mdx index 9dc7545192..ccd9800295 100644 --- a/docs/develop/typescript/index.mdx +++ b/docs/develop/typescript/index.mdx @@ -86,6 +86,7 @@ Once your local Temporal Service is set up, continue building with the following - [Braintrust integration](https://www.braintrust.dev/docs/integrations/sdk-integrations/temporal#typescript) - [Google ADK integration](/develop/typescript/integrations/google-adk-agents) +- [Laminar integration](https://laminar.sh/docs/tracing/integrations/temporal) - [LangSmith integration](/develop/typescript/integrations/langsmith) - [Mastra integration](https://mastra.ai/guides/deployment/temporal) - [OpenAI Agents SDK integration](/develop/typescript/integrations/openai-agents) diff --git a/src/components/IntegrationsGrid/integrations-data.json b/src/components/IntegrationsGrid/integrations-data.json index 652624b11d..8eb9ae8ffc 100644 --- a/src/components/IntegrationsGrid/integrations-data.json +++ b/src/components/IntegrationsGrid/integrations-data.json @@ -125,6 +125,24 @@ ], "href": "https://grafana.com/docs/grafana-cloud/monitor-infrastructure/integrations/integration-reference/integration-temporal/" }, + { + "name": "Laminar", + "description": "Trace Temporal Workflows, Activities, and the LLM calls inside them with Laminar.", + "tags": [ + "Agent observability" + ], + "sdk": "Python", + "href": "https://laminar.sh/docs/tracing/integrations/temporal" + }, + { + "name": "Laminar", + "description": "Trace Temporal Workflows, Activities, and the LLM calls inside them with Laminar.", + "tags": [ + "Agent observability" + ], + "sdk": "TypeScript", + "href": "https://laminar.sh/docs/tracing/integrations/temporal" + }, { "name": "LangGraph", "description": "Run LangGraph agent graphs as durable, resumable Temporal Workflows.",