https://github.com/namuan/snap-assist
Summon intelligence in a snap
https://github.com/namuan/snap-assist
assistant-personnel llama ollama-app
Last synced: 3 months ago
JSON representation
Summon intelligence in a snap
- Host: GitHub
- URL: https://github.com/namuan/snap-assist
- Owner: namuan
- License: mit
- Created: 2025-07-05T07:23:57.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-07-05T07:38:16.000Z (3 months ago)
- Last Synced: 2025-07-05T08:31:21.564Z (3 months ago)
- Topics: assistant-personnel, llama, ollama-app
- Language: Python
- Homepage:
- Size: 1.44 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# SnapAssist
Summon intelligence in a snap

## Getting started
### 1. Clone Repository
```shell
git clone git@github.com:namuan/snap-assist.git
```### 2. Set Up Your Development Environment
Then, install the environment and the pre-commit hooks with
**Pre-requisites**
- uv
- python 3.9+```shell
make install
```This will also generate your `uv.lock` file
### 3. Run the pre-commit hooks
Initially, the CI/CD pipeline might be failing due to formatting issues. To resolve those run:
```shell
make check
```You are now ready to start development on your project!
### 4. Run the application
```shell
make run
```### 5. Alfred Integration



