Metadata-Version: 2.4
Name: crawfish
Version: 0.1.0
Summary: Agents for bulk work over your data: Source -> Batch -> Aggregator -> Router -> Sink, run locally.
Project-URL: Homepage, https://github.com/Neal-Kotval/crawfish
Project-URL: Documentation, https://github.com/Neal-Kotval/crawfish#readme
Project-URL: Repository, https://github.com/Neal-Kotval/crawfish
Project-URL: Issues, https://github.com/Neal-Kotval/crawfish/issues
Project-URL: Changelog, https://github.com/Neal-Kotval/crawfish/blob/main/CHANGELOG.md
Author: Neal Kotval
License-Expression: Apache-2.0
License-File: LICENSE
License-File: NOTICE
Keywords: agents,automation,batch,claude,llm,pipeline
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Classifier: Typing :: Typed
Requires-Python: >=3.11
Requires-Dist: pydantic>=2.7
Requires-Dist: pyyaml>=6.0
Requires-Dist: typing-extensions>=4.10
Provides-Extra: otel
Requires-Dist: opentelemetry-api>=1.25; extra == 'otel'
Requires-Dist: opentelemetry-sdk>=1.25; extra == 'otel'
Description-Content-Type: text/markdown

# crawfish

Agents for bulk work over your data — `Source → Batch (fan-out) → Aggregator (reduce) → Router (branch) → Sink`,
authored as directories and run locally via `claude -p` with zero API key.

See the top-level [`docs/`](../../docs) for architecture, the roadmap, and the guide.
