Package org.bsc.langgraph4j.state


package org.bsc.langgraph4j.state
Provides classes and interfaces for managing the state of agents in the langgraph4j framework.

This package includes:

  • AgentState - Represents the state of an agent with a map of data.
  • AgentStateFactory - A factory interface for creating instances of AgentState.
  • invalid reference
    org.bsc.langgraph4j.state.AppendableValue
    - Represents a value that can be appended to and provides various utility methods.
  • invalid reference
    org.bsc.langgraph4j.state.AppendableValueRW
    - A class that implements the
    invalid reference
    org.bsc.langgraph4j.state.AppendableValue
    interface and provides functionality to append values to a list and retrieve various properties of the list.