diff --git a/examples/sample_standard_app/config/config.toml b/examples/sample_standard_app/config/config.toml index 58ce32f3..0d36a7a2 100644 --- a/examples/sample_standard_app/config/config.toml +++ b/examples/sample_standard_app/config/config.toml @@ -28,8 +28,8 @@ service = ['${ROOT_PACKAGE}.intelligence.service.agent_service'] prompt = ['${ROOT_PACKAGE}.intelligence.agentic.prompt'] # Scan and register product components for all paths under this list, with priority over the default. product = ['${ROOT_PACKAGE}.platform.difizen.product'] -# Scan and register workflow components for all paths under this list, with priority over the default. -workflow = ['${ROOT_PACKAGE}.platform.difizen.workflow'] +## Scan and register workflow components for all paths under this list, with priority over the default. +#workflow = ['${ROOT_PACKAGE}.platform.difizen.workflow'] # Scan and register store components for all paths under this list, with priority over the default. store = ['${ROOT_PACKAGE}.intelligence.agentic.knowledge.store'] # Scan and register rag_router components for all paths under this list, with priority over the default.