Spaces:
Build error
Build error
| """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 | |
| """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 | |