[PR #1] [MERGED] image changes #3

Closed
opened 2026-02-16 05:17:18 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/story-writing/pull/1
Author: @isahers1
Created: 7/12/2024
Status: Merged
Merged: 7/12/2024
Merged by: @isahers1

Base: mainHead: isaac/draft


📝 Commits (10+)

📊 Changes

14 files changed (+979 additions, -366 deletions)

View changed files

.devcontainer/devcontainer.json (+33 -0)
App_Information.py (+124 -0)
📝 README.md (+78 -5)
📝 agent.py (+208 -120)
img/Flowchart-2.jpg (+0 -0)
img/Flowchart.jpg (+0 -0)
img/story_writing_graph_running.png (+0 -0)
img/story_writing_screenshot.png (+0 -0)
📝 langgraph.json (+1 -3)
pages/Story_Writing.py (+475 -0)
📝 requirements.txt (+5 -0)
streamlit_story_app.py (+0 -238)
test.py (+19 -0)
test_app.py (+36 -0)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langchain-ai/story-writing/pull/1 **Author:** [@isahers1](https://github.com/isahers1) **Created:** 7/12/2024 **Status:** ✅ Merged **Merged:** 7/12/2024 **Merged by:** [@isahers1](https://github.com/isahers1) **Base:** `main` ← **Head:** `isaac/draft` --- ### 📝 Commits (10+) - [`248c754`](https://github.com/langchain-ai/story-writing/commit/248c75411cb241ac94ca5831eb29acf8ae93a46d) overall chapter state (need to add threads) - [`06cecfa`](https://github.com/langchain-ai/story-writing/commit/06cecfac0e983c07e39ebce14ecc1d20d1eccd6a) minor changes - [`af79f4d`](https://github.com/langchain-ai/story-writing/commit/af79f4d0c6aa490e9d915f0605cc69a464311391) first draft - [`acac04c`](https://github.com/langchain-ai/story-writing/commit/acac04cda365d13d9e9846cc8c2fbf12c02436c6) first draft - [`29675b2`](https://github.com/langchain-ai/story-writing/commit/29675b2284121bb5a323496b36b2826995d63171) dep - [`f534ff0`](https://github.com/langchain-ai/story-writing/commit/f534ff0eec0326077ef880e9766dfb9a4f100d0f) Added Dev Container Folder - [`8a5c14d`](https://github.com/langchain-ai/story-writing/commit/8a5c14df7cde011869d69eb76dec2622b8717fed) deps - [`312552b`](https://github.com/langchain-ai/story-writing/commit/312552bc9e1fd86bd5d2fd418d37a0d62efe2972) Merge branch 'isaac/chaptergraph' of https://github.com/isahers1/story-writing into isaac/chaptergraph - [`986d470`](https://github.com/langchain-ai/story-writing/commit/986d4704dda53019c66543021d9ef8a1a8209968) minor edits - [`6c63c24`](https://github.com/langchain-ai/story-writing/commit/6c63c247873ec6c7835a3496aeaa5215ab547177) changes ### 📊 Changes **14 files changed** (+979 additions, -366 deletions) <details> <summary>View changed files</summary> ➕ `.devcontainer/devcontainer.json` (+33 -0) ➕ `App_Information.py` (+124 -0) 📝 `README.md` (+78 -5) 📝 `agent.py` (+208 -120) ➕ `img/Flowchart-2.jpg` (+0 -0) ➕ `img/Flowchart.jpg` (+0 -0) ➕ `img/story_writing_graph_running.png` (+0 -0) ➕ `img/story_writing_screenshot.png` (+0 -0) 📝 `langgraph.json` (+1 -3) ➕ `pages/Story_Writing.py` (+475 -0) 📝 `requirements.txt` (+5 -0) ➖ `streamlit_story_app.py` (+0 -238) ➕ `test.py` (+19 -0) ➕ `test_app.py` (+36 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 05:17:18 -05:00
yindo closed this issue 2026-02-16 05:17:18 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/story-writing#3