Class AgentExecutionContext

java.lang.Object
app.ductape.sdk.agents.AgentExecutionContext

public final class AgentExecutionContext extends Object
Snapshot of the resolved inputs handed to an AgentLocalExecutor.

Mirrors TS IAgentRunOptions after definition lookup + tool registry resolution: agent definition, input payload, optional session, optional explicit model override, plus the ToolRegistry the executor should drive. Keeps product/env alongside so the executor can resolve env-specific resilience config and secrets the same way TS does.