UNPKG

framework

Version:

The (AI) Framework: turnkey, zero-config AI orchestration that wraps a coding-agent CLI (Claude Code) as a black box and takes you from an idea to a running app. Vite for AI.

5 lines 1.36 kB
export { AgentStore, nodeStoreFs, applyEventToMeta, metaFromEvents, listAgents, readAllAgents as readAllAgents, findAgent, readEventLog, isPidAlive, readLiveMeta, reconcileOrphanedAgents, loadAgentEvents, readLiveMetas as readLiveMetas, archiveWorktreeAgent, archivedAgentPaths, patchArchivedAgent, type ArchivePatch, restoreArchivedAgent, listWorktreeDirs, worktreeDirEntries, type WorktreeDirEntry, agentIdFromStartedAt, startedAtFromAgentId as startedAtFromAgentId, isSafeAgentId, FRAMEWORK_DIR, BRANCHES_DIR, EVENTS_FILE, META_FILE, ARCHIVE_DIR, type StoreFs, type AgentMeta, type LiveAgent as LiveAgent, type AgentStatus, type OpenStoreOptions, } from './agent-store.js'; export { resolveAgentCheckout, resolveAgentEventsPath } from './agent-checkout.js'; export { addWorktree, attachWorktree, listWorktrees, parseWorktreeList, commitPendingWork, worktreeClean, branchPushed, repoHasRemote, removeWorktree, pruneWorktrees, worktreePath, agentBranchName, legacyAgentBranchName, AGENT_BRANCH_PREFIX, LEGACY_AGENT_BRANCH_PREFIX, currentBranch, renameAgentBranch, worktreeSize, nodeSizeRunner, type SizeRunner, type WorktreeInfo, type AddWorktreeOptions, type AddedWorktree, } from './worktree.js'; export { linkDependencies, excludeDependencyLinks, findDependencyDirs, nodeLinkFs, type LinkFs, } from './worktree-deps.js'; //# sourceMappingURL=index.d.ts.map