Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AgentFix

AgentFix is a sample Multi-Agent AI System built with the AWS Multi-Agent Orchestrator. The prompt takes some json log data and provides some remediation actions to resolve the resulting issue.

Installation

To get started with AgentFix, follow these steps to install the required packages:

  1. Clone the repository:

    git clone https://github.com/baldcodr/agentfix.git
    cd agentfix
  2. Create and activate a virtual environment (optional but recommended):

    virtualenv -p python3.11 venv
    source venv/bin/activate  # On Windows use `venv\Scripts\activate`
  3. Install the required packages (including boto3 for AWS access):

    pip install -r requirements.txt
  4. Set up you aws cli credentials and also ensure you have access to the anthropic.claude-3-haiku-20240307-v1:0 model on AWS.

Running Locally

To run the project locally, follow these steps:

  1. Ensure that you have completed the installation steps above.

  2. Run the application:

    python main.py
  3. Follow the prompts in the terminal to interact with the Multi-Agent system by inputing a sample log data as shown below:

    {"source": "app_log", "error_code": 500, "message": "Database timeout"}
    

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages