What it does
Right-rail tree listing the screens / pages / views the agent has created in the project. Each entry navigates to that screen.
Evidence
- Replit - Agent Chat with Preview โ right panel shows
Invoice DashboardandHistoryas top-level entries. - Replit - Canvas View โ library persists across tabs.
What makes it distinctive
This is a user-centric inventory (pages, screens) as opposed to Anything.com - Code Editor's dev-centric inventory (files, folders). Both are valuable; they reveal audience: - Anything.com: you live in the file tree (dev model). - Replit: you live in the page list (product model), with the file tree available via the code editor.
The Library panel is the user's menu of what exists, not the filesystem's menu of how code is organized. As the agent creates new screens, they register here. Likely powered by a convention in how Agent 4 generates routes โ the agent and the Library panel share an internal model of "the app has N pages."
Differentiators vs Anything.com
- Anything surfaces pages via the top-header
๐ Homepagesearch field โ lighter-weight, less prominent. - Replit's Library panel is always-visible; Anything's page search requires a click.
Sources
- !raw/replit/Chat_View.png
- !raw/replit/Canvas_View.png