SeniorSWE-AI is a command-line interface for in-context embedding that leverages the semantic comprehension capabilities of large language models to analyze the intended codebase and engage in a conversation with it, mimicking the behavior of a seasoned software engineer.
sen-ai.mp4
Before you begin, ensure you have met the following requirements:
- Python >=3.9.1 < 3.12
- Pip package manager
git
is used as a version control for intended codebase
-
Install Package:
pipx install senior-swe-ai
OR
pip install senior-swe-ai
-
Initialize the app and choose options:
sen-ai init
-
cd
into desired codebase [git
as VC is required]cd path/to/codebase
-
Run the application:
sen-ai chat
- Run
sen-ai init
again to reset options
C/C++
C#
GO
JAVA
JAVASCRIPT
KOTLIN
PYTHON
RUBY
RUST
TYPESCRIPT
This project was developed by Younis.
This project is for educational purposes only and should not be used in production environments without proper testing and validation.