Ghost cognitive engine for building autonomous AI agents with memory, reasoning, and planning capabilities. Version 1.0.1, actively maintained. Released monthly.
pip install ghocentric-ghost-engineNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Initialize the Ghost cognitive engine with an API key and run a simple query.
Use 'from ghost_engine import GhostEngine' instead of 'from ghocentric_ghost_engine import GhostEngine'.
Replace GhostEngine(model='...') with GhostEngine(model_name='...').
Set the GHOST_API_KEY environment variable or pass api_key='your-key'.