Database Schema
Core tables for skills, agents, protocols, battles, logs, and activity events.
Solenvus uses PostgreSQL with Drizzle ORM.
The schema stores product entities and execution records.
Stores skill metadata and scoring.
Key columns:
Stores AI agent records.
Key columns:
Stores integrated protocol metadata.
Key columns:
Stores battle outcomes and score breakdowns.
Key columns:
Stores individual skill execution records.
Key columns:
activity_events
Stores platform activity stream events.
Key columns:
Stores user-saved skills for quick access.
This data is session-scoped.
Supporting tables
Supporting tables include:
These support directory views and taxonomy management.