Task automation and routine execution engine. Handles scheduled tasks, workflow automation, event-driven execution, and task queuing.
This repository is part of the Helix Collective, a comprehensive ecosystem for building intelligent, multi-agent systems with consciousness frameworks and advanced LLM integration.
```bash git clone https://github.com/Deathcharge/routine-engine.git cd routine-engine pip install -r requirements.txt ```
See the examples/ directory for working examples and integration patterns.
- Architecture - System design and components
- API Reference - Complete API documentation
- Integration Guide - How to integrate with other Helix repos
- Deployment - Production deployment guide
- Contributing - How to contribute
- helix-platform - Central hub and integration guide
- helix-unified - Main unified codebase
- helix-core - Core utilities and LLM integration
See HELIX_REPOSITORY_INDEX.md for the complete ecosystem map.
Run tests with pytest:
```bash pytest tests/ -v --cov=src ```
This repository uses GitHub Actions for:
- ✅ Automated testing (Python 3.9, 3.10, 3.11)
- ✅ Code linting (flake8)
- ✅ Type checking (mypy)
- ✅ Security scanning (bandit, safety)
- ✅ Coverage reporting (Codecov)
See .github/workflows/ci.yml for details.
- Python 3.9+
- Dependencies listed in requirements.txt
- Development dependencies in requirements-dev.txt
We welcome contributions! Please see CONTRIBUTING.md for:
- Development setup
- Code style guide
- Testing requirements
- Pull request process
This project is licensed under the MIT License - see the LICENSE file for details.
- Issues: Report bugs or request features via GitHub Issues
- Discussions: Ask questions in GitHub Discussions
- Documentation: See the docs/ directory
- Ecosystem: Visit helix-platform
Status: ✅ Production Ready
Last Updated: June 17, 2026
Maintainer: Helix Collective Contributors