Metadata-Version: 2.1
Name: cogit
Version: 0.0.1
Summary: Cogit is a multi-agent framework.
Home-page: https://github.com/Undertone0809/cogit
License: Apache Software License 2.0
Author: cogit
Author-email: zeeland4work@gmail.com
Requires-Python: >=3.8,<4.0
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: License :: Other/Proprietary License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: rich (>=10.14.0,<11.0.0)
Requires-Dist: typer[all] (>=0.4.0,<0.5.0)
Project-URL: Repository, https://github.com/Undertone0809/cogit
Description-Content-Type: text/markdown

# cogit

<div align="center">

[![Python Version](https://img.shields.io/pypi/pyversions/cogit.svg)](https://pypi.org/project/cogit/)
[![Dependencies Status](https://img.shields.io/badge/dependencies-up%20to%20date-brightgreen.svg)](https://github.com/Undertone0809/cogit/pulls?utf8=%E2%9C%93&q=is%3Apr%20author%3Aapp%2Fdependabot)

[![Code style: ruff](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/astral-sh/ruff)
[![Security: bandit](https://img.shields.io/badge/security-bandit-green.svg)](https://github.com/PyCQA/bandit)
[![Pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)](https://github.com/Undertone0809/cogit/blob/main/.pre-commit-config.yaml)
[![Semantic Versions](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--versions-e10079.svg)](https://github.com/Undertone0809/cogit/releases)
[![License](https://img.shields.io/github/license/Undertone0809/cogit)](https://github.com/Undertone0809/cogit/blob/main/LICENSE)
![Coverage Report](assets/images/coverage.svg)

Cogit is a multi-agent framework.

</div>

## Quick Start

```shell
pip install cogit
```

## 🛡 License

[![License](https://img.shields.io/github/license/Undertone0809/cogit)](https://github.com/Undertone0809/cogit/blob/main/LICENSE)

This project is licensed under the terms of the `Apache Software License 2.0` license. See [LICENSE](https://github.com/Undertone0809/cogit/blob/main/LICENSE) for more details.

## 📃 Citation

```bibtex
@misc{cogit,
  author = {cogit},
  title = {Cogit is a multi-agent framework.},
  year = {2024},
  publisher = {GitHub},
  journal = {GitHub repository},
  howpublished = {\url{https://github.com/Undertone0809/cogit}}
}
```

## Credits [![🚀 Your next Python package needs a bleeding-edge project structure.](https://img.shields.io/badge/python--package--template-%F0%9F%9A%80-brightgreen)](https://github.com/Undertone0809/python-package-template)

This project was generated with [`python-package-template`](https://github.com/Undertone0809/python-package-template)

