You've already forked adk-python
mirror of
https://github.com/encounter/adk-python.git
synced 2026-07-09 18:19:28 -07:00
8 lines
271 B
YAML
8 lines
271 B
YAML
|
|
# 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
|