Personal Insight Engine (PIE) - A strategic analysis tool that scans local session logs (memory/*.md) and extracts 3 strategic insights using LLMs.
Analyze your startup journey by distilling strategic patterns from your memory logs.
1. Configure API Keys:
Ensure you have at least one of these in your .env or system environment:
ZHIPU_API_KEY (Default for GLM)GEMINI_API_KEY (Alternative)2. Dependencies:
Requires openai and python-dotenv python packages.
By default, scans the last 7 days of memory files:
python3 scripts/pie.py
Scan a specific number of days (e.g., last 30 days):
python3 scripts/pie.py --days 30
memory/ for recent Markdown files.Developed by Cipher using OpenSpec.
ZIP package — ready to use