Refactor: Renommer command_interface en agent_chat

- command_interface/ → agent_chat/
- Mise à jour run.sh (--chat au lieu de --command)
- Mise à jour documentation

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Dom
2026-01-15 15:13:26 +01:00
parent 752ac537d4
commit c6a857b96b
5 changed files with 2061 additions and 4 deletions

5
agent_chat/__init__.py Normal file
View File

@@ -0,0 +1,5 @@
"""
RPA Vision V3 - Command Interface
Interface web légère pour communiquer avec le système RPA.
"""