Capability Awareness Kit
Agents know what they can and cannot do before attempting tasks.
0/6 complete
Configuration
Capability Awareness Dashboard
Known Skills
42
Uncertain
8
Cannot
12
Pre-task AssessmentcheckedEvaluate capability before task start
Skill Matching42 matchedMatch task requirements to skills
Uncertainty Flag8 flaggedFlag tasks with uncertain outcomes
Gap Analysis12 gapsIdentify missing capabilities
Referral Check3 referredRoute to specialist if needed
Confidence UpdateupdatedUpdate skill confidence scores
Integration Code
import { createCapabilityAwareness } from 'agent-tools-kit/self-understanding'
const awareness = createCapabilityAwareness({ assessment: 'dynamic' })
const canDo = await awareness.assess(task)