nexus-agents - v2.80.0
GitHub
npm
Preparing search index...
SkillStore
Interface SkillStore
In-memory skill storage structure.
interface
SkillStore
{
skills
:
Map
<
string
,
Skill
>
;
executions
:
Map
<
string
,
SkillExecution
[]
>
;
metrics
:
Map
<
string
,
SkillMetrics
>
;
}
Index
Properties
skills
executions
metrics
Properties
skills
skills
:
Map
<
string
,
Skill
>
executions
executions
:
Map
<
string
,
SkillExecution
[]
>
metrics
metrics
:
Map
<
string
,
SkillMetrics
>
Settings
Member Visibility
Protected
Internal
Theme
OS
Light
Dark
On This Page
Properties
skills
executions
metrics
GitHub
npm
nexus-agents - v2.80.0
Loading...
In-memory skill storage structure.