TaskExpert is a smart task scheduling app designed to streamline your workflow. With all your tasks scheduled in advance, you can focus on getting things done without the stress of deciding what to do next. Tasks are prioritized and scheduled based on deadlines, urgency, and dependencies—ensuring that prerequisite tasks are completed before others.
- Automated Task Scheduling: Tasks are automatically scheduled based on priority and dependencies.
- Dependency Management: Ensures prerequisite tasks are completed before dependent tasks.
- Deadline-Based Prioritization: Urgent tasks are prioritized to meet deadlines.
- Graph-Based Representation: Uses MeTTa language and AtomSpace for efficient task organization.
- MeTTa: A declarative and functional programming language for knowledge graphs.
- AtomSpace: A knowledge graph representation for managing tasks and dependencies.
- Python Integration: For interacting with MeTTa and dynamic task handling.
- Python 3.x
- Hyperon MeTTa
- Clone the repository:
git clone https://github.com/ZONEboyff/HackIndia-Spark-3-2025-WizCoders.git cd HackIndia-Spark-3-2025-WizCoders - Install dependencies:
pip install hyperonpy pip install hyperon
- Run the application:
python main.py
- Transitive Dependency Resolution: Automatically detect and manage indirect dependencies.
- Visualization: Provide a graph-based UI for task dependencies.
- Real-Time Updates: Dynamically update task priorities and schedules.
Feel free to submit issues and pull requests to improve TaskExpert.