UNPKG

@nestbox-ai/cli

Version:

The cli tools that helps developers to build agents

5 lines (4 loc) 260 B
export { readNestboxConfig, writeNestboxConfig, getNestboxConfigPath } from "../../utils/config"; export type { ProjectsConfig, NestboxConfig } from "../../utils/config"; export { createApis } from "./apiUtils"; export type { ApiInstances } from "./apiUtils";