Closed marcusschiesser closed 2 weeks ago
Latest commit: 0476b1db1f791bce2fbcd6fbd3bcd87a9339ef78
The changes in this PR will be included in the next version bump.
Not sure what this means? Click here to learn what changesets are.
[Click here if you're a maintainer who wants to add another changeset to this PR](https://github.com/run-llama/create-llama/new/ms/add-gemini-anthropic?filename=.changeset/angry-seals-greet.md&value=---%0A%22create-llama%22%3A%20patch%0A---%0A%0Afix%3A%20use%20generic%20LLMAgent%20instead%20of%20OpenAIAgent%20(adds%20support%20for%20Ge%E2%80%A6%0A)
The changes introduce a patch named "create-llama" that replaces the OpenAIAgent
with a more versatile LLMAgent
. This update allows for the integration of additional agents, specifically Gemini and Anthropic, within the Agentic Retrieval-Augmented Generation (RAG) framework. The modifications enhance the system's flexibility and compatibility with various language models while maintaining existing functionalities.
File Path | Change Summary |
---|---|
.changeset/shy-bulldogs-wait.md | Introduced patch "create-llama" to replace OpenAIAgent with LLMAgent for broader support. |
templates/components/engines/typescript/agent/chat.ts | Updated import statement from OpenAIAgent to LLMAgent in createChatEngine function. |
LLMAgent
and its integration with chat functionalities.LLMAgent
and its broader integration capabilities.🐰 In a world of chat and code,
A llama's path we now have strode.
Replacing agents, broad and wide,
With Gemini and Anthropic by our side.
So hop along, let's integrate,
For language models, it's never too late! 🌟
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
…mini and Anthropic for Agentic RAG)
Summary by CodeRabbit
New Features
LLMAgent
.Bug Fixes
LLMAgent
while maintaining existing functionality.