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

Superagentx - OpenSource Agent AI with Bedrock LLMs initial examples #369

Open
wants to merge 9 commits into
base: main
Choose a base branch
from

Conversation

RaghavPrabhu
Copy link

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.

@RaghavPrabhu RaghavPrabhu marked this pull request as draft October 26, 2024 12:28
@RaghavPrabhu RaghavPrabhu changed the title Superagentx initial base Superagentx - OpenSource Agent AI with Bedrock LLMs initial base Oct 26, 2024
@RaghavPrabhu RaghavPrabhu changed the title Superagentx - OpenSource Agent AI with Bedrock LLMs initial base Superagentx - OpenSource Agent AI with Bedrock LLMs initial examples Oct 26, 2024
@RaghavPrabhu RaghavPrabhu marked this pull request as ready for review October 26, 2024 12:29
Copy link
Contributor

@rsgrewal-aws rsgrewal-aws left a 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

@RaghavPrabhu
Copy link
Author

@rsgrewal-aws,

SuperAgentx - Agent AI Framework Highlights

  1. Open-Source Framework: A lightweight, open-source AI framework built for multi-agent applications with Artificial General Intelligence (AGI) capabilities.
  2. Easy Deployment: Offers WebSocket, RESTful API, and IO console interfaces for rapid setup of agent-based AI solutions.
  3. Streamlined Architecture: No major dependencies; built independently (not as a Langchain wrapper, like crew.ai).
  4. Contextual Memory: Uses SQL + Vector databases to store and retrieve user-specific context effectively.
  5. Flexible LLM Configuration: Supports simple configuration options of various Gen AI models, including those on AWS Bedrock.
  6. Extendable Handlers: Allows integration with diverse APIs, databases, data warehouses, data lakes, IoT streams, and more, making them accessible for function-calling features.
  7. Goal-Oriented Agents: Enables the creation of agents with retry mechanisms to achieve set goals.
  8. AWS Compatibility: Offers tools for AWS services like S3 and EC2, with Transcribe and additional services coming soon as SuperAgentX handlers.

SuperAgentX Use Cases

  1. Healthcare and Insurance.
  2. ⁠Banking.
  3. ⁠Service Ops.
  4. ⁠Finance.
  5. ⁠Supply Chain & Logistics.
  6. ⁠Bio & Life Sciences.
  7. ⁠HR & IT.

@gowrishankar005
Copy link

Hi @rsgrewal-aws

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:

  • Native integration with AWS services and Bedrock LLMs
  • A streamlined, Lightweight architecture without Langchain dependencies
  • Built-in contextual memory using SQL + Vector databases for user-specific interactions
  • Direct WebSocket and REST API interfaces for production deployment
  • Native integration support with AWS services and Bedrock LLMs

We've successfully implemented several production-ready use cases including:

  1. Healthcare document processing with multiple specialized agents
  2. Financial services chatbots with secure AWS service integration
  3. Supply chain optimization using goal-oriented agents
  4. Security Vulnerabilities validation and recommendation agents

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!

@DMZ1921
Copy link

DMZ1921 commented Dec 5, 2024

Thanks
Maybe we can chat some time pls feel free to say hello

@rsgrewal-aws
Copy link
Contributor

rsgrewal-aws commented Dec 5, 2024 via email

@DMZ1921
Copy link

DMZ1921 commented Dec 5, 2024 via email

@RaghavPrabhu
Copy link
Author

RaghavPrabhu commented Jan 2, 2025

@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

  1. SuperAgentX framework's unique features will be explained with examples here as PRs, once this PR is approved! (Important features of SuperAgentX, with the help of our strong & robust Memory management and Feedback loops!)
  2. More use case tutorials will be published showcasing AWS Bedrock-based LLMs.

Thank you for taking the time to review!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants