# wisegpt **Repository Path**: mirrors_getsentry/wisegpt ## Basic Information - **Project Name**: wisegpt - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-04-16 - **Last Updated**: 2026-03-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # WiseGPT A CLI application that provides wise advice. ## Installation 1. Clone the repository 2. Install dependencies: ```bash pip install -e . ``` ## Usage Ask for advice: ```bash wisegpt "How should I handle stress?" ``` Or run interactively: ```bash wisegpt ``` ## Development - Uses Python 3.9+ - Formatted with Black - Linted with Ruff