chat / agent_system /agent_tools.py
rejig-ai's picture
Refactor agent tools to use agents-as-tools pattern
f9ff014
raw
history blame contribute delete
238 Bytes
# REMOVED: This file's functionality has been replaced by agent.as_tool() calls
# The broken function tools in this file were causing circular import issues
# All functionality has been moved to agents.py using the agents-as-tools pattern