In blue a service is essentially an abstraction that represents a connection to an API. For exaple, OpenAIService extends Service class and utilizes standard logging, communication with API endpoints, performance and general tracking utilities to speed up service development.
See lib\src\blue\service.py for more details.