Metadata-Version: 2.4
Name: fabricatio-team
Version: 0.2.1.dev6
Summary: An extension of fabricatio
Project-URL: Homepage, https://github.com/Whth/fabricatio
Project-URL: Repository, https://github.com/Whth/fabricatio
Project-URL: Issues, https://github.com/Whth/fabricatio/issues
Author-email: Whth <zettainspector@foxmail.com>
License-Expression: MIT
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Typing :: Typed
Requires-Python: <3.15,>=3.12
Requires-Dist: fabricatio-core
Provides-Extra: digest
Requires-Dist: fabricatio-digest; extra == 'digest'
Description-Content-Type: text/markdown

# `fabricatio-team`

[MIT](https://img.shields.io/badge/license-MIT-blue.svg)
![Python Versions](https://img.shields.io/pypi/pyversions/fabricatio-team)
[![PyPI Version](https://img.shields.io/pypi/v/fabricatio-team)](https://pypi.org/project/fabricatio-team/)
[![PyPI Downloads](https://static.pepy.tech/badge/fabricatio-team/week)](https://pepy.tech/projects/fabricatio-team)
[![PyPI Downloads](https://static.pepy.tech/badge/fabricatio-team)](https://pepy.tech/projects/fabricatio-team)
[![Build Tool: uv](https://img.shields.io/badge/built%20with-uv-orange)](https://github.com/astral-sh/uv)

An extension of fabricatio.

---

## 📦 Installation

This package is part of the `fabricatio` monorepo and can be installed as an optional dependency using either pip or uv:

```bash
pip install fabricatio[team]
# or
uv pip install fabricatio[team]
```

For a full installation that includes this package and all other components of `fabricatio`:

```bash
pip install fabricatio[full]
# or
uv pip install fabricatio[full]
```

## 🔍 Overview

Provides team coordination and cooperation capabilities for fabricatio agents, enabling multi-agent collaboration and
orchestrated workflows. It facilitates the management of specialized agent teams that can work together on complex tasks
through coordinated role assignments and shared responsibilities.

## 🧩 Key Features

- **Team Member Management**: Organized management of multiple agent roles with clear responsibilities and capabilities
- **Dynamic Team Updates**: Flexible team composition with runtime member updates and role assignments
- **Team Roster Access**: Easy access to team member information and capabilities for coordination
- **Agent Consultation**: Direct access to individual team members by name for specific task delegation
- **Cooperative Workflows**: Support for collaborative task execution across multiple specialized agents
- **Role-based Coordination**: Structured approach to multi-agent interactions and task distribution

## 🔗 Dependencies

Core dependencies:

- `fabricatio-core` - Core interfaces and utilities

No additional dependencies required.

## 📄 License

MIT – see [LICENSE](../../LICENSE)

