mirror of
https://github.com/agent0ai/agent-zero.git
synced 2026-05-19 16:31:30 +00:00
Introduce the builtin `_a0_connector` plugin that lets the host-side A0 CLI connect to Agent Zero over authenticated HTTP and `/ws`. This adds connector capability discovery, chat/context lifecycle endpoints, log streaming, and the remote text editing, code execution, and file tree bridge used by the CLI workflow.
9 lines
296 B
YAML
9 lines
296 B
YAML
name: _a0_connector
|
|
title: A0 Connector
|
|
description: Current Agent Zero connector plugin for HTTP plus /ws integration, using session auth and handler activation through auth.handlers.
|
|
version: 0.1.0
|
|
settings_sections:
|
|
- external
|
|
- developer
|
|
per_project_config: false
|
|
per_agent_config: false
|