Skip to content
/ Q-Agent Public

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.

License

Notifications You must be signed in to change notification settings

Q-YZX0/Q-Agent

Repository files navigation

Q•Agent – Symbolic Intelligence Assistant

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

🚀 Features

  • 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)

📦 Open-Source Readiness

  • Contributing: see CONTRIBUTING.md
  • Security policy: see SECURITY.md
  • Status/roadmap: see docs/STATUS.md and docs/roadmap.md
  • Issue/PR templates in .github/

🧠 Structure

.
├── 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.md

⚙️ Setup

git 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

About

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.

Resources

License

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages