--- name: Bug Report about: Create a report to help us improve title: '[BUG] ' labels: bug assignees: '' --- ## Bug Description A clear and concise description of what the bug is. ## Steps to Reproduce 1. Go to '...' 2. Run command '...' 3. See error ## Expected Behavior A clear and concise description of what you expected to happen. ## Actual Behavior A clear and concise description of what actually happened. ## Environment - **OS**: [e.g., Windows 10, Ubuntu 22.04, macOS 13.0] - **Python Version**: [e.g., 3.9.7] - **Semantica Version**: [e.g., 0.0.1] - **Installation Method**: [e.g., pip, source, conda] ## Code Example ```python # Minimal code example that reproduces the issue from semantica import Semantica core = Semantica() # ... your code here ``` ## Error Messages / Logs ``` Paste error messages or logs here ``` ## Additional Context - Screenshots (if applicable) - Related issues or PRs - Any other context about the problem ## Possible Solution If you have ideas on how to fix this, please share them here.