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

Merged
merged 7 commits into from
Nov 27, 2024

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.

@setohe0909
Copy link
Member

@md-abid-hussain Please fix conflicts 👀

@md-abid-hussain
Copy link
Contributor Author

@setohe0909 i have fixed the conflicts

@setohe0909 setohe0909 merged commit cfbcfeb into mindsdb:main Nov 27, 2024
1 check passed
@mindsdb mindsdb locked and limited conversation to collaborators Nov 27, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Hacktoberfest] A set of functions for AI Agents
2 participants