An open API service indexing awesome lists of open source software.

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)

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).*