CodeConfiguration¶
Structure Class¶
CodeConfiguration
dataclass
¶
The configuration for the source code that defines how the agent runtime code should be executed, including the code location, runtime environment, and entry point.
Attributes¶
entry_point
instance-attribute
¶
entry_point: list[str]
The entry point for the code execution, specifying the function or method that should be invoked when the code runs.
runtime
instance-attribute
¶
runtime: AgentManagedRuntimeType
The runtime environment for executing the agent code. Specify the programming language and version to use for the agent runtime. For valid values, see the list of supported runtimes.