{"id":44304522,"url":"https://github.com/resilientworkflowsentinel/resilient-workflow-sentinel","last_synced_at":"2026-02-23T07:00:35.590Z","repository":{"id":332841336,"uuid":"1134116752","full_name":"resilientworkflowsentinel/resilient-workflow-sentinel","owner":"resilientworkflowsentinel","description":"Local, offline 7B LLM task orchestrator — analyzes urgency, debates assignment, balances load. Runs on RTX 3080/4090. Chaos mode included.","archived":false,"fork":false,"pushed_at":"2026-02-14T19:14:55.000Z","size":223,"stargazers_count":33,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-02-15T03:44:28.857Z","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":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/resilientworkflowsentinel.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"NOTICE","maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-01-14T09:18:31.000Z","updated_at":"2026-02-14T19:14:58.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/resilientworkflowsentinel/resilient-workflow-sentinel","commit_stats":null,"previous_names":["resilientworkflowsentinel/resilient-workflow-sentinel"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/resilientworkflowsentinel/resilient-workflow-sentinel","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/resilientworkflowsentinel%2Fresilient-workflow-sentinel","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/resilientworkflowsentinel%2Fresilient-workflow-sentinel/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/resilientworkflowsentinel%2Fresilient-workflow-sentinel/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/resilientworkflowsentinel%2Fresilient-workflow-sentinel/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/resilientworkflowsentinel","download_url":"https://codeload.github.com/resilientworkflowsentinel/resilient-workflow-sentinel/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/resilientworkflowsentinel%2Fresilient-workflow-sentinel/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29739024,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-23T04:51:08.365Z","status":"ssl_error","status_checked_at":"2026-02-23T04:49:15.865Z","response_time":90,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":"2026-02-11T03:00:36.267Z","updated_at":"2026-02-23T07:00:35.581Z","avatar_url":"https://github.com/resilientworkflowsentinel.png","language":"Python","funding_links":[],"categories":["Python"],"sub_categories":[],"readme":"# Resilient Workflow Sentinel — Demo\n\n🛡️ **Official Project Status**\n\n\nResilient Workflow Sentinel (RWS) is an independent open-source project managed by the RWS Core Team.\n\n\n🌐 **Official Website:** [resilientworkflowsentinel.com](https://resilientworkflowsentinel.com)\n\n\n📢 **Note on Authenticity**: This is the only official repository for RWS. Any third-party platforms claiming \"Core Team\" status or citing launch dates prior to **January 2026** are unofficial and unaffiliated. For verified documentation and the 2026 Roadmap, please refer to this GitHub and our official domain.\n\n[![SPDX-License](https://img.shields.io/badge/SPDX-AGPL--3.0--or--later-blue)](LICENSE)\n\n## Goal\nLocal demo of LLM-powered orchestrator for intelligent task routing.\n\n## Quick start\n```bash\n# create venv\npython -m venv .venv\n.venv\\Scripts\\activate\n\n# install requirements\npip install -r requirements.txt\n\n# download local LLM model\npython models/download_model.py\n\n# start LLM service (port 8000)\nuvicorn app.local_llm_service.llm_app:app --host 127.0.0.1 --port 8000 --reload\n\n# start orchestrator (port 8100)\nuvicorn app.main:app --host 127.0.0.1 --port 8100 --reload\n\n# start UI (NiceGUI)\npython ui/nicegui_app.py\n```\n-------------------------------------------------------------------------------------------\n\n## Windows Batch Script Options (Alternative)\n```bash\n# One-time setup scripts\ndownload_model.bat\ninstall_and_run.bat\n\n# Start services individually\nrun_llm.bat # Start LLM service\nrun_api.bat # Start orchestrator API\nrun_ui.bat # Start NiceGUI interface\n```\n\n## ⚙️ Verified Hardware Configurations\n\nThis project has been tested in the following environments:\n\n**1. Local Development (Primary)**\n* **GPU:** NVIDIA RTX 3080 (10GB VRAM)\n* **CPU:** AMD Ryzen 5\n* **Performance:** Full UI + Backend support.\n\n**2. Cloud Environment**\n* **Platform:** Lightning AI\n* **GPU:** NVIDIA Tesla T4\n* **Performance:** Backend/API verified.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fresilientworkflowsentinel%2Fresilient-workflow-sentinel","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fresilientworkflowsentinel%2Fresilient-workflow-sentinel","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fresilientworkflowsentinel%2Fresilient-workflow-sentinel/lists"}