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

Langchain tools integration and tests setup #12

Merged
merged 14 commits into from
Dec 6, 2024

Conversation

RezaRahemtola
Copy link
Member

@RezaRahemtola RezaRahemtola commented Dec 4, 2024

Support the usage of tools from Langchain, including the 100+ community tools https://python.langchain.com/docs/integrations/tools/ and the toolkits from various projects built on langchain.

@RezaRahemtola RezaRahemtola added the feature New feature or request label Dec 4, 2024
@RezaRahemtola RezaRahemtola self-assigned this Dec 4, 2024
@RezaRahemtola RezaRahemtola force-pushed the reza/langchain-tools-integration branch from 3e25473 to 911d21f Compare December 4, 2024 16:09
@RezaRahemtola RezaRahemtola force-pushed the reza/langchain-tools-integration branch from 9b6d0f1 to f207e64 Compare December 4, 2024 19:13
@RezaRahemtola RezaRahemtola marked this pull request as ready for review December 4, 2024 19:14
@RezaRahemtola RezaRahemtola changed the title Langchain tools integration Langchain tools integration and tests setup Dec 6, 2024
Copy link

codecov bot commented Dec 6, 2024

Codecov Report

Attention: Patch coverage is 40.00000% with 57 lines in your changes missing coverage. Please review.

Please upload report for BASE (main@79d1690). Learn more about missing BASE report.

Files with missing lines Patch % Lines
libertai_agents/libertai_agents/agents.py 0.00% 26 Missing ⚠️
...ibertai_agents/libertai_agents/interfaces/tools.py 67.39% 15 Missing ⚠️
libertai_agents/libertai_agents/models/base.py 0.00% 8 Missing ⚠️
libertai_agents/libertai_agents/models/models.py 0.00% 4 Missing ⚠️
libertai_agents/libertai_agents/models/hermes.py 0.00% 2 Missing ⚠️
libertai_agents/libertai_agents/models/mistral.py 0.00% 2 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##             main      #12   +/-   ##
=======================================
  Coverage        ?   22.74%           
=======================================
  Files           ?       12           
  Lines           ?      277           
  Branches        ?        0           
=======================================
  Hits            ?       63           
  Misses          ?      214           
  Partials        ?        0           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@RezaRahemtola RezaRahemtola enabled auto-merge (rebase) December 6, 2024 13:42
@RezaRahemtola RezaRahemtola merged commit afe8d34 into main Dec 6, 2024
8 checks passed
@RezaRahemtola RezaRahemtola deleted the reza/langchain-tools-integration branch December 6, 2024 13:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant