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

Catch langchain agent errors #1539

Merged
merged 14 commits into from
Mar 11, 2024

Commits on Feb 29, 2024

  1. Configuration menu
    Copy the full SHA
    817a0e4 View commit details
    Browse the repository at this point in the history
  2. Set pylint exception

    dagardner-nv committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    81dbb39 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

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

Commits on Mar 7, 2024

  1. WIP

    dagardner-nv committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    d0059fd View commit details
    Browse the repository at this point in the history
  2. WIP

    dagardner-nv committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    8c26724 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2024

  1. Fix agent test

    dagardner-nv committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    423a307 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

  1. Return to catching/logging/returning exceptions. Currently anything s…

    …tored as an output to the LLMContext must be json serializable
    dagardner-nv committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    87fb01f View commit details
    Browse the repository at this point in the history
  2. Finish up unittests

    dagardner-nv committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    eb94025 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    986e117 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    57f2e5c View commit details
    Browse the repository at this point in the history
  5. Cleanup tests, remove the second input since these are executed concu…

    …rrently and we have no control over which responses are returned for which requests
    dagardner-nv committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    e2df8d2 View commit details
    Browse the repository at this point in the history
  6. pylint fixes

    dagardner-nv committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    795b452 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5e3f2fb View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7a4a238 View commit details
    Browse the repository at this point in the history