Skip to main content

BundleManifest

Defined in the bundles module.
AI Agent A named set of skills selectable as one unit. Attributes: name: Bundle name (kebab-case, like a skill name). description: What the bundle is for. skills: Member skill names referenced by the bundle. instruction: Optional extra guidance loaded above the member skills. path: Path to the manifest file (set on discovery).

Properties

str
No description available.
str
No description available.
List[str]
No description available.
Optional[str]
No description available.
Optional[Path]
No description available.
  • from_dict: Build a BundleManifest from a parsed mapping.

Source

View on GitHub

praisonaiagents/skills/bundles.py at line 31