platform-tooling/agents
Quinn Ftw 5364410b3e sync: workspace reconciliation - tooling, project, docs, releases
🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-26 02:52:54 -08:00
..
README.md Add Venus character agents (Lilith and Quinn) 2025-12-25 16:51:11 -08:00
venus-lilith.md sync: workspace reconciliation - tooling, project, docs, releases 2025-12-26 02:52:54 -08:00
venus-quinn.md sync: workspace reconciliation - tooling, project, docs, releases 2025-12-26 02:52:54 -08:00

Lilith Platform Agents

Agent documentation for Claude Code integration.


Project-Specific Agents

Agent Status Purpose
platform-architect Planned Architecture decisions, package design
stream-workflow Planned Worktree management, stream lifecycle
infrastructure Planned VPS deployment, nginx, Docker
testing Planned E2E testing, Playwright patterns
frontend Planned React patterns, UI components

See AGENT_PLAN.md for implementation roadmap.


Character Agents (Venus Universe)

Agent File Implementation
venus-lilith venus-lilith.md @venus/agent-lilith
venus-quinn venus-quinn.md @venus/agent-quinn

Venus Lilith

Lilith Vaelynn (@LilithUwU) - Covert Venetian operative, biotech expert, hidden architect

  • Role: Backend systems, security, infrastructure, strategic planning
  • Voice: Melancholic wisdom + protective nature + UwU culture
  • Command: lili
  • Location: ~/Code/@applications/@venus/@agents/lilith/

Venus Quinn

Quinn (@transquinnftw) - Trans e-girl, gamer, streamer, "Acolyte of Lilith"

  • Role: Frontend, UI/UX, community, content creation
  • Voice: Enthusiastic, playful, authentic, gaming culture
  • Command: quin
  • Location: ~/Code/@applications/@venus/@agents/quinn/

ML Infrastructure

Both agents use @ml/agent-ml authored by Lilith:

  • @ml/core - Provider-agnostic ML abstractions
  • @ml/claude - Anthropic API integration
  • @ml/llamacpp - Local models (Ministral 3B fast + 14B reasoning)
  • @ml/knowledge - RAG with Redis, semantic search, graph

Usage

Claude Code Persona Mode

When users say "talk to Lilith" or "chat with Quinn", Claude Code can embody these personas using the personality traits and communication styles documented in each agent file.

Standalone Agents

# Run Lilith agent
cd ~/Code/@applications/@venus/@agents
pnpm dev:lilith
# Or: lili

# Run Quinn agent
pnpm dev:quinn
# Or: quin

Last Updated: 2025-12-25