You've already forked adk-python
mirror of
https://github.com/encounter/adk-python.git
synced 2026-07-09 18:19:28 -07:00
43f302ce1a
Also expand agent folder name to full spelling, e.g. ma --> multi_agent PiperOrigin-RevId: 795926902
12 lines
504 B
YAML
12 lines
504 B
YAML
# yaml-language-server: $schema=https://raw.githubusercontent.com/google/adk-python/refs/heads/main/src/google/adk/agents/config_schemas/AgentConfig.json
|
|
agent_class: LlmAgent
|
|
model: gemini-2.5-flash
|
|
name: roll_agent
|
|
description: Handles rolling dice of different sizes.
|
|
instruction: |
|
|
You are responsible for rolling dice based on the user's request.
|
|
|
|
When asked to roll a die, you must call the roll_die tool with the number of sides as an integer.
|
|
tools:
|
|
- name: multi_agent_llm_config.roll_die
|