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
/
AgentCreateContext
Agent
Create
Context
class
AgentCreateContext
<
FeatureT
>
(
val
strategy
:
AIAgentStrategy
,
val
agent
:
AIAgent
,
val
feature
:
FeatureT
)
(
source
)
Members
Constructors
Agent
Create
Context
Link copied to clipboard
constructor
(
strategy
:
AIAgentStrategy
,
agent
:
AIAgent
,
feature
:
FeatureT
)
Properties
agent
Link copied to clipboard
val
agent
:
AIAgent
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
)