bossjones / goob_ai

MIT License
1 stars 0 forks source link

feat: custom tools time #19

Closed bossjones closed 4 months ago

bossjones commented 4 months ago

Summary

1-2 line summary of changes

Jira ticket(s)

Please mention the Jira story/bug corresponding to the change

Changes

Please enter each change as a new bullet point

Relevant Documentation

Please enter the links of any docs updated to reflect this change

Checklist

codecov[bot] commented 4 months ago

Codecov Report

Attention: Patch coverage is 45.50000% with 109 lines in your changes missing coverage. Please review.

Project coverage is 36.54%. Comparing base (d834ac0) to head (fba0cdd).

Files Patch % Lines
src/goob_ai/cli.py 12.82% 33 Missing and 1 partial :warning:
src/goob_ai/monitoring/sentry.py 42.30% 30 Missing :warning:
src/goob_ai/services/chroma_service.py 15.38% 22 Missing :warning:
src/goob_ai/tools/rag_tool.py 73.68% 15 Missing :warning:
src/goob_ai/agent.py 54.54% 5 Missing :warning:
src/goob_ai/gen_ai/tools/vision_tool.py 0.00% 1 Missing :warning:
src/goob_ai/goob_bot.py 0.00% 1 Missing :warning:
src/goob_ai/llm_manager.py 50.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #19 +/- ## ========================================== + Coverage 36.04% 36.54% +0.49% ========================================== Files 57 59 +2 Lines 5207 5301 +94 Branches 721 720 -1 ========================================== + Hits 1877 1937 +60 - Misses 3243 3276 +33 - Partials 87 88 +1 ``` | [Flag](https://app.codecov.io/gh/bossjones/goob_ai/pull/19/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Malcolm+Jones+%28bossjones%2FTony+Dark%29) | Coverage Δ | | |---|---|---| | [3.10](https://app.codecov.io/gh/bossjones/goob_ai/pull/19/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Malcolm+Jones+%28bossjones%2FTony+Dark%29) | `36.54% <45.50%> (+0.49%)` | :arrow_up: | | [Linux](https://app.codecov.io/gh/bossjones/goob_ai/pull/19/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Malcolm+Jones+%28bossjones%2FTony+Dark%29) | `36.54% <45.50%> (+0.49%)` | :arrow_up: | | [X64](https://app.codecov.io/gh/bossjones/goob_ai/pull/19/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Malcolm+Jones+%28bossjones%2FTony+Dark%29) | `36.54% <45.50%> (+0.49%)` | :arrow_up: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Malcolm+Jones+%28bossjones%2FTony+Dark%29#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.