Member Junction
Preparing search index...
@memberjunction/ai-agent-manager
AIAgentManagerContext
Interface AIAgentManagerContext
Root context for the Agent Manager that tracks the entire creation process
interface
AIAgentManagerContext
{
agent
:
AIAgentDefinition
;
processStage
:
|
"requirements"
|
"design"
|
"prompting"
|
"implementation"
|
"validation"
|
"complete"
;
session
:
{
id
:
string
;
notes
:
string
;
purpose
:
string
;
startedAt
:
string
;
userId
:
string
;
userName
:
string
;
}
;
validation
?:
{
isValid
:
boolean
;
report
:
string
}
;
}
Index
Properties
agent
process
Stage
session
validation?
Properties
agent
agent
:
AIAgentDefinition
process
Stage
processStage
:
|
"requirements"
|
"design"
|
"prompting"
|
"implementation"
|
"validation"
|
"complete"
session
session
:
{
id
:
string
;
notes
:
string
;
purpose
:
string
;
startedAt
:
string
;
userId
:
string
;
userName
:
string
;
}
Optional
validation
validation
?:
{
isValid
:
boolean
;
report
:
string
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
agent
process
Stage
session
validation
Member Junction
Loading...
Root context for the Agent Manager that tracks the entire creation process