No description
- Python 77%
- JavaScript 9.1%
- HTML 8.2%
- CSS 4.6%
- Shell 1.1%
Rebuild the Taskpilot community edition from private source via the repo exporter, then remediate the leaks surfaced by the adversarial audit: - deps: unpin the gozerai-telemetry dependency (drop the commit-pinned git URL; use an unpinned github.com/GozerAI/gozerai-telemetry.git ref to match the other clean repos) - deps/docs: repoint remaining source links to the GozerAI org - licensing: replace the gated Pro/Enterprise revenue backends (priority_queue, team_collaboration) with license-required stubs - internal: drop the internal shared-services integration client - tests: drop tests covering the stubbed commercial modules Community tier ships core models, the scheduler service facade, the license gate, and the automation upsell surface. Pro/Enterprise modules are license-gated stubs. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> |
||
|---|---|---|
| .github/workflows | ||
| docs/pricing | ||
| frontend | ||
| scripts | ||
| src/taskpilot | ||
| tests | ||
| .env.example | ||
| .gitignore | ||
| Dockerfile.api | ||
| LICENSE | ||
| LICENSING.md | ||
| pyproject.toml | ||
| README.md | ||
Taskpilot
AI task automation and workflow engine — Part of the GozerAI ecosystem.
Overview
Taskpilot provides a lightweight, dependency-free framework for scheduling recurring tasks, orchestrating multi-step workflows, and persisting state. Community tier includes core data models, the service layer, and licensing integration.
Features (Community Tier)
- Core data models — Task, schedule configuration, task templates, priority enums
- Service layer — SchedulerService unified high-level facade
- License integration — Vinzy license gate for feature tiers
Pro and Enterprise tiers unlock advanced workflow orchestration, SQLite persistence, and the full async execution engine with concurrency control.
Visit gozerai.com/pricing for tier details.
Installation
pip install taskpilot
For development:
pip install -e ".[dev]"
Running Tests
pytest tests/ -v
Requirements
- Python >= 3.10
- No external dependencies (stdlib only)
License
MIT License. See LICENSE for details.
Links
- Pricing & Licensing: https://gozerai.com/pricing
- Documentation: https://gozerai.com/docs/taskpilot