Skip to content

Latest commit

 

History

History

builder

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Model Builder

This component is responsible for generating an agent data model from source code based on provided build configuration.

Builder appends additional data to the agent data model via Extensions property.

It supports plugins which extend the build process with custom logic. The plugins can be registered through Golang interfaces.

Plugins

  • llmanalyzer - Extract semantic details from source code
  • runtime - Extract runtime details from source code
  • pyprojectparse - Parse and extract metadata from pyproject.toml