LICENSE
README.md
pyproject.toml
src/nyxGPT.egg-info/PKG-INFO
src/nyxGPT.egg-info/SOURCES.txt
src/nyxGPT.egg-info/dependency_links.txt
src/nyxGPT.egg-info/entry_points.txt
src/nyxGPT.egg-info/requires.txt
src/nyxGPT.egg-info/top_level.txt
src/nyxgpt/__init__.py
src/nyxgpt/__main__.py
src/nyxgpt/admin_activity.py
src/nyxgpt/api_models.py
src/nyxgpt/app.py
src/nyxgpt/aws_credentials_setup.py
src/nyxgpt/batch_processor.py
src/nyxgpt/cache.py
src/nyxgpt/canary.py
src/nyxgpt/chat.py
src/nyxgpt/cli.py
src/nyxgpt/cloud.py
src/nyxgpt/cloud_deploy.py
src/nyxgpt/cloud_infra.py
src/nyxgpt/cloud_provision.py
src/nyxgpt/cloud_secrets.py
src/nyxgpt/cloud_smoke.py
src/nyxgpt/cloud_state.py
src/nyxgpt/config.py
src/nyxgpt/config_wizard.py
src/nyxgpt/error_tracking.py
src/nyxgpt/health.py
src/nyxgpt/logging.py
src/nyxgpt/mcp_server.py
src/nyxgpt/metrics.py
src/nyxgpt/models.py
src/nyxgpt/ollama_client.py
src/nyxgpt/ops.py
src/nyxgpt/optional_imports.py
src/nyxgpt/portability.py
src/nyxgpt/rate_limiter.py
src/nyxgpt/release_candidate.py
src/nyxgpt/resource_metrics_store.py
src/nyxgpt/resource_monitor.py
src/nyxgpt/restart_state.py
src/nyxgpt/secrets_setup.py
src/nyxgpt/self_heal.py
src/nyxgpt/session_db.py
src/nyxgpt/sessions.py
src/nyxgpt/token_counter.py
src/nyxgpt/tracing.py
src/nyxgpt/usage_analytics.py
src/nyxgpt/verify.py
src/nyxgpt/version.py
src/nyxgpt/wizard.py
src/nyxgpt/workflow_log_store.py
src/nyxgpt/rag/__init__.py
src/nyxgpt/rag/bm25.py
src/nyxgpt/rag/code_parser.py
src/nyxgpt/rag/embeddings.py
src/nyxgpt/rag/fusion.py
src/nyxgpt/rag/model_compare.py
src/nyxgpt/rag/rag.py
src/nyxgpt/rag/reranker.py
src/nyxgpt/rag/vectorstore_cassandra.py
src/nyxgpt/resources/.env.example
src/nyxgpt/resources/__init__.py
src/nyxgpt/resources/docker-compose.yml
src/nyxgpt/resources/example.config.ini
src/nyxgpt/resources/cloud/ec2-user-data-linux.sh.tmpl
src/nyxgpt/resources/cloud/ec2-user-data-macos.sh.tmpl
src/nyxgpt/resources/docker/docker-compose.terraform-net.yml
src/nyxgpt/resources/docker/entrypoint.sh
src/nyxgpt/resources/docker/loki-config.yml
src/nyxgpt/resources/docker/otel-collector-config.yaml
src/nyxgpt/resources/docker/prometheus.yml
src/nyxgpt/resources/docker/promtail-config.yml
src/nyxgpt/resources/docker/grafana/dashboards/api-metrics.json
src/nyxgpt/resources/docker/grafana/dashboards/canary.json
src/nyxgpt/resources/docker/grafana/dashboards/rag-performance.json
src/nyxgpt/resources/docker/grafana/dashboards/resource-usage.json
src/nyxgpt/resources/docker/grafana/dashboards/self-healing.json
src/nyxgpt/resources/docker/grafana/dashboards/sre-home.json
src/nyxgpt/resources/docker/grafana/dashboards/system-overview.json
src/nyxgpt/resources/docker/grafana/provisioning/alerting/contact-points.yml
src/nyxgpt/resources/docker/grafana/provisioning/alerting/notification-policies.yml
src/nyxgpt/resources/docker/grafana/provisioning/alerting/rules.yml
src/nyxgpt/resources/docker/grafana/provisioning/dashboards/dashboards.yml
src/nyxgpt/resources/docker/grafana/provisioning/datasources/datasource.yml
src/nyxgpt/resources/docker/grafana/provisioning/datasources/glitchtip.yml
src/nyxgpt/resources/ops/launchagents/com.nyxgpt.cassandra-logs.plist
src/nyxgpt/resources/ops/launchagents/com.nyxgpt.ollama-env.plist
src/nyxgpt/resources/ops/launchagents/com.nyxgpt.ollama-logs.plist
src/nyxgpt/resources/ops/systemd/nyxgpt-api.service
src/nyxgpt/resources/ops/systemd/nyxgpt-cassandra-logs.service
src/nyxgpt/resources/ops/systemd/nyxgpt-ollama-logs.service
src/nyxgpt/resources/ops/systemd/nyxgpt-ollama.service
src/nyxgpt/resources/ops/systemd/nyxgpt-web.service
src/nyxgpt/resources/scripts/follow-cassandra-logs.sh
src/nyxgpt/resources/scripts/follow-ollama-logs.sh
src/nyxgpt/resources/scripts/run-web.sh
src/nyxgpt/resources/scripts/set-ollama-models-env.sh
src/nyxgpt/resources/terraform/aws/backend.tf
src/nyxgpt/resources/terraform/aws/main.tf
src/nyxgpt/resources/terraform/aws/outputs.tf
src/nyxgpt/resources/terraform/aws/terraform.tfvars.example
src/nyxgpt/resources/terraform/aws/variables.tf
src/nyxgpt/resources/terraform/aws/versions.tf
src/nyxgpt/resources/terraform/aws/modules/compute/main.tf
src/nyxgpt/resources/terraform/aws/modules/compute/outputs.tf
src/nyxgpt/resources/terraform/aws/modules/compute/variables.tf
src/nyxgpt/resources/terraform/aws/modules/network/main.tf
src/nyxgpt/resources/terraform/aws/modules/network/outputs.tf
src/nyxgpt/resources/terraform/aws/modules/network/variables.tf
src/nyxgpt/resources/terraform/aws/modules/security/main.tf
src/nyxgpt/resources/terraform/aws/modules/security/outputs.tf
src/nyxgpt/resources/terraform/aws/modules/security/variables.tf
src/nyxgpt/resources/terraform/aws/tests/plan.tftest.hcl