README.md
pyproject.toml
src/error_logging_agent/__init__.py
src/error_logging_agent/analyzer.py
src/error_logging_agent/capture.py
src/error_logging_agent/cli.py
src/error_logging_agent/config.example.yaml
src/error_logging_agent/config.py
src/error_logging_agent/dedup.py
src/error_logging_agent/fingerprint.py
src/error_logging_agent/models.py
src/error_logging_agent/pipeline.py
src/error_logging_agent/scrub.py
src/error_logging_agent/worker.py
src/error_logging_agent.egg-info/PKG-INFO
src/error_logging_agent.egg-info/SOURCES.txt
src/error_logging_agent.egg-info/dependency_links.txt
src/error_logging_agent.egg-info/entry_points.txt
src/error_logging_agent.egg-info/requires.txt
src/error_logging_agent.egg-info/top_level.txt
src/error_logging_agent/integrations/__init__.py
src/error_logging_agent/integrations/fastapi.py
src/error_logging_agent/notifiers/__init__.py
src/error_logging_agent/notifiers/base.py
src/error_logging_agent/notifiers/console.py
src/error_logging_agent/notifiers/jira.py
src/error_logging_agent/notifiers/slack.py
src/error_logging_agent/providers/__init__.py
src/error_logging_agent/providers/base.py
src/error_logging_agent/providers/groq.py
src/error_logging_agent/providers/ollama.py
tests/test_fastapi.py
tests/test_pipeline.py