mirror of
https://github.com/encounter/adk-python.git
synced 2026-07-09 18:19:28 -07:00
To register a custom service: - Create a factory function that takes a URI and returns an instance of your custom service. This function will parse any details it needs from the URI. - Register your factory with the global service registry. You need to define a unique URI scheme for your service (e.g., custom). PiperOrigin-RevId: 822310466