Skip to content

Commit 4e2ae56

Browse files
authored
Merge branch 'main' into fix-openai-conversation
2 parents e7a5e25 + d186ded commit 4e2ae56

File tree

9 files changed

+28
-6
lines changed

9 files changed

+28
-6
lines changed

.github/workflows/update-docs.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,20 @@ name: "Update Translated Docs"
55
# 2. When you add a new page to the left-hand menu, **make sure to manually update mkdocs.yml** to include the new item.
66
# 3. If you switch to a different LLM (for example, from o3 to a newer model), be sure to conduct thorough testing before making the switch.
77

8+
# To add more languages, you will update the following:
9+
# 1. Add '!docs/{lang}/**' to `on.push.paths` in this file
10+
# 2. Update mkdocs.yml to have the new language
11+
# 3. Update docs/scripts/translate_docs.py to have the new language
12+
813
on:
914
push:
1015
branches:
1116
- main
1217
paths:
1318
- 'docs/**'
1419
- mkdocs.yml
20+
- '!docs/ja/**'
21+
- '!docs/ko/**'
1522

1623
permissions:
1724
contents: write

docs/ja/tracing.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,8 +132,8 @@ agent = Agent(
132132
- [Weights & Biases](https://weave-docs.wandb.ai/guides/integrations/openai_agents)
133133
- [Arize-Phoenix](https://docs.arize.com/phoenix/tracing/integrations-tracing/openai-agents-sdk)
134134
- [Future AGI](https://docs.futureagi.com/future-agi/products/observability/auto-instrumentation/openai_agents)
135-
- [MLflow (self-hosted/OSS](https://mlflow.org/docs/latest/tracing/integrations/openai-agent)
136-
- [MLflow (Databricks hosted](https://docs.databricks.com/aws/en/mlflow/mlflow-tracing#-automatic-tracing)
135+
- [MLflow (self-hosted/OSS)](https://mlflow.org/docs/latest/tracing/integrations/openai-agent)
136+
- [MLflow (Databricks hosted)](https://docs.databricks.com/aws/en/mlflow/mlflow-tracing#-automatic-tracing)
137137
- [Braintrust](https://braintrust.dev/docs/guides/traces/integrations#openai-agents-sdk)
138138
- [Pydantic Logfire](https://logfire.pydantic.dev/docs/integrations/llms/openai/#openai-agents)
139139
- [AgentOps](https://docs.agentops.ai/v1/integrations/agentssdk)

docs/ko/tracing.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,8 +132,8 @@ agent = Agent(
132132
- [Weights & Biases](https://weave-docs.wandb.ai/guides/integrations/openai_agents)
133133
- [Arize-Phoenix](https://docs.arize.com/phoenix/tracing/integrations-tracing/openai-agents-sdk)
134134
- [Future AGI](https://docs.futureagi.com/future-agi/products/observability/auto-instrumentation/openai_agents)
135-
- [MLflow (self-hosted/OSS](https://mlflow.org/docs/latest/tracing/integrations/openai-agent)
136-
- [MLflow (Databricks hosted](https://docs.databricks.com/aws/en/mlflow/mlflow-tracing#-automatic-tracing)
135+
- [MLflow (self-hosted/OSS)](https://mlflow.org/docs/latest/tracing/integrations/openai-agent)
136+
- [MLflow (Databricks hosted)](https://docs.databricks.com/aws/en/mlflow/mlflow-tracing#-automatic-tracing)
137137
- [Braintrust](https://braintrust.dev/docs/guides/traces/integrations#openai-agents-sdk)
138138
- [Pydantic Logfire](https://logfire.pydantic.dev/docs/integrations/llms/openai/#openai-agents)
139139
- [AgentOps](https://docs.agentops.ai/v1/integrations/agentssdk)
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# `Advanced Sqlite Session`
2+
3+
::: agents.extensions.memory.advanced_sqlite_session
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# `Encrypt Session`
2+
3+
::: agents.extensions.memory.encrypt_session

docs/ref/memory/util.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# `Util`
2+
3+
::: agents.memory.util

docs/ref/realtime/audio_formats.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# `Audio Formats`
2+
3+
::: agents.realtime.audio_formats

docs/ref/tool_guardrails.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# `Tool Guardrails`
2+
3+
::: agents.tool_guardrails

docs/tracing.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,8 @@ agent = Agent(
130130
- [Weights & Biases](https://weave-docs.wandb.ai/guides/integrations/openai_agents)
131131
- [Arize-Phoenix](https://docs.arize.com/phoenix/tracing/integrations-tracing/openai-agents-sdk)
132132
- [Future AGI](https://docs.futureagi.com/future-agi/products/observability/auto-instrumentation/openai_agents)
133-
- [MLflow (self-hosted/OSS](https://mlflow.org/docs/latest/tracing/integrations/openai-agent)
134-
- [MLflow (Databricks hosted](https://docs.databricks.com/aws/en/mlflow/mlflow-tracing#-automatic-tracing)
133+
- [MLflow (self-hosted/OSS)](https://mlflow.org/docs/latest/tracing/integrations/openai-agent)
134+
- [MLflow (Databricks hosted)](https://docs.databricks.com/aws/en/mlflow/mlflow-tracing#-automatic-tracing)
135135
- [Braintrust](https://braintrust.dev/docs/guides/traces/integrations#openai-agents-sdk)
136136
- [Pydantic Logfire](https://logfire.pydantic.dev/docs/integrations/llms/openai/#openai-agents)
137137
- [AgentOps](https://docs.agentops.ai/v1/integrations/agentssdk)

0 commit comments

Comments
 (0)