mirror of
https://github.com/agent0ai/agent-zero.git
synced 2026-05-09 02:50:43 +00:00
- Fix two error returns in ws_dev_test.py using non-standard {"_error": True, ...} format, which _collect_results misidentifies as a success response and wraps as ok=True, sending a false-success to the client
- Switch to WsResult.error(code=..., message=...) standard API, consistent with all other handlers
- Fix 5 occurrences of process_event → process in documentation examples
- Remove non-existent HANDLER_ID and HANDLED_EVENTS class attribute examples from docs
- Fix validate_event_types (plural) → validate_event_type (singular) in docs
|
||
|---|---|---|
| .. | ||
| architecture.md | ||
| connectivity.md | ||
| contributing-skills.md | ||
| extensions.md | ||
| mcp-configuration.md | ||
| notifications.md | ||
| plugins.md | ||
| websockets.md | ||