Metadata-Version: 2.5
Name: loom-threads
Version: 0.1.0
Summary: Thread-and-episode orchestration on its own any-llm engine.
License-File: LICENSE
Requires-Python: >=3.12
Requires-Dist: any-llm-sdk
Requires-Dist: rich>=13.0
Description-Content-Type: text/markdown

# Loom

Thread-and-episode orchestration on its own minimal engine (any-llm providers).

Orchestrator dispatches **threads**; each thread runs a bounded action in a worker context and returns an **episode**. Episodes are the only thing that crosses between threads.

```sh
uv sync
uv run loom "add rate limiting to the API"
uv run loom setup  # provider config
```

Docs: [wiki/quickstart.md](wiki/quickstart.md)
