LICENSE
README.md
pyproject.toml
src/setrix_agent/__init__.py
src/setrix_agent/agent.py
src/setrix_agent/constants.py
src/setrix_agent/heartbeat.py
src/setrix_agent/otel.py
src/setrix_agent.egg-info/PKG-INFO
src/setrix_agent.egg-info/SOURCES.txt
src/setrix_agent.egg-info/dependency_links.txt
src/setrix_agent.egg-info/requires.txt
src/setrix_agent.egg-info/top_level.txt
src/setrix_agent/integrations/__init__.py
src/setrix_agent/integrations/base.py
src/setrix_agent/integrations/frameworks/django.py
src/setrix_agent/integrations/frameworks/fastapi.py
src/setrix_agent/integrations/frameworks/flask.py
src/setrix_agent/integrations/instrumentations/httpx.py
src/setrix_agent/integrations/instrumentations/psycopg2.py
src/setrix_agent/integrations/instrumentations/requests.py
src/setrix_agent/integrations/instrumentations/sqlalchemy.py
tests/test_heartbeat.py
tests/test_otel.py