Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 616 Bytes

File metadata and controls

15 lines (10 loc) · 616 Bytes

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