Skip to content

Commit

Permalink
commit inicial do projeto
Browse files Browse the repository at this point in the history
  • Loading branch information
pcb737 committed Jan 3, 2025
1 parent f6c624b commit 192785f
Show file tree
Hide file tree
Showing 30 changed files with 7 additions and 243 deletions.
56 changes: 7 additions & 49 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,57 +1,15 @@
# Devops Crew
# DevOps CLI

Welcome to the Devops Crew project, powered by [crewAI](https://crewai.com). This template is designed to help you set up a multi-agent AI system with ease, leveraging the powerful and flexible framework provided by crewAI. Our goal is to enable your agents to collaborate effectively on complex tasks, maximizing their collective intelligence and capabilities.
Uma ferramenta de linha de comando para automatizar tarefas comuns de DevOps.

## Installation

Ensure you have Python >=3.10 <=3.13 installed on your system. This project uses [Poetry](https://python-poetry.org/) for dependency management and package handling, offering a seamless setup and execution experience.

First, if you haven't already, install Poetry:
## Instalação

```bash
pip install poetry
pip install .
```

Next, navigate to your project directory and install the dependencies:
## Uso

1. First lock the dependencies and then install them:
```bash
poetry lock
```
```bash
poetry install
```
### Customizing

**Add you `OPENAI_API_KEY` on the `.env` file**

- Modify `src/devops/config/agents.yaml` to define your agents
- Modify `src/devops/config/tasks.yaml` to define your tasks
- Modify `src/devops/crew.py` to add your own logic, tools and specific args
- Modify `src/devops/main.py` to add custom inputs for your agents and tasks

## Running the Project

To kickstart your crew of AI agents and begin task execution, run this from the root folder of your project:

```bash
poetry run devops
```

This command initializes the devops Crew, assembling the agents and assigning them tasks as defined in your configuration.

This example, unmodified, will run the create a `report.md` file with the output of a research on LLMs in the root folser

## Understanding Your Crew

The devops Crew is composed of multiple AI agents, each with unique roles, goals, and tools. These agents collaborate on a series of tasks, defined in `config/tasks.yaml`, leveraging their collective skills to achieve complex objectives. The `config/agents.yaml` file outlines the capabilities and configurations of each agent in your crew.

## Support

For support, questions, or feedback regarding the Devops Crew or crewAI.
- Visit our [documentation](https://docs.crewai.com)
- Reach out to us through our [GitHub repository](https://github.com/joaomdmoura/crewai)
- [Joing our Discord](https://discord.com/invite/X4JWnZnxPb)
- [Chat wtih our docs](https://chatg.pt/DWjSBZn)

Let's create wonders together with the power and simplicity of crewAI.
devops-cli --help
```
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
15 changes: 0 additions & 15 deletions devops-cli/README.md

This file was deleted.

14 changes: 0 additions & 14 deletions devops-cli/devops_cli/__init__.py

This file was deleted.

12 changes: 0 additions & 12 deletions devops-cli/devops_cli/config.py

This file was deleted.

10 changes: 0 additions & 10 deletions devops-cli/devops_cli/deploy.py

This file was deleted.

8 changes: 0 additions & 8 deletions devops-cli/devops_cli/logs.py

This file was deleted.

15 changes: 0 additions & 15 deletions devops-cli/devops_cli/server.py

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
16 changes: 0 additions & 16 deletions pyproject.toml

This file was deleted.

File renamed without changes.
File renamed without changes.
Empty file removed src/devops/__init__.py
Empty file.
Binary file removed src/devops/__pycache__/__init__.cpython-310.pyc
Binary file not shown.
Binary file removed src/devops/__pycache__/crew.cpython-310.pyc
Binary file not shown.
13 changes: 0 additions & 13 deletions src/devops/config/agents.yaml

This file was deleted.

16 changes: 0 additions & 16 deletions src/devops/config/tasks.yaml

This file was deleted.

55 changes: 0 additions & 55 deletions src/devops/crew.py

This file was deleted.

Empty file removed src/devops/tools/__init__.py
Empty file.
10 changes: 0 additions & 10 deletions src/devops/tools/custom_tool.py

This file was deleted.

10 changes: 0 additions & 10 deletions src/main.py

This file was deleted.

0 comments on commit 192785f

Please sign in to comment.