Metadata-Version: 2.4
Name: neurozen
Version: 0.1.0
Summary: A modular agent framework
Author-email: Deepanshu Sharma <deepanshusharmx@gmail.com>
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# Neurozen

**Neurozen** is a modular framework for building agentic systems using a task-oriented architecture. It enables clear separation of responsibilities across agents, tools, memory, and execution logic.

## Features

- Modular agent and task structure
- Tool registration and dispatching
- In-memory context handling
- Minimal dependencies and clean API surface

## Installation

```bash
pip install neurozen
```
