[codex] Add Wave 3 runnable Agent demo #15

Merged
lprintf merged 1 commit from codex/w3-agent-demo into main 2026-08-05 00:08:47 +08:00
Owner

What changed

  • Added a runnable, standard-library printf-wave3-agent with interactive, one-shot, and JSON modes.
  • Integrated and validated the four published Skill manifests before execution.
  • Added successful generation, clarification, and default-deny paths.
  • Produces a standalone site, confirmation-gated release plan, Hub listing draft, and public tool trace.
  • Updated the bilingual submission around the current printf → lprintf → Hub product loop.
  • Added Wave 3 demo scripts, cross-review matrices, and public product screenshots.

Why

Wave 3 requires a complete, valid, runnable Agent that integrates Skills and demonstrates interaction and user value. The Wave 2 repository documented the contracts and live prototype, but did not contain a portable Agent entrypoint that reviewers could execute offline.

User and reviewer impact

Reviewers can now reproduce the Agent flow with Python 3.11+ and no private model key, inspect concrete delivery artifacts, verify safety refusal, and then compare it with the live multi-turn product at https://gp-pilot.lprintf.com/. The updated architecture explains how lprintf provides HTTPS delivery while https://hub.lprintf.com/ provides moderated discovery.

Validation

  • python -m unittest discover -s tests -v: 4 passed
  • Latest printf implementation: 86 pytest cases passed
  • JSON manifests and Agent metadata parsed successfully
  • Python compile check passed
  • Local Markdown links passed
  • https://moon.lprintf.com/: HTTP 200
  • https://gp-pilot.lprintf.com/: HTTP 200
  • https://gp-pilot.lprintf.com/demo/b/v1/: HTTP 200
  • https://hub.lprintf.com/: HTTP 200

Scope and privacy

Competition .env credentials and model keys are not included. User-feedback chat screenshots were intentionally excluded because they contain third-party avatars and conversations. An admin-panel screenshot containing internal upstreams and personal mapping names was also excluded. Only two product-interface screenshots without private credentials are included.

## What changed - Added a runnable, standard-library `printf-wave3-agent` with interactive, one-shot, and JSON modes. - Integrated and validated the four published Skill manifests before execution. - Added successful generation, clarification, and default-deny paths. - Produces a standalone site, confirmation-gated release plan, Hub listing draft, and public tool trace. - Updated the bilingual submission around the current printf → lprintf → Hub product loop. - Added Wave 3 demo scripts, cross-review matrices, and public product screenshots. ## Why Wave 3 requires a complete, valid, runnable Agent that integrates Skills and demonstrates interaction and user value. The Wave 2 repository documented the contracts and live prototype, but did not contain a portable Agent entrypoint that reviewers could execute offline. ## User and reviewer impact Reviewers can now reproduce the Agent flow with Python 3.11+ and no private model key, inspect concrete delivery artifacts, verify safety refusal, and then compare it with the live multi-turn product at https://gp-pilot.lprintf.com/. The updated architecture explains how lprintf provides HTTPS delivery while https://hub.lprintf.com/ provides moderated discovery. ## Validation - `python -m unittest discover -s tests -v`: 4 passed - Latest printf implementation: 86 pytest cases passed - JSON manifests and Agent metadata parsed successfully - Python compile check passed - Local Markdown links passed - `https://moon.lprintf.com/`: HTTP 200 - `https://gp-pilot.lprintf.com/`: HTTP 200 - `https://gp-pilot.lprintf.com/demo/b/v1/`: HTTP 200 - `https://hub.lprintf.com/`: HTTP 200 ## Scope and privacy Competition `.env` credentials and model keys are not included. User-feedback chat screenshots were intentionally excluded because they contain third-party avatars and conversations. An admin-panel screenshot containing internal upstreams and personal mapping names was also excluded. Only two product-interface screenshots without private credentials are included.
lprintf changed title from WIP: [codex] Add Wave 3 runnable Agent demo to [codex] Add Wave 3 runnable Agent demo 2026-08-05 00:08:36 +08:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
lprintf/printf!15
No description provided.