microsoft / semantic-kernel

Integrate cutting-edge LLM technology quickly and easily into your apps
https://aka.ms/semantic-kernel
MIT License
21.31k stars 3.13k forks source link

Python: Add Anthropic AI Connector #6501

Closed alliscode closed 3 days ago

andrewldesousa commented 1 month ago

@alliscode I can pickup this task if it's still free

eavanvalkenburg commented 1 month ago

Go for it @andrewldesousa

andrewldesousa commented 1 month ago

Cool. @alliscode @eavanvalkenburg I created a draft pull request but have to finalize a few things (https://github.com/microsoft/semantic-kernel/pull/7851). Specifically, I need to make a few adjustments to the streaming functionality and complete the rest of the unit tests.

two quick questions:

moonbox3 commented 1 month ago

Cool. @alliscode @eavanvalkenburg I created a draft pull request but have to finalize a few things (#7851). Specifically, I need to make a few adjustments to the streaming functionality and complete the rest of the unit tests.

two quick questions:

We're tracking down an API key to be able to exercise the connector via integration tests.

andrewldesousa commented 1 month ago

Thanks, finished the streaming implementation and testing. I've moved the PR to ready for review