v0.3.0 — Temporal Execution Engine & Agentic Repositioning
What's New
Alfred is no longer just an Obsidian vault manager — it's personal agentic infrastructure.
Temporal Execution Engine (Kinetic Layer)
A new src/alfred/temporal/ module adds a Temporal-based workflow execution engine that uses Alfred's pluggable backend system (Claude Code / Zo / OpenClaw).
alfred temporal worker— starts a worker that connects to Temporal, registers workflows + activitiesalfred temporal run <workflow>— triggers a one-off workflow executionalfred temporal schedule register <file>— registers cron-based schedulesalfred temporal list— discovers workflows from configured directories + bundled examples- Built-in activities:
spawn_agent,run_script,notify_slack(no-op),ping_uptime,check_day_of_week,load_json_state,save_json_state - Per-workflow agent profiles — different workflows can use different backends, skills, scopes, and timeouts
- Bundled
HelloWorkflowexample for reference
Install: pip install alfred-vault[temporal]
Six-Layer Architecture
Complete documentation rewrite around a layered architecture model:
| Layer | Purpose |
|---|---|
| Interface | Telegram, WhatsApp, Slack, iMessage, SMS, email, CLI, TUI |
| Agent | Claude Code, Zo Computer, OpenClaw — pluggable backends |
| Kinetic | Temporal workflows — durable, scheduled, auditable |
| Semantic | Obsidian vault — human-readable, agent-writable knowledge graph |
| Data | Omi transcripts, meetings, email digests — raw signal in |
| Infra | Mac Mini, VPS, personal cloud — your data, your control |
Docs
- New README positioning Alfred as "personal agentic infrastructure"
- New wiki pages: Semantic Layer, Kinetic Layer
- Rewritten Architecture with six-layer model
- Updated Installation, CLI Commands, Home, and Sidebar
Install
pip install alfred-vault # semantic layer workers
pip install "alfred-vault[temporal]" # + kinetic layer
pip install "alfred-vault[all]" # everything