LICENSE
NOTICE
README.md
pyproject.toml
arguslm/__init__.py
arguslm/client.py
arguslm/exceptions.py
arguslm/py.typed
arguslm.egg-info/PKG-INFO
arguslm.egg-info/SOURCES.txt
arguslm.egg-info/dependency_links.txt
arguslm.egg-info/requires.txt
arguslm.egg-info/top_level.txt
arguslm/schemas/__init__.py
arguslm/schemas/alert.py
arguslm/schemas/benchmark.py
arguslm/schemas/model.py
arguslm/schemas/monitoring.py
arguslm/schemas/provider.py
arguslm/server/__init__.py
arguslm/server/main.py
arguslm/server/api/__init__.py
arguslm/server/api/alerts.py
arguslm/server/api/benchmarks.py
arguslm/server/api/models.py
arguslm/server/api/monitoring.py
arguslm/server/api/providers.py
arguslm/server/core/__init__.py
arguslm/server/core/alert_evaluator.py
arguslm/server/core/benchmark_engine.py
arguslm/server/core/config.py
arguslm/server/core/litellm_client.py
arguslm/server/core/metrics.py
arguslm/server/core/prompt_packs.py
arguslm/server/core/scheduler.py
arguslm/server/core/security.py
arguslm/server/core/throttle.py
arguslm/server/core/uptime.py
arguslm/server/core/providers/__init__.py
arguslm/server/core/providers/catalog.py
arguslm/server/db/__init__.py
arguslm/server/db/init.py
arguslm/server/discovery/__init__.py
arguslm/server/discovery/anthropic.py
arguslm/server/discovery/azure.py
arguslm/server/discovery/base.py
arguslm/server/discovery/bedrock.py
arguslm/server/discovery/google_ai_studio.py
arguslm/server/discovery/ollama.py
arguslm/server/discovery/openai.py
arguslm/server/discovery/static.py
arguslm/server/models/__init__.py
arguslm/server/models/alert.py
arguslm/server/models/base.py
arguslm/server/models/benchmark.py
arguslm/server/models/model.py
arguslm/server/models/monitoring.py
arguslm/server/models/provider.py
tests/test_alert_evaluator.py
tests/test_api_alerts.py
tests/test_api_benchmarks.py
tests/test_api_models.py
tests/test_api_monitoring.py
tests/test_api_providers.py
tests/test_benchmark_engine.py
tests/test_discovery.py
tests/test_e2e.py
tests/test_export.py
tests/test_litellm_client.py
tests/test_main.py
tests/test_metrics.py
tests/test_model_operations.py
tests/test_models.py
tests/test_models_registry.py
tests/test_throttle.py
tests/test_uptime.py