Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 1.01 KB

File metadata and controls

35 lines (26 loc) · 1.01 KB

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

pip install -r requirements.txt
python main.py
## Welcome to the Code Swarm ##
-------------------------------
What is the development task? <Development task>
What are the test cases? <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