prebuilt.scientific_paper_agent.state¶

Classes¶

ScientificPaperAgentState

The state of the agent during the paper research process.

Module Contents¶

class prebuilt.scientific_paper_agent.state.ScientificPaperAgentState(/, **data: Any)¶

Bases: pydantic.BaseModel

The state of the agent during the paper research process.

is_good_answer: bool = None¶
messages: Annotated[collections.abc.Sequence[langchain_core.messages.BaseMessage], haive.haive.utils.message_utils.add_messages] = None¶
num_feedback_requests: int = None¶
requires_research: bool = None¶