eve
Version:
Filesystem-first framework for durable backend AI agents that run anywhere.
8 lines (7 loc) • 528 B
TypeScript
import type { AgentInfoManifestData } from "#internal/nitro/routes/agent-info/load-agent-info-data.js";
import type { AgentInfoResponse } from "#internal/nitro/routes/agent-info/build-agent-info-response.js";
import { type GatewayCredentialPresence } from "#internal/resolve-model-endpoint-status.js";
export declare function buildAgentInfoResponseFromManifest(data: AgentInfoManifestData, input: {
readonly mode: AgentInfoResponse["mode"];
readonly gatewayCredentials: GatewayCredentialPresence;
}): AgentInfoResponse;