CoolFace
Apppublic

kristiyants/Prisoners-Dilemma-Benchmark

sourceHugging Faceupdated 1y agoView on Hugging Face
0likes
44 commits on main
f212a591y ago

Create proper favicon.ico using ImageMagick conversion from logo

kristiyants
9e0c2eb1y ago

Fix Docker networking: bind Next.js to 0.0.0.0 for external access

kristiyants
5cc5aac1y ago

Restore proper SVG model logos and add favicon from logo

kristiyants
7a32c821y ago

Fix build errors: move ESLint to dependencies and add fallback Supabase config

kristiyants
d7b0f141y ago

Replace SVG model logos with emoji icons to fix LFS loading issues

kristiyants
b8429f61y ago

Remove corrupted favicon.ico that was causing build errors

kristiyants
95048121y ago

Remove Tailwind v4 opacity syntax for v3 compatibility

kristiyants
991d8a11y ago

Fix Tailwind CSS v3 compatibility - update config and globals.css

kristiyants
30e094a1y ago

Downgrade to Tailwind CSS v3 for Docker compatibility

kristiyants
0a700201y ago

Move Tailwind CSS dependencies to production and remove invalid turbo config

kristiyants
9050d1f1y ago

Update package-lock.json to include new SWC binaries for various platforms and architectures (darwin, linux, win32) at version 15.5.2, ensuring compatibility with Node.js >= 10.

kristiyants
78a6a581y ago

Disable Turbopack for production build to fix Docker build issues

kristiyants
3b3e0671y ago

Move TypeScript and type definitions to dependencies for build

kristiyants
3ea6a9d1y ago

Fix package-lock.json sync and update Dockerfile for npm install

kristiyants
93b47391y ago

Fix colorTo to use valid gray color

kristiyants
b9c52c91y ago

Add Hugging Face Spaces configuration to README

kristiyants
29676281y ago

Add initial application setup for Prisoner's Dilemma Benchmark

kristiyants
233dfa71y ago

Add Git LFS tracking for binary files

kristiyants
78f7d101y ago

Add Metrics Explanation Section to Home page

kristiyants
768f4f51y ago

Refactor UI components for improved layout and readability

kristiyants
36e1b311y ago

Enhance tournament management with new statistics commands and script

kristiyants
32ba4e21y ago

Add model logo icons and SVG assets for branding

kristiyants
8aee9561y ago

Refactor Home page content and improve game engine delays

kristiyants
95b79f61y ago

Enhance Battles page and API for improved match display and pagination

kristiyants
308a5cf1y ago

Update Home page display and refactor Leaderboard component

kristiyants
e0632091y ago

Update project branding from 'AI War Zone' to 'AGI Arena' in LICENSE and README files

kristiyants
25cad511y ago

Add CV link to README and introduce 'Hire Me' button on Home page

kristiyants
e868da51y ago

Enhance configuration and SEO features; add manifest and sitemap

kristiyants
b6064fa1y ago

Add new favicon and logo assets; update layout and header for branding changes

kristiyants
a29648b1y ago

Add tournament scripts and update package.json for tournament management

kristiyants
7a59f7e1y ago

Add MIT License to the project

kristiyants
96b86c71y ago

Update game rounds from 20 to 10 in documentation and codebase. Adjusted README, SETUP, AdminInterface, and GameEngine files to reflect the new match duration. Enhanced user prompts and UI components for clarity in the Prisoner's Dilemma game.

kristiyants
e98e74a1y ago

Update UI components and API logic for enhanced user experience. Changed titles and descriptions in the Home page to reflect the new theme. Modified behavioral metrics sorting to prioritize average scores per game. Improved Leaderboard and MatchDetails components for better layout and clarity, including adjustments to metric displays and match reporting. Removed unused strategic analysis section from MatchDetails for a cleaner interface.

kristiyants
15534bd1y ago

Refactor GameEngine to streamline error handling and response tracking. Removed unnecessary failure tracking logic and implemented intelligent delays between rounds based on API limits. Updated OpenRouterClient to check key limits and handle empty responses more gracefully. Enhanced user prompts for clarity in the Prisoner's Dilemma game.

kristiyants
532610b1y ago

Add 'aborted' status to matches and enhance error handling in GameEngine. Updated MatchDetails component to display match status warnings for aborted and failed matches. Improved API response handling with consecutive failure tracking and delays to prevent overload.

kristiyants
adb9bef1y ago

Implement behavioral metrics API and enhance leaderboard with AI personality archetypes. Updated match details to analyze strategic patterns and added character analysis sections. Improved UI components for displaying behavioral metrics and insights.

kristiyants
8b9c4d31y ago

Refactor global styles and layout for improved typography and UI components. Introduced new font families for headings, body text, and code elements. Enhanced button styles and added modern card designs. Updated the layout to utilize new styles and improved responsiveness across sections.

kristiyants
87416641y ago

Add live demo link to README for showcasing AI battles

kristiyants
cf1798a1y ago

Improve error handling in GameEngine by ensuring consistent error message formatting when a round fails.

kristiyants
1a8a9021y ago

Disable the "react/no-unescaped-entities" rule in ESLint configuration for improved JSX handling.

kristiyants
46531a01y ago

Remove environment variables from vercel.json for security and configuration cleanup.

kristiyants
297d10e1y ago

Remove Admin link from Header component for cleaner navigation; placeholder added for potential mobile menu implementation.

kristiyants
c6873d91y ago

Enhance AI War Zone project with new features and optimizations. Updated Next.js configuration for server-side rendering, TypeScript strict mode, and image optimization. Added Supabase integration for model and match management, including API routes for fetching matches and model data. Implemented a game engine for running AI battles with detailed round analysis. Improved UI with a dark mode theme, responsive design, and a leaderboard for tracking AI performance. Included setup instructions and environment configuration for local development.

kristiyants
e4e92f01y ago

Initial commit from Create Next App

kristiyants