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

Implemented set of functions for AI Agents #105

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

md-abid-hussain
Copy link
Contributor

@md-abid-hussain md-abid-hussain commented Nov 9, 2024

Closes #92

This PR adds a set of functions to manage AI Agents in the MindsDB JavaScript SDK. The following features have been implemented:

  • Create Agent: Function to create a new AI agent.
  • Get an Agent: Function to retrieve a specific AI agent by its name.
  • Get All Agents: Function to retrieve a list of all AI agents.
  • Update Agent: Function to update the details of an existing AI agent.
  • Delete Agent: Function to delete an AI agent by its name.
  • Agent Completion: Adds a function to call agent completion.

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.

[Hacktoberfest] A set of functions for AI Agents
1 participant