File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -220,11 +220,12 @@ components:
220
220
interactionMode :
221
221
type : string
222
222
description : Mode of execution (e.g., autonomous, human in the loop).
223
- examples : ["Autonoumous "]
223
+ examples : ["Autonomous "]
224
224
enum :
225
225
- RequestResponse
226
226
- MultiTurnConversation
227
227
- HumanInTheLoop
228
+ - Autonomous
228
229
229
230
runMode :
230
231
type : string
Original file line number Diff line number Diff line change @@ -37,6 +37,7 @@ The agent descriptor follows an **OpenAPI 3.0-based** schema to enable easy docu
37
37
- ` RequestResponse ` a single request-response call
38
38
- ` MultiTurnConversation ` a session with multi-turn conversation
39
39
- ` HumanInTheLoop ` can ask human confirmation before taking an action
40
+ - ` Autonomous ` acts independently without requiring human intervention
40
41
- ` runMode ` * (string)* – The modality how the agent execution is triggered. Values:
41
42
- ` Reactive ` : the agent is called by an event such an API request
42
43
- ` Scheduled ` : the agent runs at fixed scheduled times
@@ -88,7 +89,7 @@ status: ACTIVE
88
89
kind : Single Agent
89
90
agentGoal : " Optimize returns while managing portfolio risk."
90
91
valueGeneration : ["DecisionMaking", "Derisking"]
91
- executionMode : " Autonomous"
92
+ interactionMode : " Autonomous"
92
93
runMode : " RealTime"
93
94
agencyLevel : " Rule Constrained"
94
95
learningCapability : " Reinforcement Learning"
You can’t perform that action at this time.
0 commit comments