What problem does it solve?
Answering questions about how an agent system is implemented often relies on guesswork or stale documentation. This Skill grounds every implementation claim in direct evidence by reading the actual Hexis source code and querying the live PostgreSQL schema.
Core Features & Use Cases
- Source Code Inspection: List, search, and read bounded line ranges of repository files to locate definitions and call sites before making claims.
- Live Schema Inspection: Search tables, columns, views, and stored functions, then describe relations or retrieve function definitions to learn what is actually running in PostgreSQL.
- Defect Diagnosis: Review recent changes and use self-repair workflows to list, diagnose, and resolve defect reports with source and schema evidence.
- Use Case: When asked why a belief revision behaves unexpectedly, search the source for the revision policy, inspect the live schema for the relevant stored function, and reconcile any differences between baseline SQL, migrations, and the running database.
Quick Start
Ask the agent to inspect its source code and explain how the heartbeat cycle is implemented, citing the relevant files and functions.