AgenticInfo

data class AgenticInfo(val type: Class<*>)

Agentic info about a type

Constructors

Link copied to clipboard
constructor(type: Class<*>)

Properties

Link copied to clipboard
Link copied to clipboard
val type: Class<*>

Functions

Link copied to clipboard

Is this type agentic at all?

Link copied to clipboard

Name for this agent. Valid only if agentic() is true.

Link copied to clipboard
Link copied to clipboard