Skip to content

Add agent-openai-basic template - #262

Draft
elainemwang wants to merge 1 commit into
databricks:mainfrom
elainemwang:add-agent-openai-local-template
Draft

Add agent-openai-basic template#262
elainemwang wants to merge 1 commit into
databricks:mainfrom
elainemwang:add-agent-openai-local-template

Conversation

@elainemwang

Copy link
Copy Markdown

A lean OpenAI Agents SDK agent backend for Databricks Apps: runs locally with no database and no setup beyond a Databricks auth profile. Lakebase durability and MLflow tracing are opt-in. API-first (no bundled UI); exposes the OpenAI Responses API.

@elainemwang
elainemwang force-pushed the add-agent-openai-local-template branch from 0f34179 to 7ee174b Compare August 21, 2026 20:41
"ResponsesAgent",
enable_chat_proxy=True,
task_timeout_seconds=float(os.getenv("TASK_TIMEOUT_SECONDS", "3600")),
poll_interval_seconds=float(os.getenv("POLL_INTERVAL_SECONDS", "1.0")),

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

once databricks/databricks-ai-bridge#467 is merged, we can do ResumeStrategy.AGENT_SESSION

@elainemwang
elainemwang force-pushed the add-agent-openai-local-template branch 8 times, most recently from 9f1ea95 to fb020bd Compare August 21, 2026 23:19
A lean OpenAI Agents SDK agent backend for Databricks Apps: runs locally with no
database and no setup beyond a Databricks auth profile. Lakebase durability and
MLflow tracing are opt-in. API-first (no bundled UI); exposes the OpenAI Responses API.
@elainemwang
elainemwang force-pushed the add-agent-openai-local-template branch from fb020bd to c14e8f9 Compare August 22, 2026 00:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant