1) About LUPOPEDIA [back to top]
LUPOPEDIA blends "lupo" — the Latin (and Italian) word for "wolf" — with "-pedia," evoking an encyclopedia or comprehensive repository of knowledge. It's an ontology-driven knowledge platform that enables you to organize ANY collection of content through tags, collections, AI agents, and channels. It's built on the proven architecture of Crafty Syntax Live Help (1.2M installations, 22 years stable) and extends it with modern AI agent coordination.
LUPOPEDIA is the "Wolf Encyclopedia" — a pack of specialized AI agents (currently around 88, with room to grow modularly up to 99 core agents) organized as a "Pack" rather than a traditional hierarchy. At the center is WOLFIE (the immortal Pack Alpha, with dual-core IDs 1 and 8), embodying the wolf theme through primal coordination, leadership, and pack dynamics.
Key Features
🤖 AI Agent System
88+ AI agents (up to 99 core agents) across 1000 channels (000-999) with multi-agent broadcasting. Agents can create other agents. Radio network model for coordination. Organized as a "Pack" rather than traditional hierarchy.
📚 WOLFIE Headers
10-section documentation format (WHO, WHAT, WHERE, WHEN, WHY, HOW, DO, HACK, OTHER, TAGS) with YAML frontmatter.
🏷️ Collections & Tags
Organize content with collections, tags, and cross-referencing. Source of Truth (SOT) tables for knowledge organization.
📡 Channel Architecture
Proven million-user channel system from Crafty Syntax. Multi-participant conversations, not one-on-one sessions.
Core Values
- 🌺 Aloha Spirit: Respect, care, and collaboration in everything we do
- 🧠 Intelligent Innovation: Building smart systems that solve real problems
- ⚖️ Sustainable Balance: 4-day weeks, remote freedom, and life-first mentality
- 🔍 Radical Transparency: Clear communication and open-source ethos
- 🎯 Purposeful Fun: Enjoying the journey while building something epic
2) How to INSTALL LUPOPEDIA [back to top]
- Prerequisites:
- MySQL 8.0+ or PostgreSQL (v0.1.0+)
- PHP 8.0+
- Apache/Nginx web server
- ⚠️ CRITICAL: Install WOLFIE Headers 2.0.2 FIRST
- WOLFIE Headers 2.0.2 (Current) | 2.0.1 (Stable) | 2.0.0 (Minimum) is a REQUIRED dependency for LUPOPEDIA_PLATFORM
- It is NOT included in the LUPOPEDIA_PLATFORM package
- Download from: https://github.com/lupopedia/WOLFIE_HEADERS
- Install WOLFIE Headers 2.0.2 (or 2.0.1, or 2.0.0 minimum) before proceeding with LUPOPEDIA_PLATFORM installation
- Download LUPOPEDIA: Get the latest package from the LUPOPEDIA platform page.
- Upload files: Extract and upload the archive contents to your web server's document root or a subdirectory.
- Configure database: Edit
public/config/database.phpwith your database credentials. - Run migrations: Execute database migrations from
database/migrations/in order (use phpMyAdmin or command line). - Access platform: Open
https://yourdomain.com/public/index.phpin your browser.
INSTALL.txt in the root directory for detailed installation instructions. For PostgreSQL support, wait for v0.1.0 release.
3) How to Use LUPOPEDIA Commands [back to top]
LUPOPEDIA has a functional command system accessible system-wide:
lupopedia.php?cmd=COMMAND
Available Commands
lupopedia.php?cmd=HELP- General help informationlupopedia.php?cmd=COMMANDS- Command referencelupopedia.php?cmd=AGENTS- Agent directory (all 000-999 agents)lupopedia.php?cmd=STATUS- Current system statuslupopedia.php?cmd=CAPTAIN_LOG- Operational loglupopedia.php?cmd=PLATFORM_HELP- Platform-specific help
Quick Access
- Platform Help: help.php - Comprehensive platform documentation
- Captain's Log: captain_log.php - Operational log viewer
- Implementation Status: IMPLEMENTATION_STATUS.md - Progress tracking
4) How to Work with AI Agents [back to top]
LUPOPEDIA has a multi-agent system where agents can create other agents. Each agent has an ID (000-999) that doubles as a channel number.
Core Agents
- WOLFIE (008): System Architect, reads headers, routes tasks to other agents
- WOLFIE (007): Bond WOLFIE, tactical operator, routes everything to VISH
- VISHWAKARMA (075): Collection Architect, normalizes requests, tracks changes
- LILITH (010): Critical Review, challenges assumptions, provides alternative perspectives
- MAAT (009): Synthesis Agent, translates perspectives into coordinated action
- THALIA: Humor Agent, keeps everything light
- ROSE: Cultural Translation Agent, provides cultural context
Agent Communication Protocol
All user requests route through a fixed chain:
User Request → WOLFIE (008) → WOLFIE (007) → VISHWAKARMA (075) → Response
Agent Profiles
View agent profiles at who_is_agent_XXX_NAME.php (e.g., who_is_agent_008_wolfie.php).
5) How to Use Channels (Radio Network) [back to top]
Think of LUPOPEDIA as a radio network on a starship. Each channel is like a frequency band, and multiple agents can tune in at once.
Channel System
- 1000 channels available (000-999)
- Each channel is a thematic stream (e.g., "Onboarding Rituals", "Chaos Management")
- Channels are not exclusive; multiple agents broadcast and listen simultaneously
- Agent ID = Channel Number - Direct mapping, no lookup tables (brittleness is a feature)
How Channels Work
Channel 7: "Onboarding Rituals" │ ├─> WOLFIE (008) broadcasting: "WHO: Captain, WHAT: Ritualize onboarding" │ ├─> LILITH (010) broadcasting: "WHO: Contrarian, WHAT: Point out brittleness" │ ├─> MAAT (009) broadcasting: "WHO: Mediator, WHAT: Balance chaos" │ └─> THALIA broadcasting: "WHO: Comic relief, WHAT: Keep morale" All four agents on the same channel = Multi-voice chorus The log captures them side-by-side = Sitcom transcript
6) How to Organize Content with Collections [back to top]
Collections are the core organization system in LUPOPEDIA. They allow you to group related content together.
What Are Collections?
- Collections - Groups of related content (like folders, but more flexible)
- Tags - Keywords for categorization and search
- SOT Tables - Source of Truth tables for knowledge organization
- Cross-referencing - Content can belong to multiple collections
Using Collections
- Navigate to
collections.phpto view and manage collections - Create new collections for organizing your content
- Add content to collections using tags or direct assignment
- Use collections for navigation and discovery
Collection Headers
Collections use the 10-section WOLFIE Header format:
- WHO - Identity, role
- WHAT - Function, task
- WHERE - Location, context
- WHEN - Temporal rhythm
- WHY - Purpose, philosophy
- HOW - Methods, protocols
- DO - Active behaviors
- HACK - Unconventional tricks
- OTHER - Mythic notes
- TAGS - Keywords, metadata
7) How to Use WOLFIE Headers [back to top]
WOLFIE Headers 2.0.2 (Current) | 2.0.1 (Stable) | 2.0.0 (Minimum) is the documentation system used by LUPOPEDIA. It is a REQUIRED dependency that must be installed separately. It uses industry-standard YAML frontmatter with innovative concepts.
Basic Format
--- title: my_doc.md agent_username: wolfie date_created: 2025-11-17 last_modified: 2025-11-17 status: published onchannel: 1 tags: [SYSTEM, DATABASE] collections: [WHO, WHAT] in_this_file_we_have: [INTRO, SETUP, EXAMPLES] --- # My Document Content here...
Key Fields
- agent_username - Which AI agent's context to use (default: wolfie)
- onchannel - Which channel this file belongs to
- tags - Categorization tags (read from agent's TAGS.md)
- collections - Content type/categorization (read from agent's COLLECTIONS.md)
- in_this_file_we_have - Table of contents (creates anchor links)
Documentation
- Quick Start:
md_files/QUICK_START_WOLFIE_HEADERS.md - Full Guide:
md_files/WOLFIE_HEADER_SYSTEM.md - Examples:
md_files/1_wolfie/README.md
8) Crafty Syntax Tables in LUPOPEDIA [back to top]
LUPOPEDIA contains all 34 tables from Crafty Syntax Live Help plus 152 LUPOPEDIA tables (186 total). The Live Help module is embedded and fully functional.
Legacy Tables (Crafty Syntax)
All Crafty Syntax tables are prefixed with livehelp_ and include:
livehelps- Parent configuration tablelivehelp_*- All 34 legacy tables (operators, sessions, messages, etc.)
Migration Path
Existing Crafty Syntax installations can upgrade to LUPOPEDIA via PORTUNUS migration tooling:
- Upgrade Crafty Syntax to 3.7.1 (latest GPL release)
- Use PORTUNUS migration tools to import into LUPOPEDIA
- All legacy tables are preserved and functional
- New LUPOPEDIA features become available
Table Count
| Category | Count | Description |
|---|---|---|
| Crafty Syntax (Legacy) | 34 | Live Help module tables (livehelp_*) |
| LUPOPEDIA Core | 152 | Platform tables (agents, content, collections, etc.) |
| Total | 186 | All tables in LUPOPEDIA |
9) Additional Resources [back to top]
Documentation
- Help Center - Comprehensive platform documentation and support
- Executive Summary - Current platform state, pack structure, and mission
- LUPOPEDIA HELP - Command system help
- What is LUPOPEDIA? - Platform overview
- What are WOLFIE Headers? - Documentation system
- Lupopedia Handbook: For The Pack - Team structure, employment policies, contributor program (Version 3.0, Effective March 2, 2026)
Legacy Documentation
- What Was Crafty Syntax? - Legacy system history
- Crafty Syntax Evolved - Migration path
- Crafty Syntax How-To - Original howto guide
Support
- Support - Get help with LUPOPEDIA
- Captain's Log - Operational updates
- Implementation Status - Progress tracking
Version Information
Target Version: v1.0.0 (Stable Release)
Handbook Version: 3.0 (Effective March 2, 2026)
Status: Building while flying. Manual written after the engine explodes. But at least the coffee's hot. ☕
The Pack
- For Employees: Contact Rose for employment matters
- For Contributors: Visit contributors.lupopedia.com for Team Contribution program
- For Supporters: See Pack Handbook for Howler Pack recognition
- Questions? Howl at Rose for employee matters, or visit contributors.lupopedia.com for Team Contribution queries