{"id":34607495,"url":"https://github.com/exprays/project-sentinel","last_synced_at":"2026-05-26T06:32:35.227Z","repository":{"id":320506757,"uuid":"1082341306","full_name":"exprays/project-sentinel","owner":"exprays","description":null,"archived":false,"fork":false,"pushed_at":"2025-10-24T05:21:24.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-24T07:22:59.943Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/exprays.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-10-24T05:17:39.000Z","updated_at":"2025-10-24T05:21:28.000Z","dependencies_parsed_at":"2025-10-24T07:23:26.811Z","dependency_job_id":"7f658385-e0d1-40b3-be14-ca17e4bce85d","html_url":"https://github.com/exprays/project-sentinel","commit_stats":null,"previous_names":["exprays/project-sentinel"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/exprays/project-sentinel","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/exprays%2Fproject-sentinel","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/exprays%2Fproject-sentinel/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/exprays%2Fproject-sentinel/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/exprays%2Fproject-sentinel/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/exprays","download_url":"https://codeload.github.com/exprays/project-sentinel/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/exprays%2Fproject-sentinel/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33507951,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T03:12:49.672Z","status":"ssl_error","status_checked_at":"2026-05-26T03:12:47.976Z","response_time":63,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-12-24T13:59:26.328Z","updated_at":"2026-05-26T06:32:35.221Z","avatar_url":"https://github.com/exprays.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Project SENTINEL\n\nProject SENTINEL is an autonomous enterprise risk and intelligence platform built for the NVIDIA Agentic AI Hackathon. This repository is structured as a Python-first monorepo that houses agents, services, shared libraries, and infrastructure as independent packages coordinated through a unified workspace.\n\n## Repository Layout\n\n- `agents/` – Agent implementations (supervisor, ingestion, analysis, etc.)\n- `services/` – Long-running services and APIs that expose SENTINEL capabilities\n- `shared/` – Shared utilities, schemas, and common business logic\n- `infrastructure/` – Infrastructure-as-code, deployment manifests, and automation scripts\n- `docs/` – Project documentation, setup guides, and architecture references\n- `.github/workflows/` – Continuous integration workflows\n\nEach package follows a `pyproject.toml` + `src/` layout so that it can be versioned and released independently when the platform matures.\n\n## Monorepo Tooling\n\nThe workspace is managed with [`uv`](https://github.com/astral-sh/uv), which provides fast dependency resolution and native monorepo support. The root `pyproject.toml` declares workspace members corresponding to the packages listed above.\n\n### Prerequisites\n\nInstall the core tooling locally before working on the project:\n\n```bash\n# Install uv (Linux/macOS)\ncurl -LsSf https://astral.sh/uv/install.sh | sh\n\n# Install uv (Windows PowerShell)\npowershell -ExecutionPolicy Bypass -c \"iwr https://astral.sh/uv/install.ps1 -UseBasicParsing | iex\"\n\n# Ensure Docker Desktop, kubectl, and AWS CLI are present\n```\n\nConfigure Python 3.11+ and validate the toolchain:\n\n```bash\nuv python install 3.11\nuv --version\npython --version\n```\n\n### Bootstrap the Workspace\n\n```bash\n# Resolve and install shared dependencies across the workspace\nuv sync --extra dev\n\n# Run static analysis and the test suite\nuv run ruff check .\nuv run pytest\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fexprays%2Fproject-sentinel","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fexprays%2Fproject-sentinel","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fexprays%2Fproject-sentinel/lists"}