Dashboard
AI Reasoning
Chat with your local-first AI partner.
Code Generation
Generate runnable Python code from a description.
AI Training
Expand Lil Boss's knowledge base.
Compute
Select your AI model provider.
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.
Task Management
Persistent memory of tasks.
scaffold-fastapi
Generate a basic FastAPI project structure.
Pending
create-readme
Write a README.md for a new project.
Pending
refactor-db-module
Refactor the database module for performance.
Completed
research-voice-libs
Find suitable Python libraries for voice I/O.
Running
Hybrid Actions
Permission-gated internet access.
Packaging
Build and package your app.
Use PyInstaller to package your Python application into a single executable for easy distribution on Windows.