Files
Epictetus 772ef4f6fd 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
2026-07-09 03:26:56 +00:00

15 lines
175 B
Plaintext

# Audio artifacts (large binaries) — not committed
*.mp3
outputs/segments/
outputs/*_audio.mp3
# Python
__pycache__/
*.pyc
# Lock files (runtime)
*.lock
# Local env
.env