Documentation Index
Fetch the complete documentation index at: https://docs.demiurg.ai/llms.txt
Use this file to discover all available pages before exploring further.
Advanced customization
The Code Editor provides direct access to your agent’s underlying code for precise customization beyond natural language descriptions.File structure overview
Directory organization
Directory organization
- src/: Main source directory
- components/: UI components
- pages/: Interface files
- styles/: CSS files
- config/: Behavior configuration
Key files
Key files
- index.tsx: Main entry point
- components/*.tsx: UI components
- styles/globals.css: Global styling
- config/agent.json: Core configuration

