https://github.com/dicklesworthstone/eidetic-engine-website-project
https://github.com/dicklesworthstone/eidetic-engine-website-project
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/dicklesworthstone/eidetic-engine-website-project
- Owner: Dicklesworthstone
- Created: 2025-04-13T19:53:30.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-04-20T21:22:55.000Z (6 months ago)
- Last Synced: 2025-09-13T11:24:35.293Z (about 1 month ago)
- Language: TeX
- Homepage: https://eidetic-engine-website-project.vercel.app
- Size: 1.53 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Eidetic Engine Website Project
A modern React website showcasing the EideticEngine cognitive architecture for advanced LLM agents. This project provides a detailed, interactive presentation of the architecture's components, innovations, and capabilities.
## Features
- Responsive, modern UI built with React and Tailwind CSS
- Interactive navigation system with smooth scrolling
- Comprehensive sections covering the EideticEngine architecture:
- Unified Memory System (UMS)
- Agent Master Loop (AML)
- Meta-Cognitive Cycle
- Implementation details and evaluations## Technologies
- React 19
- Vite
- Tailwind CSS 3.3.5
- Recharts for data visualization
- Lucide React for icons## Getting Started
### Prerequisites
- Node.js (v16+) or Bun
### Installation
```bash
# Clone the repository
git clone [repository-url]
cd eidetic-engine-website-project# Install dependencies using npm
npm install# Or using Bun
bun install
```### Development
```bash
# Start the development server with npm
npm run dev# Or using Bun
bun run dev
```The development server will start on http://localhost:8777
### Building for Production
```bash
# Build the project with npm
npm run build# Or using Bun
bun run build
```The built files will be in the `dist` directory.
## Project Structure
- `src/` - Source code
- `EideticEngineWebsite.tsx` - Main component containing the website content
- `App.jsx` - Root application component
- `index.css` - Global styles including Tailwind directives
- `assets/` - Static assets## Setup Script
The `setup-eidetic-engine-website.sh` script automatically sets up the project environment and dependencies.
## License
[Add license information here]