sylvain
|
9668304187
|
feat: deploy agent from any git URL (from_git / from_git_local)
- DeployConfig: add git_url, main_script, apt_deps fields
- Deployer: new _deploy_from_git() and _detect_main_script() methods
Auto-detects main script (agent_*.py > main.py > grep __main__)
Uses minimal apt defaults, reads requirements.txt for pip deps
- deploy skill: add from_git and from_git_local actions
from_git <url> <nom> <host> <user> password|key <cred> <xmpp_jid> <xmpp_pass> <mqtt_host> [main_script]
from_git_local <url> <nom> <xmpp_jid> <xmpp_pass> <mqtt_host> [main_script]
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
2026-03-15 19:12:30 +00:00 |
|