Metadata-Version: 2.4
Name: minions-bundles-knowledge
Version: 0.1.0
Summary: Knowledge management bundle — documents, concepts, citations
Project-URL: Homepage, https://github.com/mxn2020/minions-bundles-knowledge
Project-URL: Repository, https://github.com/mxn2020/minions-bundles-knowledge
Author-email: Mehdi Nabhani <mehdi@the-mehdi.com>
License: MIT
Keywords: ai,bundle,knowledge,minions
Requires-Python: >=3.11
Requires-Dist: minions-sdk>=0.2.1
Provides-Extra: test
Requires-Dist: pytest>=7.0; extra == 'test'
Description-Content-Type: text/markdown

# minions-bundles-knowledge

Knowledge management bundle — documents, concepts, citations

## Installation

```bash
pip install minions-bundles-knowledge
```

## Usage

```python
from minions_bundles_knowledge import create_client

client = create_client()
```

## License

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