🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| README.md | ||
| venus-lilith.md | ||
| venus-quinn.md | ||
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