A terminal assistant for chatting with local documents.
Project description
Groq O'Clock
Groq O'Clock is a terminal chat tool for asking questions about local projects. It supports Groq tool calls plus direct slash commands for calculate, ls, cat, and grep.
PyPI: https://pypi.org/project/cmc-csci040-isaiah-bingham-docsum/
$ chat
chat> /ls .github
workflows
chat> /calculate 6 * 7
42
Test Projects
$ cd test_projects/webpage
$ chat
chat> what does this project do?
This is a personal portfolio website built with HTML and CSS.
This is useful because the tool reads project files and summarizes them without any manual commands.
$ cd test_projects/markdown_compiler
$ chat
chat> does this project use regular expressions?
No, I grepped all .py files and found no imports of the `re` module.
This is useful because the tool automatically searches source files with grep to answer code questions.
$ cd test_projects/ebay_scraper
$ chat
chat> tell me about this project
This project scrapes eBay listings and extracts product titles and prices using BeautifulSoup.
This is useful because the tool reads the README and summarizes the project purpose automatically.
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 cmc_csci040_isaiah_bingham_docsum-0.2.0.tar.gz.
File metadata
- Download URL: cmc_csci040_isaiah_bingham_docsum-0.2.0.tar.gz
- Upload date:
- Size: 12.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4aa7a54e81710316556fcb589ee4c8e7cba9f29030a699b248b2167db36c1888
|
|
| MD5 |
fe40ddcfe7360231da3220949a701ab6
|
|
| BLAKE2b-256 |
8a3a0b73b8b1042d96e2ce08c654f48d807e30be8de15756995ae45fc7550b3f
|
File details
Details for the file cmc_csci040_isaiah_bingham_docsum-0.2.0-py3-none-any.whl.
File metadata
- Download URL: cmc_csci040_isaiah_bingham_docsum-0.2.0-py3-none-any.whl
- Upload date:
- Size: 13.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
00701776b1f659ac88965d680154f6e25b2e84fcf4429287691ebc220320682e
|
|
| MD5 |
d0e5d911e19a39a0dbf67c7dc4d2cc7e
|
|
| BLAKE2b-256 |
312f84d00709d4a0adf02210415495fd6e45b4c5759906dc587c868a319e2e8f
|