{"id":50797097,"url":"https://github.com/nebari-dev/nebari-pi-coding-agent-pack","last_synced_at":"2026-06-12T15:30:35.161Z","repository":{"id":345584898,"uuid":"1177134341","full_name":"nebari-dev/nebari-pi-coding-agent-pack","owner":"nebari-dev","description":null,"archived":false,"fork":false,"pushed_at":"2026-04-15T10:24:56.000Z","size":381,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-15T12:21:36.163Z","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":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nebari-dev.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":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-03-09T18:19:44.000Z","updated_at":"2026-04-15T10:24:58.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/nebari-dev/nebari-pi-coding-agent-pack","commit_stats":null,"previous_names":["nebari-dev/nebari-pi-coding-agent-pack"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/nebari-dev/nebari-pi-coding-agent-pack","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nebari-dev%2Fnebari-pi-coding-agent-pack","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nebari-dev%2Fnebari-pi-coding-agent-pack/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nebari-dev%2Fnebari-pi-coding-agent-pack/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nebari-dev%2Fnebari-pi-coding-agent-pack/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nebari-dev","download_url":"https://codeload.github.com/nebari-dev/nebari-pi-coding-agent-pack/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nebari-dev%2Fnebari-pi-coding-agent-pack/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34251773,"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-12T02:00:06.859Z","response_time":109,"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":[],"created_at":"2026-06-12T15:30:29.723Z","updated_at":"2026-06-12T15:30:35.148Z","avatar_url":"https://github.com/nebari-dev.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# nebari-pi-pack\n\nHelm chart that extends Nebari's data-science JupyterHub stack with a Pi coding-agent workflow.\n\n## What this chart adds\n\n- Pi launcher service in Hub (`/services/pi-launcher/`, port `10300`)\n- Pi named-server profiles (`pi-small`, `pi-medium`, `pi-large`)\n- Pi home/quick-access UI customizations\n- Optional Pi session sharing RBAC + handlers\n- Optional Pi Session Viewer service (`/services/pi-session-viewer/`, port `10400`)\n- Optional relay subsystem (core + dummy/slack/whatsapp adapters)\n- Shared skills delivered from the Pi runtime image (no PVC sync job)\n\n## Architecture\n\n- JupyterHub remains the control plane.\n- User requests Pi via launcher.\n- JupyterHub spawns/controls named server `pi` per user.\n- Pi pod serves browser terminal via `jhsingle_native_proxy` + `ttyd` + `pi` CLI.\n- Pi startup includes `--skill /opt/nebari/baked-skills/shared-skills`.\n- Pi startup loads the OpenAI Codex device-code OAuth override extension (`-e /opt/nebari/extensions/openai-codex-device-auth.ts`).\n- Pi startup loads session sharing commands extension (`-e /opt/nebari/extensions/session-share.ts`).\n- Pi startup also loads `pi-self-learning` extension (`-e /usr/local/lib/node_modules/pi-self-learning/extensions/self-learning.ts`).\n\n## Install\n\n```bash\nhelm dependency update .\nhelm upgrade --install data-science-pack . \\\n  --namespace data-science \\\n  --wait --timeout 40m\n```\n\n### Example values\n\n```bash\n# Local baseline\nhelm upgrade --install data-science-pack . \\\n  --namespace data-science \\\n  -f examples/values-local.yaml \\\n  --wait --timeout 40m\n\n# Local reliable\nhelm upgrade --install data-science-pack . \\\n  --namespace data-science \\\n  -f examples/values-local-reliable.yaml \\\n  --wait --timeout 45m\n\n# Relay profile\nhelm upgrade --install data-science-pack . \\\n  --namespace data-science \\\n  -f examples/values-relay.yaml \\\n  --wait --timeout 50m\n\n# Production-style baked skills profile\nhelm upgrade --install data-science-pack . \\\n  --namespace data-science \\\n  -f examples/values-baked-skills.yaml \\\n  --wait --timeout 45m\n```\n\n## Important values\n\n- `pi.image.*`\n- `pi.sharedSkills.enabled`\n- `pi.sharedSkills.mode` (`image`)\n- `pi.sharedSkills.imagePath`\n- `jupyterhub.custom.pi-image`\n- `jupyterhub.custom.pi-skills-path`\n- `jupyterhub.custom.pi-coding-agent-dir`\n- `jupyterhub.custom.pi-session-viewer-*` (enable/port/S3 settings)\n- `relay.*`\n\nWhen relay is enabled, keep these aligned:\n\n- `relay.core.piAgentDir`\n- `jupyterhub.custom.pi-coding-agent-dir`\n\n## Build Pi image with baked skills\n\n`images/pi-agent/Dockerfile` now bakes skills directly from local repository files:\n\n- `skills/shared-skills/jhub-deploy/SKILL.md`\n- `skills/shared-skills/observability/SKILL.md`\n- `skills/shared-skills/web-browser/SKILL.md`\n- `skills/shared-skills/gog/SKILL.md`\n- `skills/shared-skills/notion/SKILL.md`\n- `skills/shared-skills/video-frames/SKILL.md`\n- `skills/shared-skills/markdown-converter/SKILL.md`\n\nExample:\n\n```bash\ndocker build \\\n  -f images/pi-agent/Dockerfile \\\n  -t quay.io/openteams/pi-coding-agent-demo:baked-\u003ctag\u003e \\\n  .\n```\n\nThen set your Helm values to the pushed image tag/digest:\n\n- `pi.image.repository`\n- `pi.image.tag`\n- `jupyterhub.custom.pi-image` (prefer digest pin)\n\n## Notes\n\n- Legacy PVC-based shared-skills sync is removed from runtime flow.\n- Existing running Pi sessions keep old image/skills until pod restart.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnebari-dev%2Fnebari-pi-coding-agent-pack","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnebari-dev%2Fnebari-pi-coding-agent-pack","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnebari-dev%2Fnebari-pi-coding-agent-pack/lists"}