You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Documentation files must be either: .md (Markdown) or .txt (Text) and be located in a folder
83
-
*`nemo-agent --docs example_folder`
84
+
*`uvx nemo-agent --docs example_folder`
84
85
85
86
### Import Existing Code Projects Into Prompt
86
87
* Code files must be either: .py (Python), .php (PHP), .rs (Rust), .js (JavaScript), .ts (TypeScript), .toml (TOML), .json (JSON), .rb (Ruby), or .yaml (YAML) and be located in a folder
87
-
*`nemo-agent --code example_folder`
88
+
*`uvx nemo-agent --code example_folder`
88
89
89
90
### Import Data Into Prompt
90
91
* Data files must be .csv (CSV) and be located in a folder
91
-
*`nemo-agent --data example_folder`
92
+
*`uvx nemo-agent --data example_folder`
92
93
93
94
### Prompting
94
95
95
96
#### CLI
96
-
*`nemo-agent "create a fizzbuzz script"`
97
+
*`uvx nemo-agent "create a fizzbuzz script"`
97
98
98
99
#### OR
99
100
100
101
#### File Prompt
101
102
* Prompt file must be markdown (.md) or text files (.txt)
102
-
*`nemo-agent --file example.md` or
103
-
*`nemo-agent --file example.txt`
103
+
*`uvx nemo-agent --file example.md` or
104
+
*`uvx nemo-agent --file example.txt`
104
105
105
106
### Run Generated Program
106
107
*`cd generated_project_folder`
@@ -115,7 +116,7 @@ Tests are automatically created and run.
115
116
116
117
You many want to skip tests especially if you are generating a UI application.
117
118
118
-
*`nemo-agent "create a fizzbuzz script" --tests False`
119
+
*`uvx nemo-agent "create a fizzbuzz script" --tests False`
119
120
120
121
## Models
121
122
@@ -126,7 +127,7 @@ You many want to skip tests especially if you are generating a UI application.
0 commit comments