Skip to main content

analyze_codebase_with_gitingest

Method
This is a method of the ContextAgent class in the context_agent module.
Analyze codebase using gitingest for comprehensive understanding.

Signature

def analyze_codebase_with_gitingest(project_path: str) -> Dict[str, Any]

Parameters

project_path
str
required
No description available.

Returns

Returns
Dict[str, Any]
The result of the operation.

Uses

  • Agent

Used By

Source

View on GitHub

praisonaiagents/agent/context_agent.py at line 507

Code Agent

Code Feature