- Remove Tone Agent (tone is now part of Brand specs) - Split Channel Agent into Channel Best Practices Agent and Channel Tech Specs Agent - Convert Legal Agent from stub to full Gemini-powered implementation - Add new prompt files for channel_best_practices.md, channel_tech_specs.md, legal.md - Update ReferenceDocsService with new methods for loading specs - Update schemas and analysis service to use new agent structure - Update all frontend components to use new agent names and properties - Update mock data in Projects.tsx and Campaigns.tsx Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| components | ||
| services | ||
| utils | ||
| App.tsx | ||
| constants.ts | ||
| index.html | ||
| index.tsx | ||
| metadata.json | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
| types.ts | ||
| vite.config.ts | ||
Run and deploy your AI Studio app
This contains everything you need to run your app locally.
View your app in AI Studio: https://ai.studio/apps/drive/1vH-R-vj0Xkk_g2ZFdHtLxNc12sFTOl2L
Run Locally
Prerequisites: Node.js
- Install dependencies:
npm install - Set the
GEMINI_API_KEYin .env.local to your Gemini API key - Run the app:
npm run dev