NLSQL's internal AI coding agent CLI tool for interacting with codebases
Project description
NLSQL Internal Coding Agent
NLSQL's internal coding agent is a private, tool-driven, workspace-aware AI system designed to help with both internal and client-based development tasks in the NLSQL ecosystem.
Features
- User-friendly command line interface.
- Wide array of LLM/provider support acorss many cloud ecosystems.
- Primary privacy & security focus.
- Parallel tool calling ability for speed and efficency.
How it Works
The agent operates using a ReAct-style loop. A user submits a prompt, and the agent processes it by reasoning about the task, performing actions using available tools, and evaluating the results.
If the outcome is insufficient or incomplete, the agent continues this cycle, refining its approach and taking further actions until it can produce a final response.
Usage
To use the application, follow the steps below:
- Clone this repo to your local system:
git clone <repo-link-here> - Make sure you are at
cd internal-coding-agent - Create a virtual environment:
python3 -m venv .venv - Activate the venv:
source .venv/bin/activate - Install requirements: (if venv is activated correctly you should see "(venv)" in your terminal)
pip install -r requirements.txt - Add .env file into
cd internal-coding-agentroot folder - Run the application:
python3 run.py -u --workspace path/to/your/project
Arguments
| Short | Long | Description | Defaults to | Required |
|---|---|---|---|---|
-w |
--workspace |
The root directory of the project you want to work on. | . |
✔ |
-u |
--usage |
Displays usage data after each conversation turn (input & output tokens) | False |
✗ |
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 nlsql_coder-0.0.3.tar.gz.
File metadata
- Download URL: nlsql_coder-0.0.3.tar.gz
- Upload date:
- Size: 15.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
22217f4bad0009eaeebb3a8cdacef542a158de5aa923a99e5101d991ad6af383
|
|
| MD5 |
e6059339ccfe10fdb401a143d29f7531
|
|
| BLAKE2b-256 |
e54498048a5694045134e8397456beb64fc420eeefde9af764973ab6fb797576
|
File details
Details for the file nlsql_coder-0.0.3-py3-none-any.whl.
File metadata
- Download URL: nlsql_coder-0.0.3-py3-none-any.whl
- Upload date:
- Size: 19.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
af8e8550646d3f25edcc6011beadd485386246a71aa5e288f304f3bddfd36a7f
|
|
| MD5 |
ca18a7e673e8c33f297400c94329925c
|
|
| BLAKE2b-256 |
30c7f2878fa5010440933bc457e30418670cafdbdb796ae36687a1dac0083460
|