Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Start setting blockID to support logging human feedback #46

Merged
merged 6 commits into from
Apr 13, 2024
Merged

Commits on Apr 10, 2024

  1. Configuration menu
    Copy the full SHA
    c8753d7 View commit details
    Browse the repository at this point in the history
  2. Add block id.

    jlewi committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    2610fe5 View commit details
    Browse the repository at this point in the history
  3. Regenerate protos.

    jlewi committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    5434160 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d5424b4 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2024

  1. Support collecting human feedback

    * Add the BlockID to the proto
    * Instrument the Agent.Generate RPC to lock the blockIDs of any generated blocks
    * Instrument the Executor.Execute RPC to log the IDS of any blocks executed
    * Configure OTEL so that trace and spans get set. We will use this to link the log entries
      associated with a trace.
    * Add the ability to send traces to Honeycomb
    jlewi committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    ddf210f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2b8ce1e View commit details
    Browse the repository at this point in the history