Skip to content

BitmapAsset/pepeclaw

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

22 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

PepeClaw โ€” Self-Evolving AI Agents You Can See

๐Ÿธ PepeClaw

Self-Evolving AI Agents You Can See.

The first 3D visualization layer for autonomous AI agents.
Watch your agents evolve, breed, dream, and learn โ€” in real-time, in your browser.
Give your agent a soul.

Version License Platform OpenClaw 8 Rooms 19 Skills WebGL

Install โ€ข Rooms โ€ข Skills โ€ข Screenshots โ€ข Architecture โ€ข Contributing


Your AI agent runs 24/7. But what is it actually doing?

PepeClaw gives you eyes. Eight immersive 3D rooms where you watch your agents work, learn, debate, dream, and evolve โ€” with real-time data from your OpenClaw instance. No more staring at logs. No more guessing if your agent is improving.

See it. Understand it. Trust it.


โœจ What Makes This Different

Feature Traditional Agent Tools The Most Advanced Self-Evolving Systems PepeClaw
Agent visibility Text logs Dashboard 3D animated agents in 8 immersive rooms
Self-improvement Manual prompt tuning Nightly cron jobs 19 autonomous skills โ€” evolve in real-time AND every 6 hours
Skill creation Manual only Background generation Real-time mid-conversation skill drafting + user approval
Skill repair Re-deploy Post-hoc rewrite Live mutation โ€” fixes skills the instant they fail
Prompt evolution DSPy/GEPA (heavy deps) External ML frameworks Zero-dependency genetic evolution โ€” native bash + agent reasoning
User understanding Flat facts file Hosted API (Honcho) 6-dimension dialectic model โ€” local, private, incremental
Agent breeding Doesn't exist Doesn't exist Combine agent genomes to create hybrid offspring
Emotional awareness None None Emotion engine with visible auras
Agent identity Config file Config file On-chain DNA via Block Genomics

Install in 10 Seconds

# One-liner (detects your OpenClaw automatically)
curl -fsSL https://raw.githubusercontent.com/BitmapAsset/pepeclaw/main/install.sh | bash

Or manually:

git clone https://github.com/BitmapAsset/pepeclaw.git
cd pepeclaw
npm install
npm run dev
# Open http://localhost:5173 โ€” works immediately with mock data

Or just tell your OpenClaw: "Install PepeClaw" โ€” it handles everything.


The 8 Rooms

๐Ÿงฌ Genome Lab

Genome Lab

Watch skills mutate, evolve, and compete. A rotating 3D DNA helix with orbiting skill cards shows your agent's capability genome in real-time. See fitness scores rise as skills improve across generations.

๐Ÿ’ญ Dream Chamber

Your agent's creative subconscious, visualized. A starfield with aurora shaders and connected dream nodes floating in 3D space. The Memory Palace lets you walk through your agent's memories as explorable rooms.

โš”๏ธ War Room

Project health at a glance. 3D radar with health gauges, velocity charts, and dependency maps. Your agent triages projects, flags risks, and tracks momentum โ€” all visible as living data.

๐Ÿ”ด Red Team Arena

Watch your agent debate itself. Two AI agents face off on opposing podiums with argument energy beams, bias detection panels, and an assumption challenge board. Your agent's ideas get stress-tested in real-time.

๐Ÿง  Meta-Learning Center

Meta-Learning Center

A 3D brain with neural pathways lighting up as your agent learns. Capability rings orbit around it. See accuracy, response time, and task completion improve over time. Self-modification proposals appear in a kanban board.

โณ Temporal Engine

A 3D hourglass with animated sand and a flowing timeline river. Your agent optimizes task scheduling, detects batch opportunities, and flags procrastination patterns. Time becomes visible.

๐Ÿ” Identity Vault

Agent identity, verified on Bitcoin. A vault door with rotating gear mechanism and floating identity cards. Integrates with Block Genomics for sovereign, on-chain agent DNA. Your agent's lineage is provable.

๐Ÿงช Breeding Arena

Breeding Arena

The showstopper. Combine two agents' skill genomes to create hybrid offspring. DNA helixes intertwine with particle cascades, neural pathways form between parents, and a child agent materializes with inherited capabilities. Breed โ†’ mint โ†’ verify on Bitcoin.


Self-Evolving Skills

PepeClaw includes 19 autonomous skills that make your agent self-improving โ€” more than any other self-evolving agent system:

Core Evolution Skills (8)

Skill What It Does When It Runs
๐Ÿงฌ Skill Genome Evolutionary fitness tracking, mutation, and crossover Continuous
๐Ÿ”ฎ Predictive Intent Pattern mining โ€” anticipates what you'll need next Every task
๐Ÿ’ญ Dream Mode Creative exploration during off-hours Nightly
๐Ÿง  Meta-Learning Self-analysis of capabilities and gap detection Weekly
โš”๏ธ Red Team Bias detection and assumption challenging Per decision
๐Ÿ“Š War Room Project health scoring and velocity tracking Daily
โฐ Temporal Arbitrage Task scheduling optimization Continuous
๐ŸŒ™ Nightly Evolution 15-min autoresearch loops reviewing the day's work Midnight daily

Advanced Intelligence Skills (7)

Skill What It Does When It Runs
๐Ÿ” Deep Search Advanced multi-source search with fallback chains Per query
๐Ÿ“ Execution Trace Full tool-call tracing for debugging and evolution Continuous
๐ŸŽฏ OpenClaw Optimizer System-wide performance tuning Daily
๐Ÿ“ˆ Self-Scoring Autonomous quality self-evaluation Per response
๐Ÿค– Skill Autocreator Background skill generation from usage patterns Nightly
๐Ÿงฉ Realtime Learning In-session knowledge acquisition Continuous
๐Ÿ‘ค User Modeling Basic user preference tracking Per session

Gap-Closing Skills (4) โ€” NEW in v0.3.0

Skill What It Does When It Runs
โšก Realtime Skill Creator Creates skill drafts MID-CONVERSATION when patterns repeat 3+ times Real-time
๐Ÿ”ง Skill Mutator Edits SKILL.md files on the spot when they give wrong guidance Real-time
๐Ÿงฌ Genetic Evolution Zero-dependency prompt evolution engine (our own GEPA) Every 6 hours
๐Ÿง  Dialectic User Model 6-dimension user cognition model (our own Honcho) Post-session

Your agent evolves 24/7. Real-time skill creation and mutation happen during conversations. Genetic evolution runs every 6 hours. Nightly evolution runs Karpathy-style autoresearch loops at midnight. The dialectic user model learns how you think, not just what you say. No external dependencies โ€” everything runs locally.


Key Features

  • ๐ŸŽญ Emotion Engine โ€” Agents display emotional states as colored auras. Focused (blue), creative (purple), stressed (red), curious (green), satisfied (gold). Emotions affect animation speed and behavior.

  • ๐Ÿง  Consciousness Stream โ€” Floating thought bubbles show your agent's real-time reasoning. Neural pathway visualizations light up as skills activate. Watch your agent think.

  • ๐Ÿ“Š Activity Feed โ€” Real-time scrolling log of what every agent is doing. Click to jump to the relevant room.

  • ๐Ÿ—บ๏ธ Mini-Map โ€” Overview of all 8 rooms with agent position indicators. Always know where your agents are.

  • ๐ŸŽจ Glass-Morphism UI โ€” Frosted glass panels, micro-animations on every interaction, room-specific color palettes, smooth transitions. Premium feel.

  • ๐Ÿ“ฑ Responsive โ€” Works on desktop and tablet. Touch-friendly targets. Keyboard navigation. Reduced motion support.

  • ๐Ÿ”Œ Live Data โ€” Connects to your OpenClaw Gateway API. Falls back gracefully to mock data when offline. Zero configuration needed.


Screenshots

Click to see all rooms
Room Preview
Genome Lab
Breeding Arena
Meta-Learning

Tech Stack

  • React 19 + TypeScript (strict mode)
  • Three.js via React Three Fiber + drei โ€” procedural 3D, no model files
  • Framer Motion โ€” micro-animations and transitions
  • Tailwind CSS โ€” glass-morphism design system
  • Vite โ€” instant dev server + optimized production builds
  • Vitest โ€” 73 tests covering components, API, data, and skills

Performance

Metric Value
Bundle size 1.5 MB (gzip: ~420 KB)
Room chunks 5-11 KB each (code-split)
Target FPS 60fps on mid-range hardware
DPR cap 1.5x for consistent performance
API timeout 10s with graceful fallback
Geometry 100% procedural โ€” zero external 3D models

Configuration

cp .env.example .env
Variable Default Description
VITE_GATEWAY_URL http://localhost:3033 Your OpenClaw Gateway API URL

The app works fully offline with built-in mock data. No gateway required.


Architecture

src/
โ”œโ”€โ”€ api/
โ”‚   โ”œโ”€โ”€ gateway.ts              # REST client with timeout + fallback
โ”‚   โ””โ”€โ”€ DataProvider.tsx         # React context โ€” live data or mock
โ”œโ”€โ”€ components/
โ”‚   โ”œโ”€โ”€ Scene.tsx                # Three.js canvas โ€” all 8 rooms + 7 agents
โ”‚   โ”œโ”€โ”€ Agent3D.tsx              # Animated humanoid with emotion engine
โ”‚   โ”œโ”€โ”€ ConsciousnessStream.tsx  # Thought bubbles + neural pathways
โ”‚   โ”œโ”€โ”€ ActivityFeed.tsx         # Real-time action log
โ”‚   โ””โ”€โ”€ MiniMap.tsx              # Room overview + agent positions
โ”œโ”€โ”€ rooms/                       # 8 rooms (3D scene + 2D overlay each)
โ”œโ”€โ”€ data/mockData.ts             # Types + mock data for offline use
โ””โ”€โ”€ App.tsx                      # HUD + navigation + glass-morphism shell

skills/                          # 19 self-evolving OpenClaw skills
tests/                           # 73 tests (Vitest)

Contributing

See CONTRIBUTING.md. PRs welcome.

License

MIT โ€” use it, fork it, evolve it.


Your agent deserves to be seen.
Built with ๐Ÿธ by the PepeClaw community

About

๐Ÿธ PepeClaw โ€” Real-time 3D visualization for self-evolving AI agents. 8 interactive WebGL rooms, 19 autonomous skills, zero config. Built on OpenClaw + Three.js + React. Give your agent a soul.

Topics

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors