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

https://github.com/pythonbyte/sdlc_agents

Software Development LifeCycle (SDLC) Agents is a project that uses CrewAI to build end-to-end projects with code, tests and docs using Agents.
https://github.com/pythonbyte/sdlc_agents

Last synced: 2 months ago
JSON representation

Software Development LifeCycle (SDLC) Agents is a project that uses CrewAI to build end-to-end projects with code, tests and docs using Agents.

Awesome Lists containing this project

README

          

# SLDC Agents
Software Development LifeCycle (SDLC) Agents is a project that uses CrewAI to build end-to-end projects with code, tests and docs using Agents.

## Overview
The project is a collection of agents that can be used to build end-to-end projects with code, tests and docs. The agents are designed to be used with CrewAI, a platform that allows you to build and run agents in a collaborative environment.

## Agents
The following agents are available in the project:

- Product Manager
- Q&A Software Engineer
- Sr Software Engineer
- Auditor

## Usage

```python
pip install -r requirements.txt
python main.py
```
```bash
## Welcome to the Code Swarm ##
-------------------------------
What is the development task?
What are the test cases?
```

## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

## License
[MIT](https://choosealicense.com/licenses/mit/)