Coolest coding agent
Project description
devseeker
devseeker is an CLI coding agent for generating and improving code through prompts
Installation
Stable release
pip install devseeker
Development installation
git clone https://github.com/iBz-04/devseeker.git
cd devseeker
poetry install
poetry shell
Configuration
devseeker requires an OpenAI API key. Set it as an environment variable or in a .env file:
export OPENAI_API_KEY=your_api_key
or create a .env file:
OPENAI_API_KEY=your_api_key
Usage
Creating a new project
- Create an empty directory for your project.
- Inside the directory, create a file named
promptcontaining your instructions. - Run:
devseeker projects/my-new-project
Improving existing code
devseeker projects/my-existing-project -i
Benchmarking AI agents
bench run --help
Commands
-
devseeker(aliasds,dste) runs the main CLI application. -
benchruns benchmarks on AI agents. -
Windows users can refer to WINDOWS_README.md.
Contributing
Contributions are welcome!
License
This project is licensed under the MIT License. See LICENSE for details.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file devseeker-0.0.1.tar.gz.
File metadata
- Download URL: devseeker-0.0.1.tar.gz
- Upload date:
- Size: 56.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a527d1ff1f42f463ed5f69a44de931e0f06bf2a544a4359d5b6d3dcac3ebb3f9
|
|
| MD5 |
e1c6ea942addd97361f2ba1daa2bc15c
|
|
| BLAKE2b-256 |
623a8fda35f385a85cd3c666b8857bdb79e9f5c5d3b5f4d160556ed7a62bdfd2
|
File details
Details for the file devseeker-0.0.1-py3-none-any.whl.
File metadata
- Download URL: devseeker-0.0.1-py3-none-any.whl
- Upload date:
- Size: 78.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b83748e3209f6034e9406606e28cd80d8617f8ad15c0e587176bbc4c2965b838
|
|
| MD5 |
4b6ff8269f79478c14a3b42b3b6929b7
|
|
| BLAKE2b-256 |
c17bcdf8985b2956c6432fc56c4468e8e5ca898fb2e17a53748d483411cbc690
|