feat: add agent communication system and autonomous detection with caching and plugin support

This commit is contained in:
2025-11-07 15:43:10 +00:00
parent 6de2513aea
commit f1d91dbcf1
8 changed files with 49 additions and 16 deletions
+4 -3
View File
@@ -72,8 +72,9 @@ serve:
implode: build
cp rp.py rp
chmod +x rp
if [ -d /home/retoor/bin ]; then cp rp /home/retoor/bin/rp; fi
if [ -d /home/retoor/bin ]; then \
cp rp.py /home/retoor/bin/rp; \
chmod +x /home/retoor/bin/rp; \
fi
.DEFAULT_GOAL := help