newrelic / newrelic-python-agent

New Relic Python Agent
https://docs.newrelic.com/docs/agents/python-agent
Apache License 2.0
176 stars 99 forks source link

Run langchain agent tests #1070

Closed hmstepanek closed 7 months ago

hmstepanek commented 7 months ago

Previously, langchain agent tests were skipped because they were dependent on streaming instrumentation support which hadn't been implemented yet. Now we support streaming in openai so remove the skip condition and actually run these tests.

Note: this is dependent on #1068 which should be merged first.

github-actions[bot] commented 7 months ago

🦙 MegaLinter status: ❌ ERROR

Descriptor Linter Files Fixed Errors Elapsed time
✅ PYTHON bandit 1 0 5.15s
✅ PYTHON black 6 1 0 1.45s
✅ PYTHON flake8 6 0 0.85s
✅ PYTHON isort 6 1 0 0.3s
❌ PYTHON pylint 6 13 5.04s

See detailed report in MegaLinter reports _Set VALIDATE_ALL_CODEBASE: true in mega-linter.yml to validate all sources, not only the diff_

_MegaLinter is graciously provided by OX Security_