From b9279e9d6afa195a6c08c0e331540eae4b5763d8 Mon Sep 17 00:00:00 2001 From: "Estrada Irribarra, Rodrigo Andres" Date: Sat, 19 Oct 2024 16:52:24 -0300 Subject: [PATCH] release: 0.5.0 Alpha 1 --- README.md | 6 +- docs/getting_started.md | 2 +- docs/index.html | 8 +-- docs/iterate.md | 10 +-- storycraftr/agent/iterate.py | 120 +++++++++++++-------------------- storycraftr/cli.py | 22 +++--- storycraftr/cmd/iterate.py | 23 +++++-- storycraftr/prompts/iterate.py | 7 ++ storycraftr/prompts/permute.py | 51 ++++++++++++++ storycraftr/state.py | 16 +++++ 10 files changed, 161 insertions(+), 104 deletions(-) create mode 100644 storycraftr/prompts/permute.py create mode 100644 storycraftr/state.py diff --git a/README.md b/README.md index ff256b8..7f502f9 100644 --- a/README.md +++ b/README.md @@ -5,16 +5,16 @@ Welcome to [**StoryCraftr**](https://storycraftr.app), the open-source project designed to revolutionize how books are written. With the power of AI and a streamlined command-line interface (CLI), StoryCraftr helps you craft your story, manage worldbuilding, structure your book, and generate chapters — all while keeping you in full control. -## Release Notes v0.4.0 +## Release Notes v0.5.0-alpha1 -You can find the release notes for version `v0.4.0` [here](https://github.com/raestrada/storycraftr/releases/tag/v0.4.0). +You can find the release notes for version `v0.5.0-alpha1` [here](https://github.com/raestrada/storycraftr/releases/tag/v0.5.0-alpha1). ## Installation You can install the current version of **StoryCraftr** via `pipx` using the following command: ```bash -pipx install git+https://github.com/raestrada/storycraftr.git@v0.4.0 +pipx install git+https://github.com/raestrada/storycraftr.git@v0.5.0-alpha1 ``` ### Important: Before using StoryCraftr, make sure to set your OpenAI API key: diff --git a/docs/getting_started.md b/docs/getting_started.md index 9b6109b..4693d16 100644 --- a/docs/getting_started.md +++ b/docs/getting_started.md @@ -11,7 +11,7 @@ First, install **StoryCraftr** using [pipx](https://pypa.github.io/pipx/), a too To install **StoryCraftr**, run the following command: ```bash -pipx install git+https://github.com/raestrada/storycraftr.git@v0.4.0 +pipx install git+https://github.com/raestrada/storycraftr.git@v0.5.0-alpha1 ``` ### Important: Before running the `storycraftr` command diff --git a/docs/index.html b/docs/index.html index eda0ce9..5fc4026 100644 --- a/docs/index.html +++ b/docs/index.html @@ -181,7 +181,7 @@