Metadata-Version: 2.4
Name: swarmauri_agent_skill
Version: 0.11.0.dev1
Summary: Skill-aware agent wrapper for Swarmauri.
License-Expression: Apache-2.0
License-File: LICENSE
Keywords: swarmauri,sdk,standards,skills,agents
Author: Jacob Stewart
Author-email: jacob@swarmauri.com
Requires-Python: >=3.10,<3.15
Classifier: Development Status :: 1 - Planning
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: swarmauri_base
Requires-Dist: swarmauri_core
Requires-Dist: swarmauri_standard
Requires-Dist: swarmauri_tool_skill_execution
Description-Content-Type: text/markdown

# Swarmauri Skill Agent

![Swarmauri Logo](https://github.com/swarmauri/swarmauri-sdk/blob/3d4d1cfa949399d7019ae9d8f296afba773dfb7f/assets/swarmauri.brand.theme.svg)

SkillAgent composes skill instructions with existing Swarmauri agents.

[![PyPI Downloads](https://static.pepy.tech/badge/swarmauri_agent_skill)](https://pepy.tech/projects/swarmauri_agent_skill)
[![Hits](https://hits.sh/github.com/swarmauri/swarmauri-sdk/tree/master/pkgs/standards/swarmauri_agent_skill.svg)](https://hits.sh/github.com/swarmauri/swarmauri-sdk/tree/master/pkgs/standards/swarmauri_agent_skill/)
[![Python Versions](https://img.shields.io/pypi/pyversions/swarmauri_agent_skill)](https://pypi.org/project/swarmauri_agent_skill/)
[![License](https://img.shields.io/pypi/l/swarmauri_agent_skill)](https://pypi.org/project/swarmauri_agent_skill/)
[![PyPI Version](https://img.shields.io/pypi/v/swarmauri_agent_skill)](https://pypi.org/project/swarmauri_agent_skill/)

## Features

- Provides a first-class Swarmauri standard component.
- Uses existing Swarmauri core and base contracts.
- Keeps skill and agent composition language-agnostic at the package boundary.

## Installation

```bash
uv add swarmauri_agent_skill
```

```bash
pip install swarmauri_agent_skill
```

## Usage

```python
from swarmauri_agent_skill import SkillAgent

# SkillAgent wraps an existing AgentBase implementation.
```

## Contributing

This package is part of the Swarmauri SDK monorepo.

