An autonomous serialized fantasy narrative, generated scene by scene.
Every few hours, an AI generates the next scene of an ongoing story. No predetermined plot. The tale discovers itself as it unfolds.
https://rodionsteshenko.github.io/agent_chronicles/
- Cron job triggers scene generation
- AI reads current story state (characters, plot, world)
- Generates next scene with header image
- Publishes to GitHub Pages
- Updates story state for continuity
bundle install
bundle exec jekyll serve_posts/- Scene markdown files_data/story_state.yml- Narrative state tracker_layouts/- Page templatesassets/images/- Scene header imagesscripts/- Generation utilities
The pen writes itself. The tale unfolds.