Commit
·
b688ba6
1
Parent(s):
229cf57
asdf
Browse files- __pycache__/graph.cpython-310.pyc +0 -0
- app.log +1 -0
- brainstorm_test.txt +1 -1
- requirements.txt +1 -2
__pycache__/graph.cpython-310.pyc
CHANGED
Binary files a/__pycache__/graph.cpython-310.pyc and b/__pycache__/graph.cpython-310.pyc differ
|
|
app.log
CHANGED
@@ -51287,3 +51287,4 @@ For troubleshooting, visit: https://python.langchain.com/docs/troubleshooting/er
|
|
51287 |
2025-06-07 09:38:30:__main__:INFO: Greeting added for new user via handle_initial_greeting_load.
|
51288 |
2025-06-07 09:38:59:__main__:INFO: Starting the interface
|
51289 |
2025-06-07 09:39:05:__main__:INFO: Greeting added for new user via handle_initial_greeting_load.
|
|
|
|
51287 |
2025-06-07 09:38:30:__main__:INFO: Greeting added for new user via handle_initial_greeting_load.
|
51288 |
2025-06-07 09:38:59:__main__:INFO: Starting the interface
|
51289 |
2025-06-07 09:39:05:__main__:INFO: Greeting added for new user via handle_initial_greeting_load.
|
51290 |
+
2025-06-07 11:45:25:__main__:INFO: Starting the interface
|
brainstorm_test.txt
CHANGED
@@ -4,7 +4,7 @@ system_prompt: |-
|
|
4 |
f"CURRENT PROJECT STATUS:\n{status_summary}\n\n"
|
5 |
f"Based on the status, the most logical next stage appears to be: **'{proposed_next_stage}'**.\n\n"
|
6 |
|
7 |
-
|
8 |
|
9 |
**Critical Criteria for the Final DIY Project Idea (MUST be met):**
|
10 |
1. **Buildable:** Achievable by an average person with basic DIY skills.
|
|
|
4 |
f"CURRENT PROJECT STATUS:\n{status_summary}\n\n"
|
5 |
f"Based on the status, the most logical next stage appears to be: **'{proposed_next_stage}'**.\n\n"
|
6 |
|
7 |
+
just trying to run some code and and
|
8 |
|
9 |
**Critical Criteria for the Final DIY Project Idea (MUST be met):**
|
10 |
1. **Buildable:** Achievable by an average person with basic DIY skills.
|
requirements.txt
CHANGED
@@ -14,6 +14,5 @@ huggingface_hub
|
|
14 |
python-dotenv
|
15 |
graphviz
|
16 |
trafilatura==2.0.0
|
17 |
-
|
18 |
pydantic==2.10.6
|
19 |
-
|
|
|
14 |
python-dotenv
|
15 |
graphviz
|
16 |
trafilatura==2.0.0
|
|
|
17 |
pydantic==2.10.6
|
18 |
+
|