{"id":29151399,"url":"https://github.com/rahulsamant37/sdlc-aiagent_hackathon","last_synced_at":"2025-07-01T00:09:13.830Z","repository":{"id":285806527,"uuid":"951392068","full_name":"rahulsamant37/SDLC-AIAGENT_HACKATHON","owner":"rahulsamant37","description":"SDLC AI Agent is an AI-powered tool that streamlines the entire Software Development Lifecycle from requirements gathering to code generation and testing.","archived":false,"fork":false,"pushed_at":"2025-06-19T05:14:04.000Z","size":105,"stargazers_count":3,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-19T06:20:48.726Z","etag":null,"topics":["fastapi","github-actions","huggingface-embeddings","huggingface-spaces","langchain-python","langgraph-python","pydantic","streamlit"],"latest_commit_sha":null,"homepage":"https://huggingface.co/spaces/rahulsamant37/Hackathon","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rahulsamant37.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-03-19T15:51:50.000Z","updated_at":"2025-06-19T05:14:07.000Z","dependencies_parsed_at":null,"dependency_job_id":"4a075d06-b23b-4e21-b848-052b8d832432","html_url":"https://github.com/rahulsamant37/SDLC-AIAGENT_HACKATHON","commit_stats":null,"previous_names":["rahulsamant37/sdlc-aiagent_hackathon"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rahulsamant37/SDLC-AIAGENT_HACKATHON","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rahulsamant37%2FSDLC-AIAGENT_HACKATHON","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rahulsamant37%2FSDLC-AIAGENT_HACKATHON/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rahulsamant37%2FSDLC-AIAGENT_HACKATHON/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rahulsamant37%2FSDLC-AIAGENT_HACKATHON/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rahulsamant37","download_url":"https://codeload.github.com/rahulsamant37/SDLC-AIAGENT_HACKATHON/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rahulsamant37%2FSDLC-AIAGENT_HACKATHON/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262870877,"owners_count":23377314,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["fastapi","github-actions","huggingface-embeddings","huggingface-spaces","langchain-python","langgraph-python","pydantic","streamlit"],"created_at":"2025-07-01T00:09:06.416Z","updated_at":"2025-07-01T00:09:13.789Z","avatar_url":"https://github.com/rahulsamant37.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"---\ntitle: LanggraphAgenticAI\nemoji: 🐨\ncolorFrom: blue\ncolorTo: red\nsdk: streamlit\nsdk_version: 1.42.0\napp_file: app.py\npinned: false\nlicense: apache-2.0\nshort_description: Refined langgraphAgenticAI\n---\n\n# SDLC AI Agent 🤖\n\nAn intelligent agent that guides users through the entire software development lifecycle (SDLC) process, from requirements gathering to code generation and testing.\n\n![image](https://github.com/user-attachments/assets/758f7ebe-2544-4eed-bea9-c37ef71ce2ef)\n\n## Features\n\n- 📝 Requirements Analysis\n- 📚 User Story Generation\n- 🏗️ Technical Design Document Creation\n- 💻 Code Generation\n- 🔒 Security Review\n- 🧪 Test Case Generation\n- 🔄 Real-time Feedback Integration\n- 📦 Artifact Management\n- 🚀 GitHub Integration\n\n## Tech Stack\n\n- Frontend: Streamlit\n- Backend: Python\n- LLM Integration: Google Generative AI (Gemini)\n- API: FastAPI\n- Storage: Local Session State\n\n## Installation\n\n1. Clone the repository:\n```bash\ngit clone https://github.com/yourusername/SDLC-AIAGENT_HACKATHON.git\ncd SDLC-AIAGENT_HACKATHON\n```\n\n2. Set up virtual environment:\n```bash\npython -m venv venv\nsource venv/bin/activate  # Linux/Mac\n# or\n.\\venv\\Scripts\\activate  # Windows\n```\n\n3. Install dependencies:\n```bash\npip install -r requirements.txt\n```\n\n4. Create `.env` file and add required environment variables:\n```\nGOOGLE_API_KEY=your_api_key_here\n```\n\n## Usage\n\n1. Start the application:\n```bash\nstreamlit run app.py\n```\n\n2. Navigate to http://localhost:8501 in your browser\n\n3. Follow the guided SDLC process:\n   - Enter project requirements\n   - Review and approve generated artifacts\n   - Provide feedback at each stage\n   - Download or export final deliverables\n\n## Project Structure\n\n```\nSDLC-AIAGENT_HACKATHON/\n├── app.py              # Main Streamlit application\n├── api.py             # FastAPI backend\n├── src/\n│   ├── LLMS/         # LLM integration\n│   ├── nodes/        # SDLC process nodes\n│   └── utils/        # Helper functions\n├── requirements.txt   # Project dependencies\n└── .env              # Environment variables\n```\n\n## Contributing\n\n1. Fork the repository\n2. Create a feature branch:\n```bash\ngit checkout -b feature/your-feature-name\n```\n3. Commit your changes:\n```bash\ngit commit -am 'Add some feature'\n```\n4. Push to the branch:\n```bash\ngit push origin feature/your-feature-name\n```\n5. Submit a pull request\n\n## License\n\nThis project is licensed under the GNU General Public License v3.0 - see the [LICENSE](LICENSE) file for details.\n\n## Acknowledgments\n\n- Built with [Streamlit](https://streamlit.io/)\n- Powered by [Google Generative AI](https://ai.google.dev/)\n- Part of the AI Agent Hackathon\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frahulsamant37%2Fsdlc-aiagent_hackathon","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frahulsamant37%2Fsdlc-aiagent_hackathon","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frahulsamant37%2Fsdlc-aiagent_hackathon/lists"}