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:
+14
@@ -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
|
||||
Reference in New Issue
Block a user