ABAO77's picture
Implement Lesson Practice 2 Agent with state management and routing logic; add practice and teaching agent functions; create prompts for conversation and teaching; establish pronunciation API with lesson data and search functionality.
5a412ce
raw
history blame
446 Bytes
# 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