feat: enable complex agent instructions and save user messages for learning
This commit is contained in:
@@ -72,9 +72,9 @@ serve:
|
||||
|
||||
|
||||
implode: build
|
||||
if [ -d /home/retoor/bin ]; then \
|
||||
python -m rp.implode rp.py -o /home/retoor/bin/rp; \
|
||||
chmod +x /home/retoor/bin/rp; \
|
||||
if [ -d $(HOME)/bin ]; then \
|
||||
python -m rp.implode rp.py -o $(HOME)/bin/rp; \
|
||||
chmod +x $(HOME)/bin/rp; \
|
||||
fi
|
||||
|
||||
.DEFAULT_GOAL := help
|
||||
|
||||
Reference in New Issue
Block a user