InternalAgentStateApi

Marks internal agent state access used by framework infrastructure.

These APIs expose implementation details of agent process and blackboard state. They are not part of the public agent API and may change without notice. Kotlin callers must opt in with @OptIn(InternalAgentStateApi::class).

Note: opt-in is enforced by the Kotlin compiler only; Java callers are not checked.