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

feat(agents): Implement CodeBuddy agent with LLM integration #148

Merged
merged 1 commit into from
Feb 7, 2025

Conversation

olasunkanmi-SE
Copy link
Owner

feat(agents): Implement CodeBuddy agent with LLM integration

  • Updates dependencies for @anthropic-ai/sdk, @google/generative-ai, and groq-sdk
  • Introduces CodeBuddyAgent class that extends BaseAiAgent to handle text analysis and query processing using LLMs.
  • Implements run method in CodeBuddyAgent to process user input and interact with the LLM, including Gemini.
  • Adds ProcessInputResult interface and LLMs type alias to define the structure of the LLM processing results and supported models.
  • Implements prompt creation and response parsing from LLMs.

- Updates dependencies for , , and
- Introduces  class that extends  to handle text analysis and query processing using LLMs.
- Implements  method in  to process user input and interact with the LLM, including Gemini.
- Adds  interface and  type alias to define the structure of the LLM processing results and supported models.
- Implements prompt creation and response parsing from LLMs.
@olasunkanmi-SE olasunkanmi-SE merged commit 0f3ab17 into development Feb 7, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant