Skip to main content

ValidationResult

Defined in the Capability Validator module.
AI Agent Result of capability validation for a skill.

Properties

str
No description available.
SkillState
No description available.
List[str]
No description available.
List[str]
No description available.
List[str]
No description available.
List[str]
No description available.
List[str]
No description available.
List[str]
No description available.
List[str]
No description available.
List[str]
No description available.

Methods

is_fully_satisfied()

Check if all requirements are satisfied.

has_critical_missing()

Check if critical requirements are missing (tools, servers).
  • to_dict: Convert to dictionary for serialization.

Source

View on GitHub

praisonaiagents/skills/capability_validator.py at line 28