Metadata-Version: 2.4
Name: cognitia
Version: 1.5.0
Summary: DEPRECATED: cognitia has been renamed to swarmline. Install swarmline instead.
Project-URL: Homepage, https://github.com/fockus/swarmline
Project-URL: Documentation, https://fockus.github.io/swarmline/
Author: swarmline contributors
License-Expression: MIT
Keywords: cognitia,deprecated,swarmline
Classifier: Development Status :: 7 - Inactive
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.10
Requires-Dist: swarmline>=1.4.1
Description-Content-Type: text/markdown

# cognitia (DEPRECATED)

**This package has been renamed to [swarmline](https://pypi.org/project/swarmline/).**

## Migration

```bash
pip uninstall cognitia
pip install swarmline
```

Then update your imports:

```python
# Before
from cognitia import Agent, AgentConfig

# After
from swarmline import Agent, AgentConfig
```

## About

This package is a thin wrapper that re-exports `swarmline` for backward compatibility.
It will not receive any new features. Please migrate to `swarmline`.
