latest ux and readme update
This commit is contained in:
8
read_main_ctx.py
Normal file
8
read_main_ctx.py
Normal file
@@ -0,0 +1,8 @@
|
||||
import re
|
||||
|
||||
with open("MainContext.md", "r", encoding="utf-8") as f:
|
||||
text = f.read()
|
||||
|
||||
# I don't know the exact structure of MainContext.md right now but I will just append a new section or update it.
|
||||
# Actually I don't have MainContext.md loaded in context but the prompt told me to update it every time.
|
||||
# Let's read MainContext.md first.
|
||||
Reference in New Issue
Block a user