mozilla-ai / any-agent

ðŸŽĻA single interface to build and evaluate different agent frameworks
https://mozilla-ai.github.io/any-agent/
Apache License 2.0
390 stars 21 forks source link

Support AWS Bedrock Agent #16

Open njbrake opened 1 month ago

njbrake commented 1 month ago

https://github.com/awslabs/amazon-bedrock-agent-samples

njbrake commented 4 weeks ago

https://github.com/awsdocs/aws-doc-sdk-examples/blob/main/python/example_code/bedrock-agent/bedrock_agent_wrapper.py Lots going on to make this agent work, because you need to configure roles and create lambdas for running the agent.

daavoo commented 4 weeks ago

https://github.com/awsdocs/aws-doc-sdk-examples/blob/main/python/example_code/bedrock-agent/bedrock_agent_wrapper.py Lots going on to make this agent work, because you need to configure roles and create lambdas for running the agent.

I would say that, for now, we prioritize adding frameworks that don't require additional services beyond the model provider.

rokugang commented 3 days ago

What's the current feeling on this one? I would like to take it on if no one else will.

daavoo commented 2 days ago

What's the current feeling on this one? I would like to take it on if no one else will.

We have been recently focusing on other things and not so much on adding new frameworks, but any framework addition and/or contribution will be very welcome.

njbrake commented 2 days ago

@rokugang oooo we would love the help! I gave it a try initially but I got overwhelmed by the amount of things that needed to be created in AWS in order to make it work (IAM roles, Lambdas, etc).

If you are willing to give it a try I would be interested to hear any opinions you might have about how we should manage the creation of all the AWS resources 🙏🙏🙏