UNPKG

@nestbox-ai/cli

Version:

The cli tools that helps developers to build agents

6 lines (5 loc) 324 B
// Export utility functions that might be used by other modules export { readNestboxConfig, writeNestboxConfig, getNestboxConfigPath } from "../../utils/config"; export type { ProjectsConfig, NestboxConfig } from "../../utils/config"; export { createApis } from "./apiUtils"; export type { ApiInstances } from "./apiUtils";