Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ComponentDetailsByURL = map[string]Details{} ComponentDetailsByShortName = map[string]Details{} )
Map the repo listed in an "answer file" to relevant info for component To Note: Not all of the README contents have been added
View Source
var ComponentDetails = []Details{ { Name: "Agent", ShortName: "agent", RepoURL: "git@github.com:datarobot/af-component-agent.git", Enabled: true, // contains filtered or unexported fields }, { Name: "Base", ShortName: "Base", RepoURL: "git@github.com:datarobot/af-component-base.git", // contains filtered or unexported fields }, { Name: "FastAPI backend", ShortName: "fastapi", RepoURL: "git@github.com:datarobot/af-component-fastapi-backend.git", // contains filtered or unexported fields }, { Name: "FastMCP backend", ShortName: "fastmcp", RepoURL: "git@github.com:datarobot/af-component-fastmcp-backend.git", // contains filtered or unexported fields }, { Name: "LLM", ShortName: "llm", RepoURL: "git@github.com:datarobot/af-component-llm.git", // contains filtered or unexported fields }, { Name: "React", ShortName: "react", RepoURL: "git@github.com:datarobot/af-component-react.git", // contains filtered or unexported fields }, }
Functions ¶
func ExecUpdate ¶
Types ¶
type Answers ¶
func AnswersFromPath ¶
type Component ¶ added in v0.2.3
TODO: Add more properties to account for what we need to determine as canonical values expected for components
func ComponentsFromAnswers ¶ added in v0.2.3
Click to show internal directories.
Click to hide internal directories.