mirror of
https://github.com/agent0ai/agent-zero.git
synced 2026-05-25 23:06:20 +00:00
Closes #1099, #1208 Adds a proper stop mechanism between pause (too weak) and terminate (too destructive): Backend: - AgentContext.stop() in agent.py: kills process, clears pause/streaming state, preserves history - api/stop.py: new auto-discovered API endpoint Frontend: - Stop button in bottom actions bar (red-tinted, only visible when agent is running) - stopAgent() method in input-store.js - Escape key shortcut in index.js (skips when typing in input/textarea) - globalThis.stopAgent for external access |
||
|---|---|---|
| .. | ||
| _examples | ||
| chat | ||
| dropdown | ||
| messages | ||
| modals | ||
| notifications | ||
| plugins | ||
| projects | ||
| settings | ||
| sidebar | ||
| sync | ||
| tooltips | ||
| welcome | ||