Class PythonBindexBuilder

java.lang.Object
org.machanism.machai.bindex.builder.BindexBuilder
org.machanism.machai.bindex.builder.PythonBindexBuilder

public class PythonBindexBuilder extends BindexBuilder
PythonBindexBuilder provides project context and manifest aggregation for Python (pyproject.toml) projects.

Reads TOML manifest and main source files; prepares prompts for GenAI Bindex creation.

Usage example:

     PythonBindexBuilder builder = new PythonBindexBuilder(layout);
     builder.genAIProvider(provider);
      Bindex bindex = builder.build();
 
Since:
0.0.2
Author:
Viktor Tovstyi
See Also: