Files
Carlos Azaustre 6b063f79f6 chore: remove personal data, make config env-driven
- about/page.tsx: rewritten using BRANDING constants (no hardcoded names/locations)
- branding.ts: added agentLocation, birthDate, agentAvatar, agentDescription
- .env.example: added new branding vars with generic defaults
- agentsConfig.ts: removed personal agent names/roles, generic defaults
- agents/route.ts: removed hardcoded personal agent fallbacks
- public/office/: removed (2D sprites, replaced by 3D office)
- public/models/*.glb: removed personal agent models (user must add their own)
- public/models/README.md: rewritten as generic setup guide
- public/tenacitas-avatar.jpg: removed personal avatar
- Deleted: DESIGN-BRIEF.md, IMPLEMENTATION-STATUS.md, OPEN-SOURCE-CHECKLIST.md, ROADMAP-OFFICE-3D.md
2026-02-21 13:02:23 +00:00
..

Avatar Models (GLB)

This folder holds the 3D avatar models for the Office 3D view. Each file is named after the agent's workspace ID (e.g. main.glb, studio.glb).

How to add your own models

  1. Go to https://readyplayer.me/avatar and create an avatar
  2. Export as GLB
  3. Rename the file to match your agent's workspace ID (see agentsConfig.ts)
  4. Place it in this folder

Fallback

If a GLB file is not found for an agent, the system displays a colored sphere as placeholder.

  • Format: GLB (binary GLTF)
  • Max size: < 5 MB per model
  • Ready Player Me exports web-optimized models by default