Switch to unified view

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