Step 159: add agent marketplace registry
This commit is contained in:
@@ -1939,6 +1939,16 @@ int main(int, char**) {
|
||||
ImGui::EndTabItem();
|
||||
}
|
||||
|
||||
if (ImGui::BeginTabItem("Marketplace")) {
|
||||
ImGui::PushFont(monoFont);
|
||||
renderAgentMarketplace(state.agentMarketplace,
|
||||
state.agentRegistry,
|
||||
state.outputLog,
|
||||
state.workspaceRoot);
|
||||
ImGui::PopFont();
|
||||
ImGui::EndTabItem();
|
||||
}
|
||||
|
||||
if (ImGui::BeginTabItem("Build")) {
|
||||
ImGui::PushFont(uiFont);
|
||||
ImGui::Text("Detected: %s", BuildSystem::typeName(state.buildType));
|
||||
|
||||
Reference in New Issue
Block a user