Commit Graph

2 Commits

Author SHA1 Message Date
ac6bb8c582 refactor: simplify logging setup by removing file handlers and using console output only 2025-08-25 17:47:50 +07:00
d3b92f8bef feat: Implement data analysis and code execution utilities
- Added data_analyzer.py for comprehensive data analysis with templates for summary, correlation, distribution, and custom analysis.
- Integrated logging for tracking analysis processes and errors.
- Included package installation functionality for required libraries.
- Developed python_executor.py to safely execute user-provided Python code with sanitization and timeout features.
- Implemented security measures to prevent unsafe code execution.
- Enhanced output handling to capture visualizations and standard output.
2025-06-20 17:56:27 +07:00