Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/atripati/ark
/ functions
Functions
715 in github.com/atripati/ark
⨍
Functions
715
◇
Types & classes
146
Method
AllTraces
()
pkg/context/engine.go:939
Method
BuildExperienceContext
(model string, toolName string)
pkg/governor/adapter.go:37
Function
DefaultConfig
()
pkg/router/router.go:59
Method
EmitStepComplete
EmitStepComplete records a completed execution step.
pkg/runtime/events.go:89
Method
EmitStrategy
EmitStrategy records a learned strategy.
pkg/runtime/events.go:128
Method
Execute
(config HTTPToolConfig, params map[string]interface{})
pkg/tools/http.go:20
Method
Execute
(config HTTPToolConfig, params map[string]interface{})
pkg/tools/http.go:196
Method
Execute
(config HTTPToolConfig, params map[string]interface{})
pkg/tools/http_test.go:153
Method
Execute
(context string, task string)
pkg/runtime/agent.go:1174
Method
Execute
(context string, task string)
pkg/models/providers.go:173
Method
Execute
(context string, task string)
pkg/models/providers.go:269
Method
Execute
(context string, task string)
pkg/models/providers.go:349
Method
Execute
(context string, task string)
pkg/router/router.go:145
Method
Execute
(context, task string)
pkg/router/router_test.go:19
Method
Flush
()
pkg/store/store.go:35
Method
FormatReport
()
pkg/governor/adapter.go:28
Method
GetStats
(toolID string)
pkg/context/engine.go:682
Method
Handle
(call *runtime.ToolCall)
pkg/tools/http.go:70
Method
Handle
(call *ToolCall)
pkg/runtime/agent.go:1215
Function
NewEngineWithStore
(mgr *Manager, config EngineConfig, s store.Store)
pkg/context/engine.go:49
Function
NewToolRankerWithWeights
(weights ScoreWeights)
pkg/context/engine.go:464
Method
PredictFailure
(model string, taskType string, toolName string)
pkg/governor/adapter.go:32
Method
Record
(model string, kind string, stepType string, toolName string, latencyMs float64, cost float64, errorClass stri
pkg/governor/adapter.go:11
Method
Record
(query string, tools []string)
pkg/context/engine.go:763
Method
Record
(traceID string, event TraceEvent)
pkg/context/engine.go:920
Function
RegisterGitHubFromEnv
(router *Router)
pkg/tools/github.go:78
Method
RegisterHTTP
(name string, config HTTPToolConfig)
pkg/tools/http.go:135
Function
RegisterWebSearchFromEnv
(router *Router)
pkg/tools/websearch.go:52
Method
ResetEscalations
(taskID string)
pkg/governor/adapter.go:74
Method
SetStep
(step int, stepType string)
pkg/router/router.go:125
Method
ShouldDemote
(model string, toolName string)
pkg/governor/adapter.go:24
Method
ShouldEscalate
(taskID string, passed bool)
pkg/governor/adapter.go:66
Method
String
()
pkg/context/engine.go:884
Function
TestAbsolutePathBlocked
(t *testing.T)
pkg/tools/filesystem_test.go:165
Function
TestAggregation
(t *testing.T)
pkg/cost/cost_test.go:216
Function
TestBudgetEnforcement
(t *testing.T)
pkg/cost/cost_test.go:82
Function
TestBudgetStopsExecution
(t *testing.T)
pkg/cost/cost_test.go:323
Function
TestBudgetUnlimited
(t *testing.T)
pkg/cost/cost_test.go:103
Function
TestBuildRetryPrompt
(t *testing.T)
pkg/runtime/verify_test.go:193
Function
TestClassifyStep
this is for step classification tests
pkg/router/router_test.go:308
Function
TestClassifyTaskCoding
(t *testing.T)
pkg/governor/intelligence_test.go:54
Function
TestClassifyTaskGeneral
(t *testing.T)
pkg/governor/intelligence_test.go:83
Function
TestClassifyTaskMultiStep
(t *testing.T)
pkg/governor/intelligence_test.go:69
Function
TestClassifyTaskReasoning
(t *testing.T)
pkg/governor/intelligence_test.go:23
Function
TestClassifyTaskRetrieval
(t *testing.T)
pkg/governor/intelligence_test.go:7
Function
TestClassifyTaskSummarization
(t *testing.T)
pkg/governor/intelligence_test.go:39
Function
TestCleanResponseCoding
(t *testing.T)
pkg/runtime/quality_test.go:62
Function
TestCleanResponseEmpty
(t *testing.T)
pkg/runtime/quality_test.go:168
Function
TestCleanResponsePreservesContent
(t *testing.T)
pkg/runtime/quality_test.go:155
Function
TestCleanResponseReasoning
(t *testing.T)
pkg/runtime/quality_test.go:86
Function
TestCleanResponseSummary
(t *testing.T)
pkg/runtime/quality_test.go:77
Function
TestCompressionSavesTokens
(t *testing.T)
pkg/context/manager_test.go:50
Function
TestContextMemoryLearning
(t *testing.T)
pkg/context/engine_test.go:245
Function
TestCostAwarePricingComparison
(t *testing.T)
pkg/cost/cost_test.go:350
Function
TestCostOptimizedFallbackOnFailure
this is for fallback Tests
pkg/router/router_test.go:128
Function
TestCostOptimizedRouting
(t *testing.T)
pkg/router/router_test.go:82
Function
TestCustomPricing
(t *testing.T)
pkg/cost/cost_test.go:33
Function
TestCustomToolDef
(t *testing.T)
pkg/tools/custom_test.go:154
Function
TestCustomToolDefaultsToGET
(t *testing.T)
pkg/tools/custom_test.go:139
Function
TestCustomToolDomainAllowlisted
(t *testing.T)
pkg/tools/custom_test.go:39
Function
TestCustomToolEnvVarInterpolation
(t *testing.T)
pkg/tools/custom_test.go:84
Function
TestCustomToolEnvVarMissing
(t *testing.T)
pkg/tools/custom_test.go:103
Function
TestCustomToolRegistration
(t *testing.T)
pkg/tools/custom_test.go:9
Function
TestCustomToolRejectsEmptyName
(t *testing.T)
pkg/tools/custom_test.go:117
Function
TestCustomToolRejectsEmptyURL
(t *testing.T)
pkg/tools/custom_test.go:128
Function
TestCustomToolTimeout
(t *testing.T)
pkg/tools/custom_test.go:171
Function
TestCustomToolWriteMetadata
(t *testing.T)
pkg/tools/custom_test.go:62
Function
TestDecisionLogging
this is for decision logging tests
pkg/router/router_test.go:233
Function
TestDeduplicatePreservesShortLines
(t *testing.T)
pkg/runtime/quality_test.go:104
Function
TestDeduplicateResponse
(t *testing.T)
pkg/runtime/quality_test.go:95
Function
TestDefaultBudget
(t *testing.T)
pkg/context/manager_test.go:10
Function
TestDefaultValue
(t *testing.T)
pkg/runtime/verify_test.go:269
Function
TestDetectCodeLanguage
(t *testing.T)
pkg/runtime/verify_test.go:35
Function
TestDisagreementDifferentOutputs
(t *testing.T)
pkg/governor/intelligence_test.go:265
Function
TestDisagreementEmptyOutput
(t *testing.T)
pkg/governor/intelligence_test.go:275
Function
TestDisagreementIdentical
(t *testing.T)
pkg/governor/intelligence_test.go:282
Function
TestDisagreementSimilarOutputs
(t *testing.T)
pkg/governor/intelligence_test.go:255
Function
TestDryRunMode
(t *testing.T)
pkg/tools/http_test.go:103
Function
TestEffortHighForHighRisk
(t *testing.T)
pkg/governor/intelligence_test.go:184
Function
TestEffortHighForMultiStep
(t *testing.T)
pkg/governor/intelligence_test.go:168
Function
TestEffortLowForRetrieval
(t *testing.T)
pkg/governor/intelligence_test.go:155
Function
TestEffortMediumForCoding
(t *testing.T)
pkg/governor/intelligence_test.go:205
Function
TestEffortMediumForLowConfidence
(t *testing.T)
pkg/governor/intelligence_test.go:191
Function
TestEffortMediumForReasoning
(t *testing.T)
pkg/governor/intelligence_test.go:198
Function
TestEnforceConstraintsClean
(t *testing.T)
pkg/runtime/verify_test.go:115
Function
TestEnforceConstraintsOverCommented
(t *testing.T)
pkg/runtime/verify_test.go:101
Function
TestEngineBasicPrepare
(t *testing.T)
pkg/context/engine_test.go:10
Function
TestEngineExpandOnFailure
(t *testing.T)
pkg/context/engine_test.go:37
Function
TestEngineMaxRetries
(t *testing.T)
pkg/context/engine_test.go:117
Function
TestEngineSuccessNoAdaptation
(t *testing.T)
pkg/context/engine_test.go:98
Function
TestEngineSwapFailedTool
(t *testing.T)
pkg/context/engine_test.go:150
Function
TestEngineUpgradeOnMisuse
(t *testing.T)
pkg/context/engine_test.go:71
Function
TestEnhanceSystemPromptCoding
(t *testing.T)
pkg/runtime/quality_test.go:136
Function
TestEnhanceSystemPromptDefault
(t *testing.T)
pkg/runtime/quality_test.go:144
Function
TestErrorTaxonomyClassification
(t *testing.T)
pkg/runtime/agent_test.go:99
Function
TestEstimateTokens
(t *testing.T)
pkg/context/manager_test.go:229
Function
TestEvictionByPriority
(t *testing.T)
pkg/context/manager_test.go:113
Function
TestExperienceContextEmpty
(t *testing.T)
pkg/governor/intelligence_test.go:212
Function
TestExperienceContextHallucination
(t *testing.T)
pkg/governor/intelligence_test.go:238
Function
TestExperienceContextWithFailures
(t *testing.T)
pkg/governor/intelligence_test.go:220
← previous
next →
401–500 of 715, ranked by callers