Project Scaffold

Auto-generated project structure.

  • LilBoss_Codex - Project root directory.
    • core - Contains the AI's core logic.
      • brain.py - LLM reasoning and decision making.
      • memory.py - Handles SQLite persistent memory.
      • task_engine.py - Executes planned tasks.
      • api_bridge.py - Interfaces with web APIs.
    • ui - User interface components.
      • launcher.py - Tkinter/PySide launcher GUI.
      • web_chat.py - Flask-based web chat UI.
      • voice_interface.py - Optional voice I/O.
    • hybrid - Permission-gated functions.
      • permissions.py - Manages user approvals for actions.
    • main.py - Main application entry point.
    • requirements.txt - Python package dependencies.