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

[ENH]: Support Langchain Tools #140

Open
1 task done
a-romero opened this issue Nov 1, 2024 · 0 comments
Open
1 task done

[ENH]: Support Langchain Tools #140

a-romero opened this issue Nov 1, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@a-romero
Copy link
Collaborator

a-romero commented Nov 1, 2024

Contact Details

[email protected]

Feature Description

Tools are utilities designed to be called by a model: their inputs are designed to be generated by models, and their outputs are designed to be passed back to models.

This feature request is to add Tools as an additional PAIG entity to perform access control on. This will enable AI agent applications integrated with PAIG to enable access control to APIs, external DBs, Internet Search functions, etc.

A proposed approach to implementing such control is via BaseTool, using the metadata field when calling the tool to pass on the username from the user running the agent application, and overload the BaseTool class to incorporate the access control based on PAIG defined policies.

Code of Conduct

  • I agree to follow this project's Code of Conduct
@a-romero a-romero added the enhancement New feature or request label Nov 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant