Metadata-Version: 2.5
Name: coagents
Version: 0.0.1
Summary: A Python library for building collaborative AI agents.
License-Expression: Apache-2.0
License-File: LICENSE
Requires-Python: >=3.10
Requires-Dist: build>=1.6.1
Description-Content-Type: text/markdown

# coagents

`coagents` is a Python library for building collaborative AI agents.

## Installation

```bash
pip install coagents
```

## Publishing

```bash
python -m pip install build twine
python -m build
python -m twine upload dist/*
```
