Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vishesh-pandey/ai-agent-for-aws

Multi AI agent using swarm framework and ollama to control aws ec2 instances.
https://github.com/vishesh-pandey/ai-agent-for-aws

ai-agent aws swarm

Last synced: 9 days ago
JSON representation

Multi AI agent using swarm framework and ollama to control aws ec2 instances.

Awesome Lists containing this project

README

        

# Multi Agent System to manage azure vm and aws ec2

======================================================

This system is able to manage vm in azure and aws cloud.

The system is composed by one orchestrator and some agents. The agents are responsible to manage the vm. The orchestrator send the commands to the agents.

The system is multi cloud.

## Installation

To install the swarm package, you can use the following command:

```bash
pip install git+https://github.com/openai/swarm.git
```