pull/715/head
Travis Fischer 2025-05-26 02:51:39 +07:00
rodzic 9da4820e00
commit 6f35cffae9
1 zmienionych plików z 6 dodań i 0 usunięć

Wyświetl plik

@ -6,6 +6,12 @@ import {
agenticProjectConfigSchema
} from './agentic-project-config-schema'
/**
* This method allows Agentic projects to define their configs in a type-safe
* way from `agentic.config.ts` files.
*
* It parses the given input config and performs basic validation.
*/
export function defineConfig(
config: AgenticProjectConfigInput
): AgenticProjectConfig {