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.12 kB
export { AgentStore, nodeStoreFs, applyEventToMeta, metaFromEvents, listAgents, readAllAgents as readAllAgents, findAgent, readEventLog, isPidAlive, readLiveMeta, reconcileOrphanedAgents, loadAgentEvents, readLiveMetas as readLiveMetas, archiveWorktreeAgent, archivedAgentPaths, patchArchivedAgent, restoreArchivedAgent, listWorktreeDirs, worktreeDirEntries, agentIdFromStartedAt, startedAtFromAgentId as startedAtFromAgentId, isSafeAgentId, FRAMEWORK_DIR, BRANCHES_DIR, EVENTS_FILE, META_FILE, ARCHIVE_DIR, } 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, } from './worktree.js'; export { linkDependencies, excludeDependencyLinks, findDependencyDirs, nodeLinkFs, } from './worktree-deps.js'; //# sourceMappingURL=index.js.map