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 / mise.toml
286 B 20 lines
1[tools] 2uv = "latest" 3zellij = "latest" 4 5[settings] 6python.uv_venv_auto = "create|source" 7 8[deps.uv] 9auto = true 10 11[tasks.fmt] 12run = "uv run ruff format ." 13 14[tasks.ci] 15run = [ 16 "uv run ruff format --check .", 17 "uv run ruff check .", 18 "uv run ty check .", 19 "uv run pytest", 20]