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:
@@ -29,7 +29,7 @@ Permettre aux utilisateurs de commander le système RPA en langage naturel :
|
||||
|
||||
| Composant | Fichier | Description |
|
||||
|-----------|---------|-------------|
|
||||
| **Command Interface** | `command_interface/app.py` | Interface web style Spotlight avec WebSocket |
|
||||
| **Command Interface** | `agent_chat/app.py` | Interface web style Spotlight avec WebSocket |
|
||||
| **CLI** | `cli.py` | Ligne de commande (status, record, play, list) |
|
||||
| **Agent Tray** | `agent_v0/tray_ui.py` | Application système tray |
|
||||
|
||||
@@ -462,10 +462,10 @@ class ConversationalAgent:
|
||||
|
||||
## 7. INTERFACES UTILISATEUR
|
||||
|
||||
### 7.1 Chat Web (Extension de command_interface)
|
||||
### 7.1 Chat Web (Extension de agent_chat)
|
||||
|
||||
```javascript
|
||||
// Extension de command_interface/static/app.js
|
||||
// Extension de agent_chat/static/app.js
|
||||
|
||||
const ChatInterface = {
|
||||
async sendMessage(text) {
|
||||
@@ -606,7 +606,7 @@ class VoiceInterface:
|
||||
|
||||
### Phase 3 : Interface Chat Web (1 semaine)
|
||||
|
||||
- [ ] Étendre `command_interface` avec chat
|
||||
- [ ] Étendre `agent_chat` avec chat
|
||||
- [ ] UI React pour conversation
|
||||
- [ ] Historique des conversations
|
||||
- [ ] WebSocket pour temps réel
|
||||
|
||||
Reference in New Issue
Block a user