Metadata-Version: 2.4
Name: Astrowav
Version: 0.1.0
Summary: A lightweight, color-coded logger for LLM and Swarm Intelligence interactions.
Author-email: "Sai Vignesh Raj, Gokulramanan V" <cosmotrekhumans@gmail.com>
Project-URL: Homepage, https://github.com/yourusername/convolog
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: colorama>=0.4.6

# Convolog

A lightweight, color-coded logger designed specifically for **AI Swarms** and **LLM interactions**. 

When debugging multi-agent systems, it is hard to tell who is speaking. `convolog` fixes this with distinct colors for Users, Bots, Tools, and System messages.

## Installation

```bash
pip install convolog
