@runloop/agent-axon-client
    Preparing search index...

    Type Alias CreateClientFn

    CreateClientFn: (agent: Agent) => Client

    Factory function that creates a Client implementation for the underlying ClientSideConnection.

    Receives the Agent proxy (so the client can call back into the agent if needed) and must return a Client that handles agent-to-client requests such as requestPermission, sessionUpdate, file I/O, terminal management, and elicitation.

    Type Declaration

    Consider a composition-based approach (e.g. accepting partial overrides that merge with defaults) so callers don't have to reimplement the entire Client interface.