{"id":50644702,"url":"https://github.com/mnvsk97/harness-deploy","last_synced_at":"2026-06-07T11:30:44.545Z","repository":{"id":360289815,"uuid":"1249467352","full_name":"mnvsk97/harness-deploy","owner":"mnvsk97","description":"deploy popular agent harnesses remotely","archived":false,"fork":false,"pushed_at":"2026-06-01T22:01:58.000Z","size":206,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-01T22:15:52.153Z","etag":null,"topics":["agents","agentskills","aws","azure","deepagents","flyio","gcp","goose","hermes-agent","openclaw","pi","railway","render","truefoundry"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mnvsk97.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null}},"created_at":"2026-05-25T18:24:25.000Z","updated_at":"2026-06-01T22:02:38.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/mnvsk97/harness-deploy","commit_stats":null,"previous_names":["mnvsk97/harness-deploy"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mnvsk97/harness-deploy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mnvsk97%2Fharness-deploy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mnvsk97%2Fharness-deploy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mnvsk97%2Fharness-deploy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mnvsk97%2Fharness-deploy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mnvsk97","download_url":"https://codeload.github.com/mnvsk97/harness-deploy/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mnvsk97%2Fharness-deploy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34020187,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-07T02:00:07.652Z","response_time":124,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["agents","agentskills","aws","azure","deepagents","flyio","gcp","goose","hermes-agent","openclaw","pi","railway","render","truefoundry"],"created_at":"2026-06-07T11:30:43.752Z","updated_at":"2026-06-07T11:30:44.536Z","avatar_url":"https://github.com/mnvsk97.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# harness-deploy\n\nDeploy supported coding-agent harnesses on TrueFoundry.\n\nSupported harnesses:\n\n```text\nhermes-agent\nclaude-code\ncodex\npi\ngoose\n```\n\nThis repo stays intentionally small:\n\n- one operator skill: `skills/harness-deploy`\n- one TrueFoundry deployment path under `harnesses/*/deployments/truefoundry`\n- one Docker image definition per supported runtime\n- optional local UI/API in `ui/` for agent records, previews, and deploy plans\n- generated local agent state in `agents/`, ignored by Git\n\n## Install\n\nPrerequisites: `git`, Node.js 22+, `npm`, and Docker for the optional local\nHermes image check.\n\n```bash\nnpx skills add mnvsk97/harness-deploy --yes\n```\n\nThen ask Codex to deploy a supported harness:\n\n```text\nDeploy Hermes Agent to TrueFoundry.\nDeploy Codex to TrueFoundry.\nDeploy Goose to TrueFoundry.\n```\n\n## Configure\n\n```bash\ncp .env.example .env\n```\n\nFill only local `.env` values. Do not commit secrets.\n\nRequired values:\n\n```text\nTFY_HOST\nTFY_API_KEY\nTFY_WORKSPACE_FQN\nTFY_SECRET_TENANT\nHARNESS_API_HOST\nHARNESS_RUNTIME_HOST\nHARNESS_MODEL\n```\n\nRuntime credentials belong in TrueFoundry SecretGroups. Rendered manifests use\n`tfy-secret://...` references, not raw secret values.\n\n## Operate\n\nThe skill reads `.env`, renders manifests under `agents/`, applies\nTrueFoundry resources, waits for rollout, and runs smoke tests.\n\nThe optional UI is only a thin local control surface:\n\n```bash\ncd ui\nnpm install\nnpm run api\nnpm run dev\n```\n\nOpen `http://127.0.0.1:5174`; the API listens on `http://127.0.0.1:8787`.\nThe UI prepares plans, but the skill owns platform apply, rollout checks, and\nlive smoke tests.\n\n## Verify Hermes Locally\n\n```bash\nbash harnesses/hermes-agent/deployments/truefoundry/local-docker-smoke.sh\n```\n\nWithout TFY Gateway credentials, this checks `/health` and `/v1/models`. With\ngateway credentials, it also runs the chat smoke test.\n\n## Source Layout\n\n```text\nskills/harness-deploy/\nharnesses/\u003charness\u003e/harness.yaml\nharnesses/\u003charness\u003e/\u003cimage-dir\u003e/Dockerfile\nharnesses/\u003charness\u003e/deployments/truefoundry/\nui/\n```\n\nThe `ui/` folder uses TypeScript for both the Vite/React frontend and the\nHono local API/job runner. Production runs the compiled server from\n`ui/dist-server/`.\n\n## Safety\n\n- Use TFY LLM Gateway for models.\n- Use TFY MCP Gateway for tools.\n- Use TrueFoundry SecretGroups for secrets.\n- Use Daytona for terminal/code execution.\n- Do not run untrusted terminal/code execution inside Hermes or the control API.\n- Keep `replicas: 1` while state is file-backed.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmnvsk97%2Fharness-deploy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmnvsk97%2Fharness-deploy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmnvsk97%2Fharness-deploy/lists"}