An open API service indexing awesome lists of open source software.

https://github.com/dicklesworthstone/eidetic-engine-website-project


https://github.com/dicklesworthstone/eidetic-engine-website-project

Last synced: about 1 month ago
JSON representation

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]