AutoBeAgent instance to expose through the RPC service.
The core agent that provides vibe coding capabilities including conversation processing, development pipeline orchestration, and artifact generation. This agent's functionality becomes available to remote clients through the RPC service interface while maintaining full feature compatibility.
Client event listener for receiving agent events.
The remote client's event listener implementation that will receive all agent events including conversation flow, development progress, and completion notifications. The service automatically forwards all agent events to this listener to ensure comprehensive real-time visibility for the remote client.
Configuration properties for initializing the AutoBeRpcService.
Defines the required components for creating a WebSocket RPC service that exposes AutoBeAgent functionality to remote clients. The configuration establishes both the underlying agent capabilities and the event forwarding mechanism necessary for real-time client notifications.
Author
Samchon