File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ poetry env info
2626
2727```
2828
29- - copy tz-script repo in a folder
29+ - copy sample repo in a folder
3030- copy ` .env ` and ` .streamlit/config.toml ` to that folder
3131- go to folder and install package dependencies
3232
@@ -62,7 +62,7 @@ After=network.target
6262
6363[Service]
6464User=root
65- WorkingDirectory=/opt/project/path/tz-script
65+ WorkingDirectory=/opt/project/path/sample
6666Environment=" HOME=/root"
6767Environment=" PYTHONUNBUFFERED=1"
6868Environment=" PATH=/root/.local/bin:/usr/local/bin:/usr/bin:/bin"
Original file line number Diff line number Diff line change 113113 │ ├── doc.html
114114 │ └── index.html
115115 ├── trace_entry.py
116- └── tz-script .code-workspace
116+ └── * .code-workspace
117117 ```
118118
119119````
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ poetry env list
5151
5252this output something like this
5353
54- > tz-script -fBo1usnc-py3.12 (Activated)
54+ > sample -fBo1usnc-py3.12 (Activated)
5555
5656now delete using version showing at the end of the environment name
5757
@@ -77,8 +77,8 @@ Python: 3.12.7
7777Virtualenv
7878Python: 3.12.7
7979Implementation: CPython
80- Path: ~/ Library/ Caches/ pypoetry/ virtualenvs/ tz - script - 7YHTbn9s - py3.12
81- Executable: ~/ Library/ Caches/ pypoetry/ virtualenvs/ tz - script - 7YHTbn9s - py3.12/ bin/ python
80+ Path: ~/ Library/ Caches/ pypoetry/ virtualenvs/ sample - 7YHTbn9s - py3.12
81+ Executable: ~/ Library/ Caches/ pypoetry/ virtualenvs/ sample - 7YHTbn9s - py3.12/ bin/ python
8282Valid: True
8383
8484Base
Original file line number Diff line number Diff line change 99
1010### How to Start
1111
12- 1 . Navigate to the project root:
12+ 1 . Clone the Repo
13+ 2 . Navigate to the project root
1314
1415``` sh
15- cd /project/tz-script
16+ cd /project/sample
1617```
1718
18192 . install required packages
Original file line number Diff line number Diff line change 11[project ]
22name = " sample"
3- version = " 0.0.1 "
3+ version = " 0.0.2 "
44description = " A package template for Recursive zero."
55authors = [{ name = " sample" , email = " recursivezero@outlook.com" }]
66license = " MIT"
Original file line number Diff line number Diff line change 153153 "servers" : {}
154154 },
155155 "chat.mcp.serverSampling" : {
156- "tz-script .code-workspace: my-mcp-server-c37295de" : {
156+ "sample-py .code-workspace: my-mcp-server-c37295de" : {
157157 "allowedModels" : [
158158 " copilot/gpt-4.1" ,
159159 " copilot/claude-3.5-sonnet"
You can’t perform that action at this time.
0 commit comments