Skip to content

Bedrock Agentcore Control  >  Unions  >  HarnessSkill

HarnessSkill

Union Type

HarnessSkill module-attribute

A skill available to the agent.

Union Member Types

HarnessSkillPath dataclass

The filesystem path to the skill definition.

Attributes

value instance-attribute
value: str

HarnessSkillS3 dataclass

An S3 source containing the skill.

Attributes

value instance-attribute

HarnessSkillGit dataclass

A git repository containing the skill.

Attributes

value instance-attribute

HarnessSkillAwsSkills dataclass

AWS Skills baked into the harness's underlying Runtime.

Attributes

value instance-attribute

HarnessSkillUnknown dataclass

Represents an unknown variant.

If you receive this value, you will need to update your library to receive the parsed value.

This value may not be deliberately sent.

Attributes

tag instance-attribute
tag: str