MCPcopy Create free account

hub / github.com/atripati/ark / functions

Functions715 in github.com/atripati/ark

MethodAllTraces
()
pkg/context/engine.go:939
MethodBuildExperienceContext
(model string, toolName string)
pkg/governor/adapter.go:37
FunctionDefaultConfig
()
pkg/router/router.go:59
MethodEmitStepComplete
EmitStepComplete records a completed execution step.
pkg/runtime/events.go:89
MethodEmitStrategy
EmitStrategy records a learned strategy.
pkg/runtime/events.go:128
MethodExecute
(config HTTPToolConfig, params map[string]interface{})
pkg/tools/http.go:20
MethodExecute
(config HTTPToolConfig, params map[string]interface{})
pkg/tools/http.go:196
MethodExecute
(config HTTPToolConfig, params map[string]interface{})
pkg/tools/http_test.go:153
MethodExecute
(context string, task string)
pkg/runtime/agent.go:1174
MethodExecute
(context string, task string)
pkg/models/providers.go:173
MethodExecute
(context string, task string)
pkg/models/providers.go:269
MethodExecute
(context string, task string)
pkg/models/providers.go:349
MethodExecute
(context string, task string)
pkg/router/router.go:145
MethodExecute
(context, task string)
pkg/router/router_test.go:19
MethodFlush
()
pkg/store/store.go:35
MethodFormatReport
()
pkg/governor/adapter.go:28
MethodGetStats
(toolID string)
pkg/context/engine.go:682
MethodHandle
(call *runtime.ToolCall)
pkg/tools/http.go:70
MethodHandle
(call *ToolCall)
pkg/runtime/agent.go:1215
FunctionNewEngineWithStore
(mgr *Manager, config EngineConfig, s store.Store)
pkg/context/engine.go:49
FunctionNewToolRankerWithWeights
(weights ScoreWeights)
pkg/context/engine.go:464
MethodPredictFailure
(model string, taskType string, toolName string)
pkg/governor/adapter.go:32
MethodRecord
(model string, kind string, stepType string, toolName string, latencyMs float64, cost float64, errorClass stri
pkg/governor/adapter.go:11
MethodRecord
(query string, tools []string)
pkg/context/engine.go:763
MethodRecord
(traceID string, event TraceEvent)
pkg/context/engine.go:920
FunctionRegisterGitHubFromEnv
(router *Router)
pkg/tools/github.go:78
MethodRegisterHTTP
(name string, config HTTPToolConfig)
pkg/tools/http.go:135
FunctionRegisterWebSearchFromEnv
(router *Router)
pkg/tools/websearch.go:52
MethodResetEscalations
(taskID string)
pkg/governor/adapter.go:74
MethodSetStep
(step int, stepType string)
pkg/router/router.go:125
MethodShouldDemote
(model string, toolName string)
pkg/governor/adapter.go:24
MethodShouldEscalate
(taskID string, passed bool)
pkg/governor/adapter.go:66
MethodString
()
pkg/context/engine.go:884
FunctionTestAbsolutePathBlocked
(t *testing.T)
pkg/tools/filesystem_test.go:165
FunctionTestAggregation
(t *testing.T)
pkg/cost/cost_test.go:216
FunctionTestBudgetEnforcement
(t *testing.T)
pkg/cost/cost_test.go:82
FunctionTestBudgetStopsExecution
(t *testing.T)
pkg/cost/cost_test.go:323
FunctionTestBudgetUnlimited
(t *testing.T)
pkg/cost/cost_test.go:103
FunctionTestBuildRetryPrompt
(t *testing.T)
pkg/runtime/verify_test.go:193
FunctionTestClassifyStep
this is for step classification tests
pkg/router/router_test.go:308
FunctionTestClassifyTaskCoding
(t *testing.T)
pkg/governor/intelligence_test.go:54
FunctionTestClassifyTaskGeneral
(t *testing.T)
pkg/governor/intelligence_test.go:83
FunctionTestClassifyTaskMultiStep
(t *testing.T)
pkg/governor/intelligence_test.go:69
FunctionTestClassifyTaskReasoning
(t *testing.T)
pkg/governor/intelligence_test.go:23
FunctionTestClassifyTaskRetrieval
(t *testing.T)
pkg/governor/intelligence_test.go:7
FunctionTestClassifyTaskSummarization
(t *testing.T)
pkg/governor/intelligence_test.go:39
FunctionTestCleanResponseCoding
(t *testing.T)
pkg/runtime/quality_test.go:62
FunctionTestCleanResponseEmpty
(t *testing.T)
pkg/runtime/quality_test.go:168
FunctionTestCleanResponsePreservesContent
(t *testing.T)
pkg/runtime/quality_test.go:155
FunctionTestCleanResponseReasoning
(t *testing.T)
pkg/runtime/quality_test.go:86
FunctionTestCleanResponseSummary
(t *testing.T)
pkg/runtime/quality_test.go:77
FunctionTestCompressionSavesTokens
(t *testing.T)
pkg/context/manager_test.go:50
FunctionTestContextMemoryLearning
(t *testing.T)
pkg/context/engine_test.go:245
FunctionTestCostAwarePricingComparison
(t *testing.T)
pkg/cost/cost_test.go:350
FunctionTestCostOptimizedFallbackOnFailure
this is for fallback Tests
pkg/router/router_test.go:128
FunctionTestCostOptimizedRouting
(t *testing.T)
pkg/router/router_test.go:82
FunctionTestCustomPricing
(t *testing.T)
pkg/cost/cost_test.go:33
FunctionTestCustomToolDef
(t *testing.T)
pkg/tools/custom_test.go:154
FunctionTestCustomToolDefaultsToGET
(t *testing.T)
pkg/tools/custom_test.go:139
FunctionTestCustomToolDomainAllowlisted
(t *testing.T)
pkg/tools/custom_test.go:39
FunctionTestCustomToolEnvVarInterpolation
(t *testing.T)
pkg/tools/custom_test.go:84
FunctionTestCustomToolEnvVarMissing
(t *testing.T)
pkg/tools/custom_test.go:103
FunctionTestCustomToolRegistration
(t *testing.T)
pkg/tools/custom_test.go:9
FunctionTestCustomToolRejectsEmptyName
(t *testing.T)
pkg/tools/custom_test.go:117
FunctionTestCustomToolRejectsEmptyURL
(t *testing.T)
pkg/tools/custom_test.go:128
FunctionTestCustomToolTimeout
(t *testing.T)
pkg/tools/custom_test.go:171
FunctionTestCustomToolWriteMetadata
(t *testing.T)
pkg/tools/custom_test.go:62
FunctionTestDecisionLogging
this is for decision logging tests
pkg/router/router_test.go:233
FunctionTestDeduplicatePreservesShortLines
(t *testing.T)
pkg/runtime/quality_test.go:104
FunctionTestDeduplicateResponse
(t *testing.T)
pkg/runtime/quality_test.go:95
FunctionTestDefaultBudget
(t *testing.T)
pkg/context/manager_test.go:10
FunctionTestDefaultValue
(t *testing.T)
pkg/runtime/verify_test.go:269
FunctionTestDetectCodeLanguage
(t *testing.T)
pkg/runtime/verify_test.go:35
FunctionTestDisagreementDifferentOutputs
(t *testing.T)
pkg/governor/intelligence_test.go:265
FunctionTestDisagreementEmptyOutput
(t *testing.T)
pkg/governor/intelligence_test.go:275
FunctionTestDisagreementIdentical
(t *testing.T)
pkg/governor/intelligence_test.go:282
FunctionTestDisagreementSimilarOutputs
(t *testing.T)
pkg/governor/intelligence_test.go:255
FunctionTestDryRunMode
(t *testing.T)
pkg/tools/http_test.go:103
FunctionTestEffortHighForHighRisk
(t *testing.T)
pkg/governor/intelligence_test.go:184
FunctionTestEffortHighForMultiStep
(t *testing.T)
pkg/governor/intelligence_test.go:168
FunctionTestEffortLowForRetrieval
(t *testing.T)
pkg/governor/intelligence_test.go:155
FunctionTestEffortMediumForCoding
(t *testing.T)
pkg/governor/intelligence_test.go:205
FunctionTestEffortMediumForLowConfidence
(t *testing.T)
pkg/governor/intelligence_test.go:191
FunctionTestEffortMediumForReasoning
(t *testing.T)
pkg/governor/intelligence_test.go:198
FunctionTestEnforceConstraintsClean
(t *testing.T)
pkg/runtime/verify_test.go:115
FunctionTestEnforceConstraintsOverCommented
(t *testing.T)
pkg/runtime/verify_test.go:101
FunctionTestEngineBasicPrepare
(t *testing.T)
pkg/context/engine_test.go:10
FunctionTestEngineExpandOnFailure
(t *testing.T)
pkg/context/engine_test.go:37
FunctionTestEngineMaxRetries
(t *testing.T)
pkg/context/engine_test.go:117
FunctionTestEngineSuccessNoAdaptation
(t *testing.T)
pkg/context/engine_test.go:98
FunctionTestEngineSwapFailedTool
(t *testing.T)
pkg/context/engine_test.go:150
FunctionTestEngineUpgradeOnMisuse
(t *testing.T)
pkg/context/engine_test.go:71
FunctionTestEnhanceSystemPromptCoding
(t *testing.T)
pkg/runtime/quality_test.go:136
FunctionTestEnhanceSystemPromptDefault
(t *testing.T)
pkg/runtime/quality_test.go:144
FunctionTestErrorTaxonomyClassification
(t *testing.T)
pkg/runtime/agent_test.go:99
FunctionTestEstimateTokens
(t *testing.T)
pkg/context/manager_test.go:229
FunctionTestEvictionByPriority
(t *testing.T)
pkg/context/manager_test.go:113
FunctionTestExperienceContextEmpty
(t *testing.T)
pkg/governor/intelligence_test.go:212
FunctionTestExperienceContextHallucination
(t *testing.T)
pkg/governor/intelligence_test.go:238
FunctionTestExperienceContextWithFailures
(t *testing.T)
pkg/governor/intelligence_test.go:220
← previousnext →401–500 of 715, ranked by callers