[codex] Add Wave 3 runnable Agent demo #15
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "codex/w3-agent-demo"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
What changed
printf-wave3-agentwith interactive, one-shot, and JSON modes.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 passedhttps://moon.lprintf.com/: HTTP 200https://gp-pilot.lprintf.com/: HTTP 200https://gp-pilot.lprintf.com/demo/b/v1/: HTTP 200https://hub.lprintf.com/: HTTP 200Scope and privacy
Competition
.envcredentials 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.WIP: [codex] Add Wave 3 runnable Agent demoto [codex] Add Wave 3 runnable Agent demo