-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaudiotoolagent.yaml
More file actions
38 lines (35 loc) · 1 KB
/
audiotoolagent.yaml
File metadata and controls
38 lines (35 loc) · 1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
name: AudioToolAgent-Closed
description: Closed-source configuration using Gemini 3 Pro orchestrator and vendor APIs.
orchestrator:
name: Gemini3Pro-Agent
llm_type: google
llm_model: gemini-3-pro-preview
api_key_env: GOOGLE_API_KEY
max_tokens: 4096
temperature: 0.2
system_prompt: |
You are the AudioToolAgent orchestrator coordinating specialised audio tools.
Reason about the question, call tools when useful, and return a final answer
wrapped between <answer> and </answer> tags. Prefer to cross-check important
details with multiple tools when the evidence conflicts.
max_retries: 4
logging:
level: INFO
# Tool suite for the closed-source configuration.
tools:
- type: gemini3_pro
enabled: true
params:
model_name: gemini-3-pro-preview
- type: qwen2_5omni
enabled: true
params: {}
- type: audioflamingo_api
enabled: true
params: {}
- type: whisper
enabled: true
params:
model_name: medium
device: auto
compute_type: float16