Open the-praxs opened 1 week ago
Attention: Patch coverage is 2.40964%
with 81 lines
in your changes missing coverage. Please review.
Files with missing lines | Patch % | Lines |
---|---|---|
agentops/llms/taskweaver.py | 0.00% | 80 Missing :warning: |
agentops/client.py | 66.66% | 1 Missing :warning: |
Flag | Coverage Δ | |
---|---|---|
unittests | 53.61% <2.40%> (-1.16%) |
:arrow_down: |
Flags with carried forward coverage won't be shown. Click here to find out more.
Files with missing lines | Coverage Δ | |
---|---|---|
agentops/llms/__init__.py | 26.08% <ø> (ø) |
|
agentops/client.py | 64.70% <66.66%> (+0.02%) |
:arrow_up: |
agentops/llms/taskweaver.py | 0.00% <0.00%> (ø) |
🚨 Try these New Features:
📥 Pull Request
📘 Description Closes #500.
Adds support for tracking in TaskWeaver. A minor modification is needed here for the integration, as done in this PR.
🧪 Testing ToDo