MCPcopy Create free account
hub / github.com/GongShichen/LuminaCode / BuildClient

Method BuildClient

agent/loop.go:948–953  ·  view source on GitHub ↗
(maxTokens int, model string, thinkingBudgetTokens *int)

Source from the content-addressed store, hash-verified

946 }
947 }
948 for _, event := range e.drainSkillPermissionEvents() {
949 sendStream(ctx, out, event)
950 }
951 toolResults = append(toolResults, executor.GetCompletedResults()...)
952 toolResults = append(toolResults, executor.GetRemainingResults(ctx)...)
953 for _, progress := range executor.DrainProgress() {
954 sendStream(ctx, out, BuildProgressEvent(progress))
955 }
956 for _, tr := range toolResults {

Callers 2

queryLoopMethod · 0.95
recallClientFactoryMethod · 0.95

Calls 2

CreateLLMClientFunction · 0.92
DefaultRetryConfigPtrFunction · 0.92

Tested by

no test coverage detected