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

(Bedrock/Agents): helper methods to associate KnowledgeBases to Agents #270

Open
1 of 2 tasks
massi-ang opened this issue Feb 19, 2024 · 1 comment
Open
1 of 2 tasks
Labels

Comments

@massi-ang
Copy link

Describe the feature

Allow for adding a KnowledgeBase to an agent and not only to specify existing KBs at the agent construct instantiation.

Use Case

Allow for more flexibility in the order in which agents and KBs are created

Proposed Solution

Implement a Agent.addKnowldgeBase(KnowledgeBase, {instructions}) and a KnowledgeBase.assToAgent(Agent, {instruxtions}) methods

Other Information

No response

Acknowledgements

  • I may be able to implement this feature request
  • This feature might incur a breaking change
@massi-ang massi-ang added the needs-triage This issue or PR still needs to be triaged. label Feb 19, 2024
@krokoko krokoko added backlog and removed needs-triage This issue or PR still needs to be triaged. labels Feb 26, 2024
@krokoko
Copy link
Collaborator

krokoko commented Feb 28, 2024

Hi @massi-ang ! Thanks for this request ! I see you mentioned you may be able to implement this FR, do you have bandwidth to work on this one ?

@scottschreckengaust scottschreckengaust changed the title (Bedrock/Agents): helper methods to associate KnoledgeBases to Agents (Bedrock/Agents): helper methods to associate KnowledgeBases to Agents Apr 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Development

No branches or pull requests

2 participants