Skip to content

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.

2 participants