Package-level declarations

Types

Link copied to clipboard
data class AgentExecutionInfo(val parent: AgentExecutionInfo?, val partName: String)

Represents execution information for an agent, including a reference to a parent execution and a name identifying the specific part of the execution.

Properties

Link copied to clipboard

The default separator used to join parts of an agent's execution path.

Functions

Link copied to clipboard
fun path(vararg parts: String, separator: String = DEFAULT_AGENT_PATH_SEPARATOR): String

Joins the given parts into a single path string using the specified separator.