Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/develop/python/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ From there, you can dive deeper into any of the Temporal primitives to start bui

## [Integrations](/develop/python/integrations)

- [Arize integration](/develop/python/integrations/arize)
- [Braintrust integration](https://www.braintrust.dev/docs/integrations/sdk-integrations/temporal#python)
- [Deep Agents integration](/develop/python/integrations/deepagents)
- [Google ADK integration](/develop/python/integrations/google-adk)
Expand Down
633 changes: 633 additions & 0 deletions docs/develop/python/integrations/arize.mdx

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion docs/develop/python/platform/observability.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,8 @@ produces its own `RunActivity` span, so retries stay visible.

:::

For a complete example that sends agent traces to an observability backend, see the
For complete examples that send agent traces to an observability backend, see the
[Arize integration](/develop/python/integrations/arize) and the
[OpenTelemetry section of the OpenAI Agents SDK guide](/develop/python/integrations/openai-agents#opentelemetry).

### Trace with the interceptor
Expand Down
1 change: 1 addition & 0 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -717,6 +717,7 @@ const developPythonCategory = {
id: 'develop/python/integrations/index',
},
items: [
'develop/python/integrations/arize',
'develop/python/integrations/deepagents',
'develop/python/integrations/google-adk',
'develop/python/integrations/google-genai',
Expand Down
9 changes: 9 additions & 0 deletions src/components/IntegrationsGrid/integrations-data.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,15 @@
"sdk": "TypeScript",
"href": "/develop/typescript/integrations/ai-sdk"
},
{
"name": "Arize",
"description": "Send OpenInference traces from Temporal Workflows to Arize Phoenix or Arize AX with the OpenTelemetry plugin.",
"tags": [
"Agent observability"
],
"sdk": "Python",
"href": "/develop/python/integrations/arize"
},
{
"name": "Braintrust",
"description": "Monitor and evaluate AI application performance with Braintrust observability.",
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions vale/styles/Temporal/Headings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -215,8 +215,13 @@ exceptions:
- Grafana
# AI vendor and model-platform proper nouns
- AI
- Arize
- Google
- Gemini
- OpenAI
- OpenInference
- OTLP
- Phoenix
- Vertex
# Temporal product/site section proper nouns (exact phrase, not the individual words)
- AI Cookbook
Expand Down