Class InMemoryPendingToolInvocationStore

java.lang.Object
com.agentforge4j.runtime.tool.InMemoryPendingToolInvocationStore
All Implemented Interfaces:
PendingToolInvocationStore

public final class InMemoryPendingToolInvocationStore extends Object implements PendingToolInvocationStore
In-memory PendingToolInvocationStore (OSS default). Entries are keyed by run id and invocation id so a lookup for one run can never return another run's pending invocation.