Datalayer VS Code Extension - v0.0.17
    Preparing search index...

    Module providers/agentChatViewProvider

    Webview view provider for the Datalayer Agent Chat sidebar.

    Hosts the compiled dist/agentChat.js bundle inside a VS Code WebviewView contributed under the datalayerChat view container.

    On view resolve (and on every sign-in) the provider:

    1. Calls datalayer.listRuntimes() to enumerate all available runtimes.
    2. Extracts {podName, ingress, token, givenName, environmentName} for every runtime that has a valid ingress URL and token.
    3. Posts the full list to the webview as a chat-agents message.
    4. The webview renders a picker; the user selects one.
    5. <Chat> is pointed at the selected runtime's ingress + token.

    If no runtimes are available the webview shows an empty state with a "Create Agent" button that posts a create-agent message back to this provider, which dispatches datalayer.createAgent and refreshes the agent list when the new runtime comes up.

    Classes

    AgentChatViewProvider

    Interfaces

    ChatAgentHandle