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.
- Host: GitHub
- URL: https://github.com/pythonbyte/sdlc_agents
- Owner: pythonbyte
- License: mit
- Created: 2024-02-10T01:32:25.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-10T02:09:09.000Z (over 2 years ago)
- Last Synced: 2025-01-16T00:37:38.396Z (over 1 year ago)
- Language: Python
- Size: 8.79 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/)