mirror of
https://github.com/agent0ai/agent-zero.git
synced 2026-05-11 13:10:04 +00:00
- Change `_active_handlers` from list of tuples to dict mapping paths to handler instances - Cache handler instances on connect instead of recreating them for each event - Reuse cached instances in `_dispatch` instead of instantiating new ones - Remove redundant handler instantiation in `_on_disconnect` - Add type ignore comments for socketio event decorators - Fix extension asset path construction to use proper directory variable |
||
|---|---|---|
| .. | ||
| _examples | ||
| chat | ||
| dropdown | ||
| messages | ||
| modals | ||
| notifications | ||
| plugins | ||
| projects | ||
| settings | ||
| sidebar | ||
| sync | ||
| tooltips | ||
| welcome | ||