Capture information from different channels and keep track of many parallel topics efficiently
agents python pydantic-ai llama-cpp ai
0

Configure Feed

Select the types of activity you want to include in your feed.

distill / README.md
526 B

distill#

Capture information from different channels and keep track of many parallel topics efficiently.

Usage#

Run distill via uvx:

uvx --from git+https://tangled.org/jehrhardt.dev/distill distill

Install distill permanently:

uv tool install git+https://tangled.org/jehrhardt.dev/distill

Once installed, run the CLI to see the available subcommands:

distill

Development#

This project uses mise to setup the development environment:

mise install
mise deps