Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/vishesh-pandey/ai-agent-for-aws
- Owner: Vishesh-Pandey
- Created: 2024-12-26T08:02:05.000Z (14 days ago)
- Default Branch: main
- Last Pushed: 2024-12-27T07:24:19.000Z (13 days ago)
- Last Synced: 2024-12-27T08:19:39.359Z (13 days ago)
- Topics: ai-agent, aws, swarm
- Language: Python
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```