A sophisticated analysis tool that provides multi-dimensional insights into any given topic using various analytical frameworks.
- Complex Systems Analysis: Analyzes topics through the lens of complex systems theory
- Quantum Analysis: Provides quantum perspective analysis
- Entropy Analysis: Examines entropy patterns and implications
- Recursive Analysis: Explores recursive patterns and relationships
- Dimensional Analysis: Offers dimensional transcendence insights
- Actor Mapping: Maps key actors and their relationships
- Clone the repository:
git clone [repository-url]- Create a virtual environment and activate it:
python -m venv .venv
source .venv/bin/activate # On Windows: .venv\Scripts\activate- Install dependencies:
pip install -r requirements.txt- Create a
.envfile in the root directory and add your API keys:
OPENAI_API_KEY=your_openai_key
ANTHROPIC_API_KEY=your_anthropic_key
EXA_API_KEY=your_exa_key
Run the Gradio application:
python -m gradio_appThen open your browser and navigate to the provided local URL (typically http://127.0.0.1:7860).
gradio_app.py: Main Gradio interfacegraph.py: Analysis graph configurationnodes.py: Analysis nodes implementationprompts.py: Analysis prompts and templatesexa_pipeline.py: Exa integration for data gathering
- Python 3.8+
- Dependencies listed in requirements.txt