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

82 add reporter plugins #121

Merged
merged 5 commits into from
Mar 22, 2024
Merged

82 add reporter plugins #121

merged 5 commits into from
Mar 22, 2024

Commits on Mar 13, 2024

  1. Adding reporters for each plugin type

    Reporters will state who they are and what method is running
      also outputs the arguments, their types, and values
    Added reporter_config.ini that uses one of each kind in the config dicts
    asgibson committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    873da28 View commit details
    Browse the repository at this point in the history
  2. Updates to get reporters running after rebase

    agent.py
      removed some trailing whitespaces
    reporters
      fixed naming of AIPlugin to match new usage
    asgibson committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    646ff5d View commit details
    Browse the repository at this point in the history
  3. Reduction to single reporter class

    Now that multiple use of same plugin can be done, only 1 reporter class required
    Now reports out via its name
    Reports function and data, low and high
      update reports data it was given and records it
      render_reasoning reports known data
    Added VERBOSITY constant for easy on/off of data reporting
      when True, all outputs
      when False, reporter only states function
    asgibson committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    556b85f View commit details
    Browse the repository at this point in the history
  4. Updates for reporter plugin

    Reporter Plugin
      changed VERBOSE to verbose_mode attribute
      update
        moved setting of values to outside of verbose_mode printing
    Test
      full coverage testing for both functions in verbose and not verbose
    asgibson committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    b4ac8e1 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2024

  1. Configuration menu
    Copy the full SHA
    667030d View commit details
    Browse the repository at this point in the history