Interface ReactAgent


public interface ReactAgent
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static class 
    ReactAgent.Builder<State extends MessagesState<org.springframework.ai.chat.messages.Message>>
    Class responsible for building a state graph.
    static interface 
     
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final org.slf4j.Logger
     
  • Method Summary

    Static Methods
    Modifier and Type
    Method
    Description
    static <State extends MessagesState<org.springframework.ai.chat.messages.Message>>
    ReactAgent.Builder<State>
    Returns a new instance of ReactAgent.Builder.