LICENSE
README.md
pyproject.toml
nfo/__init__.py
nfo/__main__.py
nfo/auto.py
nfo/binary_router.py
nfo/buffered_sink.py
nfo/click.py
nfo/configure.py
nfo/env.py
nfo/extractors.py
nfo/fastapi_middleware.py
nfo/json_sink.py
nfo/llm.py
nfo/log_flow.py
nfo/logged.py
nfo/logger.py
nfo/meta.py
nfo/meta_decorators.py
nfo/models.py
nfo/pipeline_sink.py
nfo/prometheus.py
nfo/py.typed
nfo/redact.py
nfo/ring_buffer_sink.py
nfo/setup.py
nfo/sinks.py
nfo/terminal.py
nfo/webhook.py
nfo.egg-info/PKG-INFO
nfo.egg-info/SOURCES.txt
nfo.egg-info/dependency_links.txt
nfo.egg-info/entry_points.txt
nfo.egg-info/requires.txt
nfo.egg-info/top_level.txt
nfo/decorators/__init__.py
nfo/decorators/_catch.py
nfo/decorators/_core.py
nfo/decorators/_decision.py
nfo/decorators/_extract.py
nfo/decorators/_log_call.py
nfo/tests/test_nfo.py
tests/test_auto.py
tests/test_binary_router.py
tests/test_buffered_sink.py
tests/test_click_integration.py
tests/test_configure.py
tests/test_decision_log.py
tests/test_decorators.py
tests/test_env.py
tests/test_extractors.py
tests/test_json_sink.py
tests/test_llm.py
tests/test_log_flow.py
tests/test_meta.py
tests/test_meta_decorators.py
tests/test_pipeline_sink.py
tests/test_prometheus.py
tests/test_ring_buffer_sink.py
tests/test_sinks.py
tests/test_terminal.py
tests/test_webhook.py