Skip to main content

analyze_codebase

Method
This is a method of the ContextAgent class in the context_agent module.
Protocol-compatible alias for analyze_codebase_with_gitingest.

Signature

Parameters

project_path
str
required
Path to the project directory

Returns

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

Uses

  • analyze_codebase_with_gitingest

Source

View on GitHub

praisonaiagents/agent/context_agent.py at line 2389

Code Agent

Code Feature