Class AbstractLangGraphStudioConfig

java.lang.Object
org.bsc.langgraph4j.studio.springboot.LangGraphStudioConfig
org.bsc.langgraph4j.studio.springboot.AbstractLangGraphStudioConfig

@Deprecated(forRemoval=true) public abstract class AbstractLangGraphStudioConfig extends LangGraphStudioConfig
Deprecated, for removal: This API element is subject to removal in a future version.
This class is scheduled for removal. Implement LangGraphStudioConfig directly and provide a custom implementation for the instanceMap() method to configure one or more graph instances.
Abstract base class for LangGraph Studio configuration, simplifying the setup for a single flow.

This class is designed for scenarios where only one graph (flow) needs to be exposed through the LangGraph Studio.

  • Constructor Details

    • AbstractLangGraphStudioConfig

      public AbstractLangGraphStudioConfig()
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details