Skip to main content

perform_ast_analysis

Method
This is a method of the ContextAgent class in the context_agent module.
Perform AST (Abstract Syntax Tree) analysis for code patterns.

Signature

def perform_ast_analysis(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
  • json.dumps

Source

View on GitHub

praisonaiagents/agent/context_agent.py at line 649