Metadata-Version: 2.4
Name: soul-engine
Version: 0.1.0
Summary: The engine that powers intelligent agents.
Project-URL: Homepage, https://github.com/OpenMind/SoulEngine
Project-URL: Bug Tracker, https://github.com/OpenMind/SoulEngine/issues
Author-email: OpenMind Team <maintainer@openmind.org>
License-File: LICENSE
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.10
Description-Content-Type: text/markdown

# SoulEngine

**The engine that powers intelligent agents.**

SoulEngine is a lightweight, extensible, and powerful runtime kernel for building autonomous AI agents. It provides a robust foundation for task execution, state management, and intelligent routing.

## Installation

```bash
pip install soul-engine
```

## Usage

```python
import soulengine

print(soulengine.__version__)
```

## License

Apache 2.0
