Files

8 lines
271 B
YAML
Raw Permalink Normal View History

# Example of YAML-based service registration.
# The BarMemoryService is registered here with scheme "bar".
# To use this memory service, set --memory_service_uri=bar:// in the ADK CLI.
services:
- scheme: bar
type: memory
class: dummy_services.BarMemoryService