Skip to content

Commit f9c81d3

Browse files
Remove Railway Deployment instructions from README
Removed the Railway Deployment section from the README.
1 parent fe25bf9 commit f9c81d3

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

integrations/adk-middleware/python/README.md

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -247,19 +247,6 @@ add_adk_fastapi_endpoint(app, technical_agent_wrapper, path="/agents/technical")
247247
add_adk_fastapi_endpoint(app, creative_agent_wrapper, path="/agents/creative")
248248
```
249249
250-
## Railway Deployment
251-
252-
Deploy the middleware as a managed FastAPI service using the included Railway manifest.
253-
254-
1. Install the Railway CLI (`npm i -g @railway/cli`) and authenticate with `railway login`.
255-
2. From the repository root run `railway up` to create or update a service using `railway.toml`.
256-
3. Set `GOOGLE_API_KEY` or `GOOGLE_APPLICATION_CREDENTIALS` in the Railway dashboard so the ADK agent can call Gemini.
257-
4. (Optional) Tune behaviour with the environment variables documented in `ag_ui_adk/railway_app.py` such as `ADK_MODEL`, `ADK_APP_NAME`, and `ADK_API_PATH`.
258-
259-
Railway builds from the provided `Dockerfile`, which installs the middleware and runs `uvicorn ag_ui_adk.railway_app:app`. The middleware endpoint is available at `https://<your-service>.railway.app/chat` (or the path set in `ADK_API_PATH`) with `/health` exposed for monitoring.
260-
261-
> Note: A `Procfile` remains for local tooling compatibility, but Railway uses the Dockerfile as the authoritative start command.
262-
263250
## Tool Support
264251
265252
The middleware provides complete bidirectional tool support, enabling AG-UI Protocol tools to execute within Google ADK agents. All tools supplied by the client are currently implemented as long-running tools that emit events to the client for execution and can be combined with backend tools provided by the agent to create a hybrid combined toolset.

0 commit comments

Comments
 (0)