Uses of Record Class
org.bsc.langgraph4j.studio.LangGraphStudioServer.PersistentConfig
Packages that use LangGraphStudioServer.PersistentConfig
-
Uses of LangGraphStudioServer.PersistentConfig in org.bsc.langgraph4j.studio
Methods in org.bsc.langgraph4j.studio that return types with arguments of type LangGraphStudioServer.PersistentConfigModifier and TypeMethodDescriptionLangGraphStudioServer.Instance.cache()Returns the value of thecacherecord component.Constructor parameters in org.bsc.langgraph4j.studio with type arguments of type LangGraphStudioServer.PersistentConfigModifierConstructorDescriptionInstance(String title, StateGraph<? extends AgentState> graph, CompileConfig compileConfig, List<ArgumentMetadata> args, com.fasterxml.jackson.databind.ObjectMapper objectMapper, Map<LangGraphStudioServer.PersistentConfig, LangGraphStudioServer.CacheEntry> cache) Creates an instance of aInstancerecord class.