[3af7d7]: / aiagents4pharma / talk2cells / states / state_talk2cells.py

Download this file

14 lines (10 with data), 253 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
#!/usr/bin/env python3
'''
This is the state file for the Talk2Cells agent.
'''
from langgraph.prebuilt.chat_agent_executor import AgentState
class Talk2Cells(AgentState):
"""
The state for the Talk2Cells agent.
"""
search_table: str