https://github.com/jlevy/kash-media
The knowledge agent shell (with media kit)
https://github.com/jlevy/kash-media
Last synced: about 1 month ago
JSON representation
The knowledge agent shell (with media kit)
- Host: GitHub
- URL: https://github.com/jlevy/kash-media
- Owner: jlevy
- License: agpl-3.0
- Created: 2025-03-11T08:04:02.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-05-01T18:42:25.000Z (about 1 month ago)
- Last Synced: 2025-05-01T19:40:51.351Z (about 1 month ago)
- Language: Python
- Homepage: https://git.new/kash
- Size: 904 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# kash-media
See the main [kash](https://github.com/jlevy/kash) repo for general instructions.
To run kash with the the media kit features enabled, ensure you have uv set up then:
```shell
uv tool install kash-media --upgrade --force
kash
```Or for dev builds from within this git repo:
```shell
# Install all deps and run tests:
make
# Run kash with all media kit features enabled:
uv run kash
```* * *
*This project was built from
[simple-modern-uv](https://github.com/jlevy/simple-modern-uv).*