Package app.ductape.sdk.agents
Class AgentExecutionContext
java.lang.Object
app.ductape.sdk.agents.AgentExecutionContext
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.
-
Constructor Details
-
AgentExecutionContext
-
-
Method Details
-
product
-
env
-
agentTag
-
agentDefinition
-
input
-
session
-
tools
-
extras
-
toMap
Convenience snapshot useful for logging / fixtures parity.
-