You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An endpoint that provides information about the application:
App version: This reminds me we need to switch to semantic versioning (semver) as soon as possible. This will allow us to deprecate features and eventually remove them, instead of maintaining them indefinitely.
Current tasks and their progress: An overview of ongoing operations and their statuses.
Celery workers: Information about the status and availability of workers.
Available models: A list of models supported by the application.
Available strategies: Details about the strategies currently implemented.
This endpoint is particularly important for our client libraries, as it enables us to identify the application version we're communicating with and provides essential details such as the supported models and strategies. 😉
The text was updated successfully, but these errors were encountered:
choinek
changed the title
[feat] static info endpoint
[feat] info endpoint
Jan 13, 2025
An endpoint that provides information about the application:
This endpoint is particularly important for our client libraries, as it enables us to identify the application version we're communicating with and provides essential details such as the supported models and strategies. 😉
The text was updated successfully, but these errors were encountered: