Ezra (Archivist)
d2f103654f
intelligence(deepdive): Docker deployment scaffold for #830
...
Deploy Nexus / deploy (push) Has been cancelled
- Add Dockerfile for production containerized pipeline
- Add docker-compose.yml for full stack deployment
- Add .dockerignore for clean builds
- Add deploy.sh: one-command build, test, and systemd timer install
This provides a sovereign, reproducible deployment path for the
Deep Dive daily briefing pipeline.
2026-04-05 20:40:58 +00:00
Ezra (Archivist)
4b1873d76e
feat(deepdive): production briefing prompt + prompt engineering KT
...
Deploy Nexus / deploy (push) Has been cancelled
- production_briefing_v1.txt: podcast-script prompt engineered for
10-15 min premium audio, grounded fleet context, and actionable tone.
- PROMPT_ENGINEERING_KT.md: A/B testing protocol, failure modes,
and maintenance checklist.
- pipeline.py: load external prompt_file from config.yaml.
Refs #830
2026-04-05 20:19:20 +00:00
Ezra (Archivist)
9ad2132482
[ezra] #830 : Operational readiness checklist + fix Gitea URL to forge
Deploy Nexus / deploy (push) Has been cancelled
2026-04-05 19:54:47 +00:00
Ezra
3df184e1e6
feat(deepdive): quality evaluation framework
...
Deploy Nexus / deploy (push) Has been cancelled
- Add quality_eval.py: automated briefing quality scorer with drift detection
- Add QUALITY_FRAMEWORK.md: rubric, usage guide, and production integration spec
Refs #830
2026-04-05 19:03:05 +00:00
Ezra (Archivist)
00600a7e67
[BURN] Deep Dive proof-of-life, fleet context fix, dry-run repair
...
Deploy Nexus / deploy (push) Has been cancelled
- Fix fleet_context.py env-var substitution for 0c16baadaebaaabc2c8390f35ef5e9aa2f4db671
- Remove non-existent wizard-checkpoints from config.yaml
- Fix bin/deepdive_orchestrator.py dry-run mock items
- Add PROOF_OF_LIFE.md with live execution output including fleet context
Progresses #830
2026-04-05 18:42:18 +00:00
Ezra (Archivist)
014bb3b71e
[ezra] Gemini handoff for Deep Dive ( #830 )
...
Deploy Nexus / deploy (push) Has been cancelled
- Add GEMINI_HANDOFF.md with codebase map, secrets inventory,
production checklist, and recommended next steps
- Continuity from Ezra scaffold to Gemini production-hardening
2026-04-05 18:20:53 +00:00
b6a473d808
test(deepdive): add fleet context unit tests ( #830 )
Deploy Nexus / deploy (push) Has been cancelled
2026-04-05 17:32:25 +00:00
5f4cc8cae2
config(deepdive): enable fleet context grounding ( #830 )
Deploy Nexus / deploy (push) Has been cancelled
2026-04-05 17:32:24 +00:00
ca1a11f66b
feat(deepdive): integrate Phase 0 fleet context into synthesis ( #830 )
Deploy Nexus / deploy (push) Has been cancelled
2026-04-05 17:32:23 +00:00
7189565d4d
feat(deepdive): add Phase 0 fleet context grounding module ( #830 )
Deploy Nexus / deploy (push) Has been cancelled
2026-04-05 17:32:22 +00:00
b3bec469b1
[ezra] #830 : Pipeline proof-of-execution document
Deploy Nexus / deploy (push) Has been cancelled
2026-04-05 12:46:03 +00:00
16bd546fc9
[ezra] #830 : Fix config wrapper, add arXiv API fallback, implement voice delivery, fix datetime
Deploy Nexus / deploy (push) Has been cancelled
2026-04-05 12:45:07 +00:00
76c973c0c2
Update README to reflect production implementation status ( #830 )
Deploy Nexus / deploy (push) Has been cancelled
2026-04-05 12:18:18 +00:00
fc237e67d7
Add Telegram /deepdive command handler for on-demand briefings ( #830 )
...
Deploy Nexus / deploy (push) Has been cancelled
Hermes-compatible command handler that parses /deepdive args,
runs the pipeline, and returns status + audio to Telegram.
2026-04-05 12:17:17 +00:00
25a45467ac
Add QUICKSTART.md for Deep Dive pipeline ( #830 )
...
Deploy Nexus / deploy (push) Has been cancelled
Step-by-step guide for installation, dry-run testing, live
delivery, systemd timer enablement, and Telegram command setup.
2026-04-05 12:17:16 +00:00
92f1164be9
Add TTS engine implementation for Deep Dive ( #830 )
...
Deploy Nexus / deploy (push) Has been cancelled
Executable Phase 4 component: PiperTTS, ElevenLabsTTS, HybridTTS
classes with chunking, concatenation, error handling.
Ready for integration with Phase 3 synthesizer.
Burn mode artifact by Ezra.
2026-04-05 08:31:34 +00:00
6c5ac52374
[BURN] #830 : End-to-end pipeline test (dry-run validation)
Deploy Nexus / deploy (push) Has been cancelled
2026-04-05 08:08:11 +00:00
b131a12592
[BURN] #830 : Phase 2 tests (relevance scoring)
Deploy Nexus / deploy (push) Has been cancelled
2026-04-05 08:08:10 +00:00
ffae1b6285
[BURN] #830 : Phase 1 tests (arXiv RSS aggregation)
Deploy Nexus / deploy (push) Has been cancelled
2026-04-05 08:08:08 +00:00
f8634c0105
[BURN] #830 : Systemd timer for daily 06:00 execution
Deploy Nexus / deploy (push) Has been cancelled
2026-04-05 08:08:07 +00:00
c488bb7e94
[BURN] #830 : Systemd service unit
Deploy Nexus / deploy (push) Has been cancelled
2026-04-05 08:08:07 +00:00
66f632bd99
[BURN] #830 : Build automation (Makefile)
Deploy Nexus / deploy (push) Has been cancelled
2026-04-05 08:06:12 +00:00
44302bbdf9
[BURN] #830 : Working pipeline.py implementation (645 lines, executable)
Deploy Nexus / deploy (push) Has been cancelled
2026-04-05 08:06:11 +00:00
88af4870d3
[scaffold] Deep Dive intelligence pipeline: intelligence/deepdive/requirements.txt
Deploy Nexus / deploy (push) Has been cancelled
2026-04-05 06:19:51 +00:00
cca5909cf9
[scaffold] Deep Dive intelligence pipeline: intelligence/deepdive/config.yaml
Deploy Nexus / deploy (push) Has been cancelled
2026-04-05 06:19:50 +00:00
a8b4f7a8c0
[scaffold] Deep Dive intelligence pipeline: intelligence/deepdive/pipeline.py
Deploy Nexus / deploy (push) Has been cancelled
2026-04-05 06:19:49 +00:00
949becff22
[scaffold] Deep Dive intelligence pipeline: intelligence/deepdive/architecture.md
Deploy Nexus / deploy (push) Has been cancelled
2026-04-05 06:19:48 +00:00
fc11ea8a28
[scaffold] Deep Dive intelligence pipeline: intelligence/deepdive/README.md
Deploy Nexus / deploy (push) Has been cancelled
2026-04-05 06:19:47 +00:00