feat: introduce agent communication system and autonomous detection

feat: add caching, plugin support, and interactive modes
refactor: update tool discovery to use __all__
fix: correct import in rp.py and rp.py
docs: update changelog for version 1.9.0
maintenance: update pyproject.toml version to 1.9.0
refactor: remove unused interactive debugging code in assistant.py
feat: add agent execution tool
This commit is contained in:
2025-11-07 16:43:10 +01:00
parent c000afc699
commit c28c76e4b6
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