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

Parameters

str
required
No description available.

Returns

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

Uses

  • Agent
  • json.dumps

Source

View on GitHub

praisonaiagents/agent/context_agent.py at line 641