koog-agents
Toggle table of contents
0.1.0
common
Platform filter
common
Switch theme
Search in API
koog-agents
agents-core
/
ai.koog.agents.core.feature.handler
/
StrategyUpdateContext
Strategy
Update
Context
class
StrategyUpdateContext
<
FeatureT
>
(
val
strategy
:
AIAgentStrategy
,
val
feature
:
FeatureT
)
(
source
)
Members
Constructors
Strategy
Update
Context
Link copied to clipboard
constructor
(
strategy
:
AIAgentStrategy
,
feature
:
FeatureT
)
Properties
feature
Link copied to clipboard
val
feature
:
FeatureT
strategy
Link copied to clipboard
val
strategy
:
AIAgentStrategy
Functions
read
Strategy
Link copied to clipboard
suspend
fun
readStrategy
(
block
:
suspend
(
AIAgentStrategy
)
->
Unit
)