{"id":50375072,"url":"https://github.com/nerdalert/praxis-pocs","last_synced_at":"2026-05-30T09:02:45.409Z","repository":{"id":353011255,"uuid":"1217567770","full_name":"nerdalert/praxis-pocs","owner":"nerdalert","description":"Proof of Concepts and Integrations for Project Praxxis https://github.com/praxis-proxy/praxis","archived":false,"fork":false,"pushed_at":"2026-04-22T05:07:00.000Z","size":18,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-22T06:31:30.099Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","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/nerdalert.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-04-22T02:34:12.000Z","updated_at":"2026-04-22T05:07:03.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/nerdalert/praxis-pocs","commit_stats":null,"previous_names":["nerdalert/praxxis-pocs"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/nerdalert/praxis-pocs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nerdalert%2Fpraxis-pocs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nerdalert%2Fpraxis-pocs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nerdalert%2Fpraxis-pocs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nerdalert%2Fpraxis-pocs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nerdalert","download_url":"https://codeload.github.com/nerdalert/praxis-pocs/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nerdalert%2Fpraxis-pocs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33686018,"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-05-30T02:00:06.278Z","response_time":92,"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-05-30T09:02:43.772Z","updated_at":"2026-05-30T09:02:45.402Z","avatar_url":"https://github.com/nerdalert.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Praxis POCs\n\nProof-of-concept demos for [Praxis](https://github.com/praxis-proxy/praxis), an AI-native proxy built on Pingora.\n\nThese demos show Praxis replacing components in a MaaS (Models-as-a-Service) gateway stack — body-aware model routing, provider egress, and request classification without ext-proc or Wasm sidecars.\n\n## MaaS Integration Summary\n\nStart with [MAAS-INTEGRATION-SUMMARY.md](MAAS-INTEGRATION-SUMMARY.md) for the phase-by-phase status, request flows, component replacement matrix, known gaps, and issue map.\n\n## Praxis Changes\n\nThese demos use development images from `ghcr.io/nerdalert/praxis`.\nPhase-specific details live in the phase docs and the summary above.\n\n| Phase | Praxis branch/image | Main Praxis changes |\n|---|---|---|\n| Phase 1 | [`feat/dns-and-request-headers`](https://github.com/nerdalert/praxis/tree/feat/dns-and-request-headers), `ghcr.io/nerdalert/praxis:maas-dev` | DNS upstreams, request header set/remove, StreamBuffer body forwarding |\n| Phase 2 / 3 | [`feat/maas-phase2`](https://github.com/nerdalert/praxis/tree/feat/maas-phase2), `ghcr.io/nerdalert/praxis:maas-phase2` | Metadata bag, `/metrics`, failure modes, descriptor rate limiter, HTTP ext-auth |\n\nThe Praxis builds still rely on the Pingora body-forwarding work in\n[`nerdalert/pingora` `feat/streambuffer-initial-send`](https://github.com/nerdalert/pingora/tree/feat/streambuffer-initial-send).\n\n## Demos\n\n| Demo | Purpose |\n|---|---|\n| [demos/maas-praxis/](demos/maas-praxis/) | Phase 1: BBR/ext-proc replacement for body-aware routing and provider egress |\n| [demos/maas-praxis-phase2/](demos/maas-praxis-phase2/) | Phase 2: descriptor request limiter, bridge mode, and auth/rate-limit primitives |\n| [demos/maas-praxis-phase3/](demos/maas-praxis-phase3/) | Phase 3: Praxis-owned MaaS key validation and request limiting |\n| [demos/maas-praxis-phase4/](demos/maas-praxis-phase4/) | Phase 4 planning: token limits and usage accounting |\n\n## Docs\n\n- [docs/install.md](docs/install.md) — MaaS + Praxis install runbook\n- [docs/streambuffer.md](docs/streambuffer.md) — StreamBuffer body forwarding technical detail\n\n## Scripts\n\n- [`scripts/validate-all.sh`](scripts/validate-all.sh) — full integration test suite\n- [`scripts/validate-maas-path-gpt.sh`](scripts/validate-maas-path-gpt.sh) — gpt-4o MaaS path validation\n- [`scripts/validate-maas-all-models.sh`](scripts/validate-maas-all-models.sh) — all models (gpt-4o + facebook/opt-125m)\n\n## Quick Start\n\n```bash\n# Prerequisites: MaaS deployed (see docs/install.md)\n\nOPENAI_API_KEY='sk-...' ./demos/maas-praxis/deploy.sh\n./demos/maas-praxis/validate.sh\n```\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnerdalert%2Fpraxis-pocs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnerdalert%2Fpraxis-pocs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnerdalert%2Fpraxis-pocs/lists"}