50 lines
1.7 KiB
Plaintext
50 lines
1.7 KiB
Plaintext
|
|
screen -S qwen-go
|
|
cd /home/localuser/TSYS/CTO/LOB-MerchantsOfHope/MOHPortalTest-AllAgents-AllLangs/qwen/go
|
|
qwen --prompt-interactive AGENTS.md
|
|
Build the application in the go programming language.
|
|
|
|
screen -S qwen-php
|
|
cd /home/localuser/TSYS/CTO/LOB-MerchantsOfHope/MOHPortalTest-AllAgents-AllLangs/qwen/php
|
|
cp ../../AGENTS.md .
|
|
qwen --yolo --prompt-interactive AGENTS.md
|
|
Build the application in the php programming language. Dont stop until its done
|
|
|
|
screen -S qwen-nodejs
|
|
cd /home/localuser/TSYS/CTO/LOB-MerchantsOfHope/MOHPortalTest-AllAgents-AllLangs/qwen/nodejs
|
|
cp ../../AGENTS.md .
|
|
qwen --yolo --prompt-interactive AGENTS.md
|
|
Build the application in the nodejs programming language. Dont stop until its done
|
|
|
|
screen -S qwen-python
|
|
cd /home/localuser/TSYS/CTO/LOB-MerchantsOfHope/MOHPortalTest-AllAgents-AllLangs/qwen/python
|
|
cp ../../AGENTS.md .
|
|
qwen --yolo --prompt-interactive AGENTS.md
|
|
Build the application in the python programming language. Dont stop until its done
|
|
|
|
screen -S qwen-hack
|
|
cd /home/localuser/TSYS/CTO/LOB-MerchantsOfHope/MOHPortalTest-AllAgents-AllLangs/qwen/php
|
|
cp ../../AGENTS.md .
|
|
qwen --yolo --prompt-interactive AGENTS.md
|
|
Build the application in the hack programming language. Dont stop until its done
|
|
|
|
screen -S gemini-go
|
|
cd /home/localuser/TSYS/CTO/LOB-MerchantsOfHope/MOHPortalTest-AllAgents-AllLangs/gemini/go
|
|
gemini --yolo --model
|
|
|
|
--prompt-interactive ../../AGENTS.md --include-directories ../../
|
|
|
|
@AGENTS.md
|
|
Build the application in the go programming language. DO not stop until its done.
|
|
|
|
|
|
screen -S gemini-hack
|
|
screen -S gemini-nodejs
|
|
screen -S gemini-php
|
|
screen -S gemini-python
|
|
|
|
screen -S copilot-go
|
|
screen -S copilot-hack
|
|
screen -S copilot-nodejs
|
|
screen -S copilot-php
|
|
screen -S copilot-python |