unitaryfund / metriq-gym

Standard benchmark script implementations for https://metriq.info
Apache License 2.0
2 stars 0 forks source link

Scaffolding for metriq-client integration #54

Open vprusso opened 1 day ago

vprusso commented 1 day ago

The full scope of the metriq-client integration (i.e. the ability to dispatch and update Metriq.info) is likely beyond this one issue and will almost surely change. Still, the general structure and scaffolding necessary to be in place to support this workflow can be achieved.

The content below is extracted from the discussion in #32:

We don't have much in the way of Metriq and Metriq-client integration, but we will likely want to subdivide some of the "client-specific" components into its directory. Something like:

metriq_gym/
    client/
        __init__.py
        metriq_metadata.py
        metriq_upload_result.py

Where: