Skip to main content

analyze_codebase

Method
This is a method of the ContextEngineerProtocol class in the protocols module.
Analyze a codebase and extract patterns, structure, and conventions.

Signature

Parameters

str
required
Path to the project directory

Returns

Dict[str, Any]
Analysis results including patterns, architecture, conventions

Source

View on GitHub

praisonaiagents/agent/protocols.py at line 191

Code Agent

Code Feature