All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.bsc.langgraph4j.agentexecutor.AgentOutcome Maven / Gradle / Ivy

package org.bsc.langgraph4j.agentexecutor;

public record AgentOutcome(
    AgentAction action,
    AgentFinish finish
) {}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy