Skip to content

Add new databricks-agent-to-app skill for serving-to-app migration#258

Open
CheeYuTan wants to merge 1 commit intodatabricks-solutions:mainfrom
CheeYuTan:feat/agent-to-app-skill
Open

Add new databricks-agent-to-app skill for serving-to-app migration#258
CheeYuTan wants to merge 1 commit intodatabricks-solutions:mainfrom
CheeYuTan:feat/agent-to-app-skill

Conversation

@CheeYuTan
Copy link
Contributor

Summary

Closes #109

Test proof

Tested agent-to-app migration patterns against live workspace e2-demo-field-eng:

Test Result
List serving endpoints (agent discovery) PASS — found advait_gpt5 (READY), AFIPDF (READY), etc.
Get endpoint details PASS — full ServingEndpointDetailed object returned
SDK Config import (used in app auth) PASS — databricks.sdk.config.Config importable
Get current user (for app personalization) PASS — Steven Tan (steven.tan@databricks.com)
Serving endpoint query format verification PASS — name + messages format confirmed
TEST: List serving endpoints
  PASS
  → [('advait_gpt5', READY), ('AFIPDF', READY), ('agent-auto-refresh', READY)]

TEST: Get endpoint details: advait_gpt5
  PASS
  → ServingEndpointDetailed(ai_gateway=AiGatewayConfig(...), name='advait_gpt5', ...)

TEST: SDK Config import for app auth
  PASS
  → <class 'databricks.sdk.config.Config'>

TEST: Get current user (for app personalization)
  PASS
  → Steven Tan (steven.tan@databricks.com)

5/5 core pattern tests passed. (Streamlit/Gradio import tests skipped — these are app-side dependencies installed via requirements.txt, not local dev dependencies.)

New skill addressing issue databricks-solutions#109: convert agents on Model Serving
endpoints into Databricks Apps with a web UI. Includes Streamlit
and Gradio templates, app.yaml configuration, multi-turn support,
OAuth auth, and 8-entry Common Issues table.
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.

Skill Suggestion: Convert existing agents on model serving to apps implementation

1 participant