agenticai / app.py
neuralgeekroot's picture
Basic Chatbot and Chatbot with tool node
ef15218
raw
history blame contribute delete
129 Bytes
from src.langgraphagenticai.main import load_langgraph_agenticai_app
if __name__=="__main__":
load_langgraph_agenticai_app()