export declare const VERSION = "0.2.1"; export { AithosSDK } from "./sdk.js"; export type { AithosSDKConfig } from "./types.js"; export { AithosSDKError } from "./types.js"; export { AithosRpcError } from "@aithos/protocol-client"; export type { AithosSdkEndpoints } from "./endpoints.js"; export { DEFAULT_SDK_ENDPOINTS, DEV_SDK_ENDPOINTS } from "./endpoints.js"; export type { ComputeMessage, ImageAspectRatio, ImageModelId, InvokeBedrockArgs, InvokeBedrockResult, InvokeBedrockVisionArgs, InvokeBedrockVisionResult, InvokeImageArgs, InvokeImageImage, InvokeImageResult, InvokeSegmentationArgs, InvokeSegmentationResult, SegmentPolygon, StopReason, RunConversationArgs, RunConversationResult, ComputeWorkingSet, WorkingSetSection, ConverseToolCall, ConverseStopReason, InvokeTurnArgs, InvokeTurnResult, RunConversationLocalArgs, RunConversationLocalResult, TranscribeModelId, TranscribeProgressState, TranscribeSegment, TranscribeWord, InvokeTranscribeArgs, InvokeTranscribeResult, PrepareTranscribeArgs, PrepareTranscribeResult, StartTranscribeArgs, StartTranscribeResult, TranscribeStatusResult, TranscribeJobSummary, } from "./compute.js"; export { ComputeNamespace } from "./compute.js"; export type { DataProvider } from "./compute.js"; export { AgentNamespace } from "./agent.js"; export type { AgentRunArgs, AgentRunResult, AgentMcpServer, McpClientLike, } from "./agent.js"; export { SdkStorage } from "./sdk-storage.js"; export type { SdkStorageHost } from "./sdk-storage.js"; export type { AgentMessage, AgentToolSpec, AgentTurnResult, ContentBlock, ToolCallTrace, LoopStopReason, DispatchOutcome, } from "./agent-loop.js"; export { runAgenticLoopLocal } from "./agent-loop.js"; export { AITHOS_AGENT_TOOLS, AITHOS_AGENT_READ_TOOLS, AITHOS_AGENT_WRITE_TOOLS, selectAgentTools, isWriteTool, AGENT_TOOL_CATALOG, getToolSpec, } from "./agent-tools.js"; export type { LocalPendingEntry, LocalPendingStatus, TranscribeDraftMeta, TranscribeDraftRecord, } from "./transcribe-resilience.js"; export { LocalPendingTranscribeTracker, TranscribeDraftStore, TranscribeDraftUnavailableError, } from "./transcribe-resilience.js"; export type { CreditPackId, CreateTopupSessionArgs, CreateTopupSessionResult, GetBalanceArgs, GetBalanceResult, } from "./wallet.js"; export { WalletNamespace } from "./wallet.js"; export type { ComponentStyle, ExtractArgs, ExtractContent, ExtractData, ExtractForm, ExtractFormField, ExtractHeading, ExtractIconDeclaration, ExtractImage, ExtractLink, ExtractLogo, ExtractMeta, ExtractResult, ExtractSection, ExtractStructure, ExtractStyles, FetchAssetArgs, FetchAssetResult, PaletteEntry, VisualSignature, WebNamespaceDeps, } from "./web.js"; export { WebNamespace, WEB_EXTRACT_SCOPE } from "./web.js"; export { AithosAuth, DEFAULT_API_BASE_URL, DEFAULT_AUTH_BASE_URL, DEV_AUTH_BASE_URL, } from "./auth.js"; export type { AcceptInviteInput, AcceptInviteResult, AithosAuthConfig, AithosSession, ApplyPasswordResetInput, ApplyPasswordResetResult, CompleteSsoFirstLoginInput, CompleteSsoFirstLoginResult, CustodialSignInInput, CustodialSignInResult, CustodialSignUpInput, CustodialSignUpResult, DelegateInfo, ImportMandateInput, InviteCustodialInput, InviteCustodialResult, OwnerInfo, RequestPasswordResetInput, ResendVerificationInput, SignInInput, SignInWithGoogleOptions, SignInWithRecoveryInput, SignUpInput, SignUpResult, VerifyEmailInput, VerifyEmailResult, } from "./auth.js"; export type { SignedEnvelope } from "./internal/envelope.js"; export { DEFAULT_SESSION_STORAGE_KEY, defaultSessionStore, localStorageStore, noopStore, sessionStorageStore, type AithosSessionStore, } from "./session-store.js"; export { DEFAULT_KEYSTORE_DB_NAME, defaultKeyStore, indexedDbKeyStore, memoryKeyStore, type AithosKeyStore, type StoredDelegateKeys, type StoredOwnerKeys, } from "./key-store.js"; export { EthosClient, EthosMigrationRequiredError, EthosNamespace, EthosZone, ZONE_NAMES, } from "./ethos.js"; export type { AddSectionInput, PublishResult, SectionIndexEntry, StagedChange, UpdateSectionPatch, ZoneName, } from "./ethos.js"; export { COMPUTE_INVOKE_SCOPE, MandatesNamespace, buildBundlePackV2, selectActiveMandatesForActor } from "./mandates.js"; export type { ActorSphere, CreateMandateComputeInput, CreateMandateInput, CreateBundleInput, MintedBundle, MintedMandate, OwnedMandate, Scope, } from "./mandates.js"; export { AppsNamespace } from "./apps.js"; export type { AudienceSet, AppCreditPackId, CreateAppTopupSessionArgs, CreateAppTopupSessionResult, CreateSponsorshipMandateArgs, SignedSponsorshipMandate, SignedSponsorshipRevocation, SponsorshipAccountingAuthorityInput, SponsorshipAudienceInput, SponsorshipBudgetInput, } from "./apps.js"; export * as onboarding from "./onboarding.js"; export { createBrowserIdentity, browserIdentityFromStored, type BrowserIdentity, } from "@aithos/protocol-client"; export type { Section } from "@aithos/protocol-client"; export { createAppendDataClient, type CreateAppendDataClientArgs, type DataClient, type DataCollection, type ReadonlyDataClient, type ReadonlyDataCollection, type AppendOnlyDataClient, type AppendOnlyDataCollection, type ListOpts, type AithosSchemaLite, liteFromPublishedSchema, } from "./data.js"; export { ensureDataSphere, rekeyLegacyCollections, addDataSphereWrap, migrateLegacyEthosToDataSphere, type MigrateOptions, type MigrateProgress, type EnsureDataSphereResult, type RekeyReport, type CollectionRekeyEntry, type CollectionRekeyStatus, type FullMigrationResult, } from "./migrate.js"; export { buildSignedRotatedDidDocument, rotateEthos, type RotationSeeds, type DidDocumentLike, type RotateEthosOptions, type RotateEthosResult, } from "./rotate.js"; export { createAssetsClient, AssetsClient, type CreateAssetsClientArgs, type AttachedContext, type AssetUploadInput, type AssetUploadResult, type AssetFetchResult, type AssetBrief, type ListAssetsOpts, type ThumbnailUploadInput, type ThumbnailUploadResult, type RecipientResolver, type RecipientSet, } from "./assets.js"; //# sourceMappingURL=index.d.ts.map