Commit Graph

9 Commits

Author SHA1 Message Date
sylvain d2596de207 docs: update README with script library and skill count
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-15 19:54:20 +00:00
sylvain 0e57d186ee feat: script skill with MQTT execution notifications
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-15 19:49:13 +00:00
sylvain 637562faa2 feat: add script library skill to all agents
Generic script.py skill (list/show/save/exec/run/delete) with dynamic
scripts dir derived from queue_db path or config scripts_dir key.
Each agent gets its own /opt/<agent>/scripts/ folder.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-15 19:38:17 +00:00
sylvain 4d38618863 docs: ajout README.md 2026-03-09 17:47:54 +00:00
sylvain 77973ec0d0 Improve DESCRIPTION for better LLM routing
More explicit keywords so Nexus LLM can route requests correctly
without hardcoded rules in the system prompt.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-09 14:53:48 +00:00
sylvain 133350e7ce Add agents_status skill and status change notifications
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-09 13:12:37 +00:00
sylvain adea6adecc Add mqtt_subscribe and muc_send skills
- mqtt_subscribe: dynamically subscribe/unsubscribe to any MQTT topic,
  received messages are forwarded to XMPP admins
- muc_send: post a message to the XMPP MUC group (agents@muc.xmpp.ovh)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-09 12:38:58 +00:00
sylvain 5e32dbc049 Remove sys.path.insert('/opt') — agents_core now installed via pip
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-09 10:28:46 +00:00
sylvain f2b0dad2d2 Initial commit — agent_ansible v2.0 2026-03-09 09:01:34 +00:00