File size: 225 Bytes
c198949
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
import sys
import os

# Add src directory to sys.path
sys.path.insert(0, os.path.abspath(os.path.join(os.path.dirname(__file__), '../src')))

import aurelian.agents.linkml_agent as am

ui = am.chat(workdir="tmp")
ui.launch()