kaizen-agentic/src/kaizen_agentic
tegwick 3b2edd4a9e feat: scheduled agent execution via activity-core (WP-0006, v1.3.0)
Enable kaizen agents to run on a regular cadence against a preselected repo
roster, orchestrated by activity-core and prepared by kaizen-agentic — without
this repo owning cron, Temporal workers, or an LLM runtime.

CLI + module:
- src/kaizen_agentic/schedule.py — .kaizen/schedule.yml parse/validate/scaffold
- `kaizen-agentic schedule` group: init, validate, list, prepare <agent>
  (prepare bundles agent prompt + memory + metrics + repo pointers, offline)
- tests/test_schedule_cli.py — 15 tests

Contract & design:
- ADR-005 scheduled agent execution; schema doc + example manifest
- discover_kaizen_scheduled_repos resolver spec, state-hub roster fields,
  kaizen.schedule.prepared event payload, activity-core handoff checklist
- INTEGRATION_PATTERNS Pattern 2 extended with roster model

ActivityDefinition drafts (enabled: false):
- weekly-coach-orientation, weekly-optimization-review

Docs: agency-framework, CLI cheat sheet, PACKAGE_RELEASE runner prereqs,
EcosystemIntegration, CHANGELOG, TODO. Workplan closed (status: done).

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-17 08:19:51 +02:00
..
data/agents feat: WP-0005 adoption polish — doc sync, fleet parity, CI lint 2026-06-16 02:26:13 +02:00
integrations WP-0001: feedback channels, CI, pre-commit, telemetry docs 2026-06-16 01:58:07 +02:00
__init__.py release: v1.2.0 — adoption polish and publish pipeline (WP-0005) 2026-06-17 00:53:12 +02:00
cli.py feat: scheduled agent execution via activity-core (WP-0006, v1.3.0) 2026-06-17 08:19:51 +02:00
core.py Add complete Kaizen Agentic framework foundation 2025-10-19 02:07:53 +02:00
detection.py Fix linting violations for v1.0.0 release preparation 2025-10-19 20:44:58 +02:00
extensions.py fix: release-check lint fixes for 1.1.0 publish 2026-06-16 02:14:07 +02:00
installer.py WP-0001 complete: v1.1.0 lazy registry and install performance 2026-06-16 02:06:43 +02:00
metrics.py WP-0001: feedback channels, CI, pre-commit, telemetry docs 2026-06-16 01:58:07 +02:00
migration.py fix: release-check lint fixes for 1.1.0 publish 2026-06-16 02:14:07 +02:00
optimization.py Wire OptimizationLoop to project metrics and add metrics optimize. 2026-06-16 01:41:26 +02:00
registry.py WP-0001 complete: v1.1.0 lazy registry and install performance 2026-06-16 02:06:43 +02:00
schedule.py feat: scheduled agent execution via activity-core (WP-0006, v1.3.0) 2026-06-17 08:19:51 +02:00