A terminal LLM chat REPL powered by Groq.
Project description
brycekage's LLM
An AI-powered terminal chat agent that lets you explore and query local files using natural language, powered by Groq.
Examples
This example shows how the agent can look at other files in the directory
$ cd test_projects/brycekage.github.io
$ chat
chat> /ls
chat> Tell me about these files
This example shows how the agent cant read the content of files in a folder (ex: README.md) and return a summary
$ cd test_projects/markdown-compiler
$ chat
chat> what does this project do
This project is a Markdown to HTML compiler. It can convert Markdown files to HTML, and also includes an option to add CSS formatting. The compiler can be used from the command line, and it supports basic usage as well as the addition of CSS with the --add_css flag.
This example shows how the agent can read and output specific details about the project, such as Python libraries
$ cd testProjects/ebayWebscraper
$ chat
chat> /cat ebay-dl.py
chat> what python imports does this project use
The project uses the following Python imports:
- `argparse`
- `json`
- `csv`
- `playwright.sync_api`
- `bs4`
- `undetected_playwright`
This example shows how you can create, edit, remove, and commit files using the chat
$ chat
chat> can you create a hello.txt file and write "hello world" in it
The `hello.txt` file has been added and the changes have been committed.
chat> can you remove the hello.txt file
The `hello.txt` file has been removed and the changes have been committed.
Project details
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 cmc_csci040_brycekage_pythonllm-1.1.tar.gz.
File metadata
- Download URL: cmc_csci040_brycekage_pythonllm-1.1.tar.gz
- Upload date:
- Size: 1.8 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e4a6763bac9d99d7b09657c9c1fa2bdee64e2c1f8878e4a5abafe2c0857ab5f2
|
|
| MD5 |
6fb1649363d0d9ba8702b2a37bd7c3cb
|
|
| BLAKE2b-256 |
baee035877f4876691249059c7be773f5f535603befafaf855619fe4dc88016f
|
File details
Details for the file cmc_csci040_brycekage_pythonllm-1.1-py3-none-any.whl.
File metadata
- Download URL: cmc_csci040_brycekage_pythonllm-1.1-py3-none-any.whl
- Upload date:
- Size: 13.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d6c88d54506eb2205d248aa3f4a9b8f075651016327dab95c4285c1013cea56c
|
|
| MD5 |
f81969a168cb1577a4dee7c1cae64e48
|
|
| BLAKE2b-256 |
8b24535bf17d0996d404a585e07aa036fcbc37b14cc641527201ca7511e06f9b
|