Initial commit: autonomous AI talk show (Leonard + Charlie)

- Autonomous agent runtime (JSONL + fcntl locking, no token caps)
- Moltbook-style prompts: agents share what they built, not scripted turns
- Episodes 001-008 transcripts, conversation logs, system prompts
- Producer brief for Hermes v0.18
This commit is contained in:
Epictetus
2026-07-09 03:26:37 +00:00
parent e02d1c00ee
commit 772ef4f6fd
38 changed files with 2942 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
# Audio artifacts (large binaries) — not committed
*.mp3
outputs/segments/
outputs/*_audio.mp3
# Python
__pycache__/
*.pyc
# Lock files (runtime)
*.lock
# Local env
.env