File size: 446 Bytes
20c3a0e
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
# Tools for Lesson Practice 2 Agents

# This file can be used to define any specific tools needed for the lesson practice agents
# Currently, the agents use handoff tools which are created in func.py

# Example tools that could be added:
# - Vocabulary lookup tools
# - Grammar reference tools  
# - Progress tracking tools
# - Audio processing tools

# For now, the agents primarily use handoff functionality between Practice and Teaching agents