Q•Agent is a modular and extensible Python assistant designed to operate as a thinking engine, idea organizer, and symbolic command executor for your PC.
Note: this repo is deprecated follow in https://github.com/Q-arz/Q-Agent
- Context-based symbolic core
- Symbolic, affective, and episodic memory
- Modular command interface (built-ins + dynamic modules)
- Autonomous suggestion/reflection mode
- Extensible via external modules (marketplace-ready)
- Contributing: see CONTRIBUTING.md
- Security policy: see SECURITY.md
- Status/roadmap: see docs/STATUS.md and docs/roadmap.md
- Issue/PR templates in .github/
.
├── core/ # Assistant core (memory, IO, reflection, routing)
├── modules/ # First-party modules
├── store/ # Download/import utilities for external modules
├── docs/ # Project documentation (architecture, API, security)
├── main.py # Entrypoint
├── requirements.txt
└── README.mdgit clone https://github.com/Q-YZX0/QarzAI
cd QarzAI
python -m venv .venv
.venv\Scripts\activate # Windows
# source .venv/bin/activate # Linux/Mac
pip install -r requirements.txt
python main.py