Metadata-Version: 2.4
Name: architecture-as-memory
Version: 1.0.3
Summary: Living cognitive architecture maps for AI coding assistants.
Author: Naresh B A
License: MIT
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.7
Description-Content-Type: text/markdown

# Architecture-As-Memory (AAM) Python Wrapper

This is the official Python wrapper package for **Architecture-As-Memory (AAM)**. It enables Python and AI-agent workflows to run AAM validation, health doctor diagnostics, and visualizer servers seamlessly.

## Installation

Ensure you have **Node.js** (version 18 or above) installed on your system.

```bash
pip install architecture-as-memory
```

## Quick Start

Initialize architecture cognition inside your project root:
```bash
aam init
```

Validate your current architecture schemas:
```bash
aam validate
```

Diagnose cognitive health and check for structural drifts:
```bash
aam doctor
```

Launch the local visual visualizer server:
```bash
aam dev
```
