[x] Create a system_config.yaml file that lists the urls for each component
`
RAGComponent :
url: /external/blablabla
`
[x] Load the system_config.yaml at the init of the CC
[x] Declare the CC in the init pf the simpple templates
[x] Finalise the functions for the CC
[x] Switch every component call to a CC call in all the RS components
[x] Verification system that checks if the compinant and functions exist and are callable, if not return in the Error the avaialble components and functiins
`