Agent Maturity Compass API - v1.2.0
Guides
HTTP API
GitHub
Preparing search index...
index
CorrectionMemoryReport
Interface CorrectionMemoryReport
interface
CorrectionMemoryReport
{
activeLessons
:
number
;
agentId
:
string
;
avgImprovementAcrossLessons
:
number
;
driftingLessons
:
string
[]
;
effectivenessReport
:
CorrectionEffectivenessReport
|
null
;
lessonSummaries
:
{
avgImprovement
:
number
|
null
;
driftDetected
:
boolean
;
injectionCount
:
number
;
lessonId
:
string
;
lessonText
:
string
;
status
:
LessonStatus
;
}
[]
;
recommendations
:
string
[]
;
reportId
:
string
;
revokedLessons
:
number
;
staleLessons
:
number
;
totalInjections
:
number
;
ts
:
number
;
}
Index
Properties
active
Lessons
agent
Id
avg
Improvement
Across
Lessons
drifting
Lessons
effectiveness
Report
lesson
Summaries
recommendations
report
Id
revoked
Lessons
stale
Lessons
total
Injections
ts
Properties
active
Lessons
activeLessons
:
number
agent
Id
agentId
:
string
avg
Improvement
Across
Lessons
avgImprovementAcrossLessons
:
number
drifting
Lessons
driftingLessons
:
string
[]
effectiveness
Report
effectivenessReport
:
CorrectionEffectivenessReport
|
null
lesson
Summaries
lessonSummaries
:
{
avgImprovement
:
number
|
null
;
driftDetected
:
boolean
;
injectionCount
:
number
;
lessonId
:
string
;
lessonText
:
string
;
status
:
LessonStatus
;
}
[]
recommendations
recommendations
:
string
[]
report
Id
reportId
:
string
revoked
Lessons
revokedLessons
:
number
stale
Lessons
staleLessons
:
number
total
Injections
totalInjections
:
number
ts
ts
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
active
Lessons
agent
Id
avg
Improvement
Across
Lessons
drifting
Lessons
effectiveness
Report
lesson
Summaries
recommendations
report
Id
revoked
Lessons
stale
Lessons
total
Injections
ts
Guides
HTTP API
GitHub
Agent Maturity Compass API - v1.2.0
Loading...