Type Alias AgentPlayCredentialsFile

AgentPlayCredentialsFile: {
    agentNodes?: AgentPlayAgentNodeEntry[];
    nodeId: string;
    passw: string;
    secretFilePath?: string;
    serverUrl: string;
}

Shape of ~/.agent-play/credentials.json written by agent-play (create-main-node, create-agent-node). passw is the human-readable passphrase; node id derivation uses hashNodePassword on the normalized phrase (see nodeCredentialsMaterialFromHumanPassphrase).