Pycon US 2026 talk#2
Open
fpliger wants to merge 16 commits into
Open
Conversation
…hecks navigator.gpu and caches before attempting _init_browser_engine(). If WebGPU is available, the model starts downloading in the background. By the time you click Demo 1 in-browser, it's already cached.
…o components turn on and off as we go
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request adds the slides and demo for the PyCon US 2026 talk ( https://us.pycon.org/2026/schedule/presentation/126/ ). It also includes comprehensive documentation for the PyCon US 2026 demo, including a detailed architecture overview (
ARCHITECTURE.md) and a chronological build log with technical decisions and implementation notes (CHANGELOG.md). These documents clarify the system's design, agent loop structure, component responsibilities, demo flows, and key trade-offs, making it easier for contributors and presenters to understand and extend the demo.Documentation and Architecture Overview:
ARCHITECTURE.mdwith diagrams and explanations of the agent loop, routing flow, system architecture, component interfaces (router, tiers, tools), and data flow, highlighting how the same architecture adapts to both browser and server environments.Build Log and Implementation Details:
CHANGELOG.mddocumenting all major development phases: correctness fixes, tier abstraction, demo wiring, agent loop, UI polish, reliability improvements, and demo restructuring. Each phase lists technical challenges, solutions, and reasoning behind key design choices.