-
Notifications
You must be signed in to change notification settings - Fork 335
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
Superagentx - OpenSource Agent AI with Bedrock LLMs initial examples #369
base: main
Are you sure you want to change the base?
Superagentx - OpenSource Agent AI with Bedrock LLMs initial examples #369
Conversation
…into superagentx-initial-base
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we need to understand the options why this would be benefitial , what specific use case can this solve vs langgraph or crew.ai
SuperAgentx - Agent AI Framework Highlights
SuperAgentX Use Cases
|
Following up on PR #369 regarding SuperAgentX integration. To address the earlier questions about differentiation and use cases: SuperAgentX offers unique advantages compared to LangGraph and Crew.ai:
We've successfully implemented several production-ready use cases including:
Once merged, this contribution will help AWS community members quickly build and deploy production-ready AI agent applications with AWS Bedrock. Please let us know if you need specific implementation details or have additional questions. We're happy to provide more concrete examples or technical documentation. Thanks for reviewing! |
Thanks |
Sure let us sync up post re:invent
From: DMZ1921 ***@***.***>
Reply-To: aws-samples/amazon-bedrock-samples ***@***.***>
Date: Thursday, December 5, 2024 at 9:36 AM
To: aws-samples/amazon-bedrock-samples ***@***.***>
Cc: "Grewal, Rupinder" ***@***.***>, Mention ***@***.***>
Subject: Re: [aws-samples/amazon-bedrock-samples] Superagentx - OpenSource Agent AI with Bedrock LLMs initial examples (PR #369)
Thanks
Maybe we can chat some time pls feel free to say hello
—
Reply to this email directly, view it on GitHub<#369 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AYMBZRVCKNTTJCDQ2DDDDXL2ECFHVAVCNFSM6AAAAABQUYKS56VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKMRRGAYTSOBTG4>.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
IMEAST Coast USA tTZone
…On Thu, Dec 5, 2024, 2:04 PM rsgrewal-aws ***@***.***> wrote:
Sure let us sync up post re:invent
From: DMZ1921 ***@***.***>
Reply-To: aws-samples/amazon-bedrock-samples ***@***.***>
Date: Thursday, December 5, 2024 at 9:36 AM
To: aws-samples/amazon-bedrock-samples ***@***.***>
Cc: "Grewal, Rupinder" ***@***.***>, Mention ***@***.***>
Subject: Re: [aws-samples/amazon-bedrock-samples] Superagentx - OpenSource
Agent AI with Bedrock LLMs initial examples (PR #369)
Thanks
Maybe we can chat some time pls feel free to say hello
—
Reply to this email directly, view it on GitHub<
#369 (comment)>,
or unsubscribe<
https://github.com/notifications/unsubscribe-auth/AYMBZRVCKNTTJCDQ2DDDDXL2ECFHVAVCNFSM6AAAAABQUYKS56VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKMRRGAYTSOBTG4>.
You are receiving this because you were mentioned.Message ID: ***@***.***>
—
Reply to this email directly, view it on GitHub
<#369 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BLI6W3CUDQSW7O2I7F7TU3L2ECPUBAVCNFSM6AAAAABQUYKS56VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKMRRGE4DQOJSGM>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
@rsgrewal-aws Happy New Year 2025! I have created a tutorial series for Agentic AI real-world use cases using the SuperAgentX framework with AWS Bedrock LLMs. Tutorial Series
Thank you for taking the time to review! |
SuperAgentX
An OpenSource - Autonomous Agentic AGI Framework
SuperAgentX addresses the growing need for highly capable, autonomous AI systems that can perform complex tasks with minimal human intervention. As we approach the limits of narrow AI, an adaptable and scalable framework is needed to bridge the gap toward AGI (Artificial General Intelligence).
It supports all major Generative AI models (LLM), including AWS Bedrock LLMs.
Repository URL: https://github.com/superagentxai/superagentx
In this PR, We have created two initial examples for agents and function calling under open-source-agents/superagentx.