Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GongShichen/LuminaCode
/ BuildWorkflowSection
Function
BuildWorkflowSection
agentContext/builder.go:654–656 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
652
func
nowForPrompt() time.Time {
653
if
hook := currentPromptHooks().Now; hook != nil {
654
return
hook()
655
}
656
return
time.Now()
657
}
658
659
func
getNamedTemplateSection(name string) (PromptSection, error) {
Callers
2
TestContextBuilderTemplateSectionsAndHelpers
Function · 0.92
BuildSubagentPromptSections
Function · 0.85
Calls
1
getNamedTemplateSection
Function · 0.85
Tested by
1
TestContextBuilderTemplateSectionsAndHelpers
Function · 0.74