File size: 157 Bytes
fab9847
 
 
 
 
1
2
3
4
5
6
"""agent/ — AI Agent chat module."""
import sys, os
sys.path.insert(0, os.path.dirname(os.path.dirname(__file__)))

from agent.chat import chat_with_agent