feat: enable complex agent instructions and save user messages for learning

This commit is contained in:
2025-11-08 01:35:14 +00:00
parent 89e12683de
commit 98f7847686
4 changed files with 16 additions and 6 deletions
+3 -3
View File
@@ -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