innerTools

abstract fun innerTools(process: AgentProcess): List<Tool>

The inner tools available in this context.

May vary based on process state, permissions, phase, etc. Implementations should return an empty list if no tools are available in the current context.

Return

The tools available for this process

Parameters

process

The current agent process context