Metadata-Version: 2.4
Name: ghocentric-ghost-engine
Version: 0.1.1
Summary: Ghost cognitive engine
Author: Shane Heckathorn
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# ghocentric-ghost-engine

A lightweight internal state reasoning engine (proof-of-architecture).

This package contains the core Ghost Engine, designed to experiment with
stateful reasoning, internal memory, symbolic processing, and emergent behavior.
It is intentionally minimal and focused on architecture rather than polish.

INSTALLATION

pip install ghocentric-ghost-engine

BASIC USAGE

from ghost import engine

Note: This is an early-stage engine. APIs may change as the architecture evolves.

PROJECT STRUCTURE

ghost/        core engine modules  
tests/        internal test cases  
npc_demo.py   simple demonstration script  
pyproject.toml build and packaging configuration  

STATUS

This project is currently in v0.1.x and should be considered a
proof-of-concept. Stability is not yet guaranteed.

LICENSE

MIT License
