eve
Version:
Filesystem-first framework for durable backend AI agents that run anywhere.
6 lines • 383 B
TypeScript
import { getAuth, updateAuthConfig } from "./file.js";
import { DeviceAuthorizationRequest, OAuth, isOAuthError } from "./oauth.js";
import { pollForToken } from "./poll-for-token.js";
import { inferScope } from "./project.js";
import { NotOk } from "./error.js";
export { DeviceAuthorizationRequest, NotOk, OAuth, getAuth, inferScope, isOAuthError, pollForToken, updateAuthConfig };