Conversation
|
Thank you for your pull request and welcome to our community! To contribute, please sign the Oracle Contributor Agreement (OCA).
To sign the OCA, please create an Oracle account and sign the OCA in Oracle's Contributor Agreement Application. When signing the OCA, please provide your GitHub username. After signing the OCA and getting an OCA approval from Oracle, this PR will be automatically updated. If you are an Oracle employee, please make sure that you are a member of the main Oracle GitHub organization, and your membership in this organization is public. |
|
Thanks @f4roukb for the contribution! Once you have signed the CLA we can try to merge it. If that's too awkward for you, we can add a commit in the PR to add the changelog entry where we also thank you for your contribution. |
pyagentspec/tests/adapters/langgraph/llms/test_anthropic_llm_conversion.py
Show resolved
Hide resolved
sonleoracle
left a comment
There was a problem hiding this comment.
Thank you for your contribution @f4roukb !
|
Thanks all! I'll have a look at the OCA as soon as possible and get back to you. |
|
@dhilloulinoracle, please feel free to commit to this branch. Thanks for crediting me. I can wrap this up as soon as I get feedback from you guys on the open threads. |
|
@cesarebernardis, the PR is reviewable now. Thanks! |
cesarebernardis
left a comment
There was a problem hiding this comment.
LGTM, thank you for the contribution!
|
Don't worry about the failures in the tests. As soon as you will have signed the OCA, I will take care of finalizing and merging the PR. |
Issue: #94
Description: Introduce basic support for Anthropic LLM inference client. Happy to extend this in the future as-needed.
Changes:
langchain-anthropicdependency to thelanggraphextra.ChatAnthropicconversion between AgentSpec and Langgraph.No breaking changes.