deputy¶
Code intelligence CLI for Python. Parses source files with deproc, stores entities (classes, functions, imports, etc.) in a local SQLite database, and provides commands to search, inspect, and resolve symbols.
Install¶
Quick start¶
deputy init
deputy sync
deputy search "Model"
deputy info deputy.core.create_context
deputy resolve deputy.utils.storage.FileMetadata
Learn more¶
- Installation - setup options and prerequisites
- Quick Start - basic workflow walkthrough
- Agent Skills - AI agent integration
- Commands - full command reference
- Inheritance Guide - understanding class hierarchy resolution
- Database Schema - tables and entity metadata