No description
  • Python 77%
  • JavaScript 9.1%
  • HTML 8.2%
  • CSS 4.6%
  • Shell 1.1%
Find a file
GozerAI 405eeaac92
Some checks are pending
CI / test (3.11) (push) Waiting to run
CI / test (3.12) (push) Waiting to run
CI / test (3.13) (push) Waiting to run
chore(release): rebuild leak-clean public community edition
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>
2026-07-03 03:28:16 -04:00
.github/workflows chore(release): rebuild leak-clean public community edition 2026-07-03 03:28:16 -04:00
docs/pricing chore(release): rebuild leak-clean public community edition 2026-07-03 03:28:16 -04:00
frontend chore(release): rebuild leak-clean public community edition 2026-07-03 03:28:16 -04:00
scripts chore(release): rebuild leak-clean public community edition 2026-07-03 03:28:16 -04:00
src/taskpilot chore(release): rebuild leak-clean public community edition 2026-07-03 03:28:16 -04:00
tests chore(release): rebuild leak-clean public community edition 2026-07-03 03:28:16 -04:00
.env.example chore(release): rebuild leak-clean public community edition 2026-07-03 03:28:16 -04:00
.gitignore chore(release): rebuild leak-clean public community edition 2026-07-03 03:28:16 -04:00
Dockerfile.api chore(release): rebuild leak-clean public community edition 2026-07-03 03:28:16 -04:00
LICENSE chore(release): rebuild leak-clean public community edition 2026-07-03 03:28:16 -04:00
LICENSING.md chore(release): rebuild leak-clean public community edition 2026-07-03 03:28:16 -04:00
pyproject.toml chore(release): rebuild leak-clean public community edition 2026-07-03 03:28:16 -04:00
README.md chore(release): rebuild leak-clean public community edition 2026-07-03 03:28:16 -04:00

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.