Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/JuliusBrussee/caveman
/ functions
Functions
8,152 in github.com/JuliusBrussee/caveman
⨍
Functions
8,152
◇
Types & classes
931
↓ 5 callers
Function
buildLearnSpend
buildLearnSpend prices the accumulated buckets. Returns nil when nothing priceable was measured — an empty spend card is worse than none.
proxy/internal/store/learn_pricing.go:184
↓ 5 callers
Function
buildWrapEnv
(agent?: AgentProfile, gw = gatewayURL(), mcpMode: McpSurfaceMode = "auto")
packages/cli/src/index.ts:8504
↓ 5 callers
Function
bytesEqual
(first: Uint8Array, second: Uint8Array)
packages/agent/src/runtime.ts:3186
↓ 5 callers
Function
callJudge
(call: JudgeRequest, deps: GradeDeps)
packages/graders/src/index.ts:647
↓ 5 callers
Function
chromeHealthy
(endpoint string)
browse/cmd/caveman-browse/main.go:244
↓ 5 callers
Function
claudeSettingsPath
()
packages/cli/src/index.ts:11404
↓ 5 callers
Function
collapseAnthropicHistory
(messages []Message, profitable func(text string, cols int) bool, opts historyOptions)
engine/pixel/history_anthropic.go:362
↓ 5 callers
Function
commandHasPath
(command: string)
packages/cli/src/index.ts:15946
↓ 5 callers
Function
compile
(input: CompileInput)
packages/agent/src/build.ts:218
↓ 5 callers
Function
compiledPlanRoutes
(headers http.Header)
proxy/internal/gateway/proxy.go:665
↓ 5 callers
Function
compressionSavingsUSD
compressionSavingsUSD is the inferred dollar value of the input tokens that S4 content compression removed before the request reached the provider. It
proxy/internal/gateway/proxy.go:1539
↓ 5 callers
Function
contextWindow
(provider, model string)
proxy/internal/store/learn.go:1143
↓ 5 callers
Function
copyProjectFile
( root: string, staging: string, source: string, kind: "source graph" | "file source", )
packages/agent/src/dev-loader.ts:138
↓ 5 callers
Function
corpusDigest
(rows []CorpusRow)
cacheengine/cachebench/corpus.go:426
↓ 5 callers
Function
crSuffix
crSuffix returns the CR a synthesized line needs so it matches the endings the rest of the document uses.
engine/compressors/lineends.go:46
↓ 5 callers
Function
createHarnessAdapter
( id: HarnessID, identity: HarnessAdapterIdentity, wireContract: Readonly<Record<string, unknown>>, in
packages/agent/src/adapters.ts:83
↓ 5 callers
Function
decode
(t *testing.T, b []byte)
proxy/providers/anthropic/cache_breakpoints_test.go:26
↓ 5 callers
Function
deepMerge
(base: unknown, overlay: unknown)
packages/cli/src/index.ts:5770
↓ 5 callers
Function
defineBuild
(options: Partial<BuildConfig> & Pick<BuildConfig, "entry" | "evals">)
packages/agent/src/build.ts:26
↓ 5 callers
Function
detectCodexWrapAuthMode
()
packages/cli/src/index.ts:6011
↓ 5 callers
Method
discover
(deadline *behaviorDeadline)
proxy/internal/store/session_source.go:22
↓ 5 callers
Function
enableNative
(argv: string[])
packages/cli/src/index.ts:7460
↓ 5 callers
Function
escapeRegExp
(s: string)
packages/cli/src/index.ts:9855
↓ 5 callers
Function
expectedCostUSD
(c Candidate)
proxy/routing/routing.go:558
↓ 5 callers
Method
exporter
* Create a one-call OTel exporter bound to this Cave's gateway config. * * The exporter ships spans to the gateway's OTLP endpoint * (`POST {
packages/sdk/typescript/src/index.ts:454
↓ 5 callers
Function
finish
()
packages/cli/src/index.ts:5421
↓ 5 callers
Method
flush
Alias for `export()`, matching common OTel exporter naming.
packages/sdk/typescript/src/index.ts:2261
↓ 5 callers
Function
gatewayObjectStringField
(body []byte, obj gatewayJSONSpan, field string)
proxy/internal/gateway/pixel.go:535
↓ 5 callers
Function
gatewaySkipJSONSpace
(body []byte, i int)
proxy/internal/gateway/retrieve_tool.go:271
↓ 5 callers
Function
geminiAdapter
Zone tagging for the cross-turn prefix fix. Gemini caches repeated prompt prefixes implicitly, so a turn this proxy compressed while it was the live z
proxy/providers/gemini/prefix_stability_test.go:18
↓ 5 callers
Function
geminiTurnConversation
(userTexts ...string)
proxy/internal/gateway/prefix_stability_payg_test.go:76
↓ 5 callers
Function
green
(s: string)
packages/cli/src/index.ts:15822
↓ 5 callers
Function
gutterLines
gutterLines renders content the way a coding agent's read tool prints a file.
engine/listing_test.go:11
↓ 5 callers
Function
handleArgs
handleArgs dispatches a CLI subcommand against store, writing JSON (or raw recovered bytes) to stdout and diagnostics to stderr, and returns the proce
mem/cmd/cavemem/main.go:66
↓ 5 callers
Function
hasArg
(args []string, name string)
proxy/cmd/caveman-proxy/main.go:897
↓ 5 callers
Function
hasFile
(path: string)
packages/cli/src/index.ts:1476
↓ 5 callers
Function
hashText
(text string)
proxy/internal/store/learn.go:19
↓ 5 callers
Function
hermesConfigPath
()
packages/cli/src/index.ts:9843
↓ 5 callers
Function
injectRetrieveTool
(provider, routePath string, body []byte)
proxy/internal/gateway/retrieve_tool.go:51
↓ 5 callers
Function
isExecutable
(p: string)
packages/cli/src/index.ts:15942
↓ 5 callers
Function
isIdentifierTokenAt
(source: string, start: number, expected: string)
packages/agent/src/source-graph.ts:704
↓ 5 callers
Function
isRecord
(value: unknown)
packages/agent/src/adapters.ts:616
↓ 5 callers
Function
joinLines
joinLines is the inverse of splitLines.
engine/compressors/lineends.go:30
↓ 5 callers
Function
jsonChars
(value)
packages/subagent-tax/lib/analyze.mjs:12
↓ 5 callers
Function
judgeGatewayUrl
(raw: unknown)
packages/graders/src/index.ts:643
↓ 5 callers
Function
keepQueryRelevant
keepQueryRelevant adds the highest-scoring BM25 documents to keep. Existing force-keeps are never removed. Selection is deterministic: score descendin
engine/compressors/relevance.go:12
↓ 5 callers
Function
loadBuildInputs
( root: string, configPath: string, beforeSourceHash?: ( inputs: Omit<LoadedBuildInputs, "sourceSha2
packages/agent/src/cli.ts:994
↓ 5 callers
Function
logStoreWarning
(logger *slog.Logger, msg string, err error)
proxy/internal/store/trial_store.go:794
↓ 5 callers
Function
lowerAgentContext
( definition: AgentDefinition, options: { rootDir?: string; runtimeSegments?: readonly RuntimeCont
packages/agent/src/execution-kernel.ts:14
↓ 5 callers
Function
markSpendIncomplete
(ledgers: readonly SpendLedger[])
packages/agent/src/runtime.ts:4711
↓ 5 callers
Function
maskDecision
maskDecision runs a tool output through afterTool exactly as the hook does and reports whether the output was replaced by a pointer.
proxy/internal/nativeruntime/mask_elidable_test.go:35
↓ 5 callers
Function
maskRuntime
Mask what cannot be summarized in place; elide what can. These pin the boundary between the two mechanisms. Before it existed they collided: the ship
proxy/internal/nativeruntime/mask_elidable_test.go:23
↓ 5 callers
Function
memory
(options: { namespace: string; provenance?: MemoryDefinition["provenance"]; ttl: string; recallBudget:
packages/agent/src/primitives.ts:261
↓ 5 callers
Function
mustJSONGemini
(t *testing.T, v any)
engine/pixel/transform_gemini_test.go:365
↓ 5 callers
Function
mustMarshalTest
(t *testing.T, v any)
engine/pixel/transform_openai_test.go:326
↓ 5 callers
Function
nativePolicyMode
()
packages/cli/src/index.ts:10716
↓ 5 callers
Function
nativeProfile
()
packages/cli/src/index.ts:10709
↓ 5 callers
Function
newCodeWith
newCodeWith constructs the code compressor with explicit options (used by callers/tests that want comment or docstring removal).
engine/compressors/code_cgo.go:51
↓ 5 callers
Function
newQueryTransport
()
shared/platform/chhttp/chhttp.go:230
↓ 5 callers
Function
newSocketFreeCompressServerWithConfig
(adapter providers.Adapter, comp Compressor, rt *captureTransport, creds CredentialResolver, cfg Config)
proxy/internal/gateway/live_zone_test.go:105
↓ 5 callers
Function
normalizeBlock
normalizeBlock is the internal grouping key (lowercase, digit-run masked, whitespace collapsed) so the same block with trivial numeric/whitespace drif
proxy/internal/store/recurring.go:201
↓ 5 callers
Function
normalizeEchoText
(text string)
proxy/internal/store/detect_sections.go:36
↓ 5 callers
Function
normalizedTaskType
(value string)
proxy/internal/nativeruntime/runtime.go:921
↓ 5 callers
Function
objectStringField
(body []byte, obj jsonSpan, field string)
proxy/providers/anthropic/content_compress.go:200
↓ 5 callers
Method
observeSession
observeSession extracts every n-gram of tool signatures in the session's call order and books the output tokens the span consumed.
proxy/internal/store/detect_procedures.go:60
↓ 5 callers
Function
openAITestOptions
(model string)
engine/pixel/transform_openai_test.go:285
↓ 5 callers
Method
openai
(config: { upstreamKey?: string } = {})
packages/sdk/typescript/src/index.ts:395
↓ 5 callers
Function
outcomeAt
(repo string, day int, tokens int64, turns, errors int)
proxy/internal/store/detect_outcomes_test.go:9
↓ 5 callers
Function
outcomeSink
outcomeSink groups scanned sessions by whether a commit overlapped them, and reports what each cohort cost. It emits nothing unless git could actually
proxy/internal/store/detect_outcomes.go:153
↓ 5 callers
Method
pageRows
pageRows is the row count that fills the profile's canvas height.
engine/pixel/density.go:217
↓ 5 callers
Function
parseFlexInt
parseFlexInt coerces a JSON value (number or numeric string) to a non-negative uint64. Negative or unparseable values become 0.
shared/platform/importers/importers.go:192
↓ 5 callers
Function
parseJSONTOON
(input []byte)
engine/compressors/toon_encode.go:110
↓ 5 callers
Function
planBlocks
The breakpoint planner places Anthropic prompt-cache metadata on the upstream request. cache_control is not model-visible, so this is byte-safe under
proxy/providers/anthropic/breakpoint_plan_test.go:19
↓ 5 callers
Function
procedureSinks
procedureSinks emits at most a handful of distillation candidates, ranked by how much re-derivation they represent.
proxy/internal/store/detect_procedures.go:148
↓ 5 callers
Function
projectId
()
packages/cli/src/index.ts:15738
↓ 5 callers
Function
providerUsesOpenAITools
(provider string)
proxy/internal/gateway/retrieve_tool.go:327
↓ 5 callers
Function
proxyBin
()
packages/cli/src/index.ts:13927
↓ 5 callers
Function
quote
(t *testing.T, value string)
proxy/providers/gemini/content_compress_test.go:47
↓ 5 callers
Function
rate
(tokensPerTurn int, turnsPerDay float64)
proxy/internal/store/learn.go:1182
↓ 5 callers
Method
record
Record a tool call. Raises :class:`RetryLoopError` once an identical call has repeated past the threshold. A different call resets the streak.
packages/sdk/python/caveman_cloud/core.py:71
↓ 5 callers
Method
recordSpan
* Buffer a span, mapping GenAI fields to `gen_ai.*` attributes. * Returns the OTelSpan (with generated ids) so callers can chain child spans * v
packages/sdk/typescript/src/index.ts:2150
↓ 5 callers
Function
recoverPendingNativeInstallUnlocked
(agent: NativeAgent)
packages/cli/src/index.ts:7407
↓ 5 callers
Method
recoverTool
(args json.RawMessage)
browse/session.go:374
↓ 5 callers
Method
renderStyle
renderStyle builds the RenderStyle that draws this profile. Cell advance is expressed through CellWBonus (advance − glyph width); pitch and zebra are
engine/pixel/density.go:279
↓ 5 callers
Function
requestBudgetMatchesBody
(record TraceRecord)
cacheengine/cachebench/trace.go:381
↓ 5 callers
Method
requestContext
(parent context.Context)
browse/cdp.go:114
↓ 5 callers
Function
resolveCaveRoute
( gatewayURL: string, options: { cave?: "auto" | "off"; ensureRuntime?: boolean; fetch?: typeo
packages/agent/src/runtime.ts:5068
↓ 5 callers
Function
retrieveTool
retrieveTool returns the exact original for a handle; an unknown handle is a fail-closed tool error carrying a cave_snake_code (PRD §11.4). session ma
mcp/engine_tools.go:168
↓ 5 callers
Function
retroExpectedCut
retroExpectedCut measures the same segments the retro pass would, through the same engine call, so the assertion is an oracle rather than a magic numb
proxy/internal/store/learn_retro_test.go:135
↓ 5 callers
Function
retroTextLine
(t *testing.T, timestamp, text string)
proxy/internal/store/learn_retro_test.go:370
↓ 5 callers
Function
retroToolResultLine
(t *testing.T, payload string)
proxy/internal/store/learn_retro_test.go:356
↓ 5 callers
Method
rewrap
([]byte)
engine/filewrap.go:111
↓ 5 callers
Function
rootObjectSpan
(body []byte)
proxy/providers/anthropic/splice.go:22
↓ 5 callers
Function
roundUSD
roundUSD preserves the ClickHouse money columns' Decimal128(10) precision. Rounding each request to micro-dollars loses real spend for low-cost models
shared/platform/importers/importers.go:273
↓ 5 callers
Function
runPixelRender
(args []string)
engine/cmd/caveman-engine/main.go:291
↓ 5 callers
Method
scanSession
(ref sessionRef, since time.Time, emit func(turnEvent), deadline *behaviorDeadline)
proxy/internal/store/session_source.go:23
↓ 5 callers
Function
serveCaptureRequest
(t *testing.T, srv *Server, path, body string)
proxy/internal/gateway/capture_test.go:79
↓ 5 callers
Function
serveLines
serveLines drives the server with raw request lines and returns the raw non-empty output lines (a JSON-RPC batch response is a single array line, so t
mcp/server_test.go:564
↓ 5 callers
Function
sessionValueFeatures
()
proxy/routing/session_value_test.go:256
↓ 5 callers
Function
skipValue
skipValue returns the offset just past the JSON value at i without inspecting it. The input is pre-validated, so container nesting is tracked by depth
engine/compressors/toolschema_annotations.go:322
← previous
next →
601–700 of 8,152, ranked by callers