You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: databricks-agents/CLAUDE.md
+18-18Lines changed: 18 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
-
# databricks-agent-deploy
1
+
# dbx-agent-app
2
2
3
3
## Project Overview
4
4
5
-
Agent platform for Databricks Apps. Package name: `databricks-agent-deploy` (PyPI), import as `databricks_agents` (Python).
5
+
Agent platform for Databricks Apps. Package name: `dbx-agent-app` (PyPI), import as `dbx_agent_app` (Python).
6
6
7
7
Build agents with any framework (official Databricks SDK, LangGraph, CrewAI, plain FastAPI). Deploy the platform to discover, test, trace, and govern all of them.
8
8
@@ -27,7 +27,7 @@ This is NOT an agent-building SDK. It's the **control plane** for agents in your
27
27
The recommended way to build agents. One decorator gives you `/invocations`, agent card, health, and MCP.
Copy file name to clipboardExpand all lines: databricks-agents/CONTRIBUTING.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
-
# Contributing to databricks-agents
1
+
# Contributing to dbx-agent-app
2
2
3
-
Thank you for your interest in contributing to databricks-agents! This project is a Databricks Labs initiative to make it easier to build discoverable AI agents on Databricks Apps.
3
+
Thank you for your interest in contributing to dbx-agent-app! This project is a Databricks Labs initiative to make it easier to build discoverable AI agents on Databricks Apps.
**PR Title**: Add databricks-agents framework for building discoverable agents
89
+
**PR Title**: Add dbx-agent-app framework for building discoverable agents
90
90
91
91
**PR Description**:
92
92
```markdown
93
93
## Summary
94
94
95
-
Adds `databricks-agents`, a lightweight Python framework for building discoverable AI agents on Databricks Apps. This framework makes it trivial to turn any Databricks App into a standards-compliant agent with auto-generated A2A protocol endpoints.
95
+
Adds `dbx-agent-app`, a lightweight Python framework for building discoverable AI agents on Databricks Apps. This framework makes it trivial to turn any Databricks App into a standards-compliant agent with auto-generated A2A protocol endpoints.
96
96
97
97
## What It Does
98
98
@@ -104,18 +104,18 @@ Adds `databricks-agents`, a lightweight Python framework for building discoverab
Copy file name to clipboardExpand all lines: databricks-agents/README.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,10 @@
1
-
# databricks-agents
1
+
# dbx-agent-app
2
2
3
3
A lightweight Python framework for building discoverable AI agents on Databricks Apps that automatically expose A2A (Agent-to-Agent) protocol endpoints.
4
4
5
5
## What It Does
6
6
7
-
The `databricks-agents` framework makes it trivial to turn a Databricks App into a discoverable, standards-compliant agent:
7
+
The `dbx-agent-app` framework makes it trivial to turn a Databricks App into a discoverable, standards-compliant agent:
0 commit comments