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_artifact_smoke.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/install_mode.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/release_tarball.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/support.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/al2023-ami-parity.Dockerfile
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/docs/KNOWN_LIMITATIONS.md
src/nyxgpt/resources/docs/README.md
src/nyxgpt/resources/docs/acceptance-drain-gate.md
src/nyxgpt/resources/docs/adding-api-endpoints.md
src/nyxgpt/resources/docs/agent-comment-tokens.md
src/nyxgpt/resources/docs/agent-smoke.md
src/nyxgpt/resources/docs/alerting.md
src/nyxgpt/resources/docs/api.md
src/nyxgpt/resources/docs/architecture.md
src/nyxgpt/resources/docs/cli.md
src/nyxgpt/resources/docs/cloud-artifact-smoke.md
src/nyxgpt/resources/docs/cloud.md
src/nyxgpt/resources/docs/configuration.md
src/nyxgpt/resources/docs/deployment-checklist.md
src/nyxgpt/resources/docs/development.md
src/nyxgpt/resources/docs/docker-compose.md
src/nyxgpt/resources/docs/file-lock-audit.md
src/nyxgpt/resources/docs/github-tokens.md
src/nyxgpt/resources/docs/homebrew.md
src/nyxgpt/resources/docs/how-this-project-is-run.md
src/nyxgpt/resources/docs/kubernetes.md
src/nyxgpt/resources/docs/live-verification-ci.md
src/nyxgpt/resources/docs/ops.md
src/nyxgpt/resources/docs/performance.md
src/nyxgpt/resources/docs/portability-matrix.md
src/nyxgpt/resources/docs/rag.md
src/nyxgpt/resources/docs/security-scanning-ci.md
src/nyxgpt/resources/docs/security.md
src/nyxgpt/resources/docs/self-healing.md
src/nyxgpt/resources/docs/service-worker-pwa.md
src/nyxgpt/resources/docs/session-storage.md
src/nyxgpt/resources/docs/sessions.md
src/nyxgpt/resources/docs/sprint-autopilot.md
src/nyxgpt/resources/docs/systemd.md
src/nyxgpt/resources/docs/terraform.md
src/nyxgpt/resources/docs/testing.md
src/nyxgpt/resources/docs/troubleshooting.md
src/nyxgpt/resources/docs/ui.md
src/nyxgpt/resources/ops/launchagents/com.nyxgpt.api.plist
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/launchagents/com.nyxgpt.web.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