Expand description
Ingest Agent - Python AST Parser
Parses Python source code into a Portalis AST representation. Following London School TDD with outside-in development.
Re-exports§
pub use project_parser::ProjectParser;pub use project_parser::PythonProject;pub use project_parser::PythonModule;
Modules§
- project_
parser - Project-Level Parser for Multi-File Python Projects
Structs§
- Ingest
Agent - Ingest Agent implementation
- Ingest
Input - Input for the Ingest Agent
- Ingest
Output - Output from the Ingest Agent
- Python
Ast - Simplified Python AST representation
- Python
Attribute - Python
Class - Python
Function - Python
Import - Python
Parameter