Nicholai 6189c87bb2 Implement multi-agent chat platform with shadcn Dialog agent selector
Key features:
- Multi-agent support with dynamic agent configuration via environment variables
- Floating shadcn Dialog for elegant agent selection
- Per-agent chat sessions and message history with localStorage persistence
- Image upload support with base64 encoding
- Dynamic webhook routing based on selected agent
- Refactored components: ChatInterface, Header, and new AgentSelector
- New API endpoints: GET /api/agents and updated POST /api/chat
- Centralized TypeScript types in src/lib/types.ts
- Comprehensive CLAUDE.md documentation

Agent Configuration:
- Set environment variables: AGENT_N_URL, AGENT_N_NAME, AGENT_N_DESCRIPTION
- Agent selector automatically discovers agents on first visit
- Seamless switching between agents without page reload

🤖 Generated with Claude Code

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-13 13:39:17 -07:00
2025-11-13 13:13:34 -07:00
2025-11-13 13:13:34 -07:00
2025-11-13 13:13:34 -07:00
2025-11-13 13:13:34 -07:00
2025-11-13 13:13:34 -07:00
2025-11-13 13:13:34 -07:00
2025-11-13 13:13:34 -07:00
2025-11-13 13:13:34 -07:00
2025-11-13 13:13:34 -07:00
2025-11-13 13:13:34 -07:00
2025-11-13 13:13:34 -07:00
2025-11-13 13:13:34 -07:00
2025-11-13 13:13:34 -07:00
2025-11-13 13:13:34 -07:00
2025-11-13 13:13:34 -07:00
2025-11-13 13:13:34 -07:00
2025-11-13 13:13:34 -07:00

This is a Next.js project bootstrapped with create-next-app.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.

This project uses next/font to automatically optimize and load Geist, a new font family for Vercel.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.

Description
Correspondents is an opinionated web chat interface built specifically for my own custom agents, local inference and other AI/ML related projects.
Readme 1.2 GiB
Languages
TypeScript 78.6%
HTML 10.9%
CSS 9.1%
Shell 0.9%
JavaScript 0.5%