aws-samples / bedrock-claude-chat

AWS-native chatbot using Bedrock + Claude (+Mistral)
MIT No Attribution
693 stars 237 forks source link

[Feature Request]Add LLM Agent #274

Closed k70suK3-k06a7ash1 closed 2 weeks ago

k70suK3-k06a7ash1 commented 2 months ago

Describe the solution you'd like

LLM Agentを追加します https://github.com/aws-samples/bedrock-claude-chat/pull/241

See : https://docs.anthropic.com/claude/docs/tool-use

A clear and concise description of what you want to happen.

Why the solution needed

A clear and concise description of the reason why you want the solution.

Additional context

Add any other context or screenshots about the feature request here.

Implementation feasibility

Are you willing to discuss the solution with us, decide on the approach, and assist with the implementation?

statefb commented 1 month ago

Impementation guide:

Rendering

tomaszdudek7 commented 1 month ago

@statefb - I suppose the most requested tool would be using external search engine (when necessary to answer a given question). I see it is set up as "planned" - what does it mean?

statefb commented 1 month ago

@tomaszdudek7 Yes I agree with you. But almost search engine api e.g. google search API requires secret values, which makes the deployment procedure complex. I'll add a guidance how to setup own tool on this project. It will be released by the end of June.

k70suK3-k06a7ash1 commented 2 weeks ago

@statefb こちらCloseしておきます!(FE,BEがMergeされた為)