Pattern analysis engine — scans knowledge graph and journals to surface behavioral patterns and opportunities.
In a system that accumulates signals from browsing, research, communications, and portfolio events, you need a connective intelligence layer. Corvus provides it. It runs periodic exploration cycles, tests hypotheses against Chronicle and skill journals, and emits validated proposals to Praxis and Vesper. It's how the whole system gets smarter without explicit instruction.
Skill packages follow the agentskills.io open standard and are compatible with OpenClaw, Hermes Agent, Claude, and any agentskills.io-compliant client.
# Run analysis
"What patterns are emerging in my data lately?"
# List proposals
"What opportunities has Corvus found?"
Corvus auto-initializes on first use, registering cron and heartbeat tasks.
Corvus runs continuous exploration cycles — light passes for routine detection, deep passes for cross-domain graph traversal. It tests hypotheses against Chronicle and skill journals, requires multi-signal corroboration and falsification attempts, and emits validated patterns to Praxis (behavioral refinement) and Vesper (daily briefing).
| Command | Description |
|---|---|
corvus.analyze.light |
Light cycle: routine detection, thread monitoring |
corvus.analyze.deep |
Deep cycle: cross-domain traversal, hypothesis testing |
corvus.proposals.list |
List current insight proposals |
corvus.proposals.detail |
Full evidence for a specific proposal |
corvus.hypotheses.list |
Active hypotheses under investigation |
corvus.status |
Current analysis state |
corvus.journal |
Write journal |
corvus.update |
Self-update |
- Elephas — Chronicle read-only for graph context
- Praxis — receives BehavioralSignal files
- Vesper — receives InsightProposal files
| Job | Schedule | Command |
|---|---|---|
corvus:deep |
0 3 * * * |
Full exploration cycle |
corvus:light |
Every heartbeat | Routine detection |
corvus:update |
0 0 * * * |
Self-update |
- Corrected session log path docs, Chronicle data-source pitfall
- Added Memory file and session log reading as data sources
- Initial release
Corvus is part of the OCAS Agent Suite.