Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/amitdeshmukh/ax-crew
/ functions
Functions
168 in github.com/amitdeshmukh/ax-crew
⨍
Functions
168
◇
Types & classes
47
↓ 1 callers
Function
renderPlaybook
(playbook: Readonly<ACEPlaybook>)
src/agents/ace.ts:72
↓ 1 callers
Method
resetMetrics
()
src/agents/statefulAgent.ts:505
↓ 1 callers
Method
resetUsage
()
src/agents/lazyAgent.ts:77
↓ 1 callers
Function
resolveApiKey
(varName: string)
src/agents/compose.ts:68
↓ 1 callers
Function
resolveApiKey
(varName: string)
src/agents/agentConfig.ts:258
↓ 1 callers
Function
resolveEnv
(name: string)
src/agents/ace.ts:140
↓ 1 callers
Method
runForwardInvocation
( mode: AgentExecutionMode, first: Record<string, any> | AxAI, second?: Record<string, any> | Read
src/agents/statefulAgent.ts:366
↓ 1 callers
Function
runOfflineCompile
(args: { program: any; optimizer: AxACE; metric: AxMetricFn; examples: any[]; persistence?: ACEPersi
src/agents/ace.ts:314
↓ 1 callers
Method
runStreamingInvocation
( mode: AgentExecutionMode, first: Record<string, any> | AxAI, second?: Record<string, any> | Read
src/agents/statefulAgent.ts:439
↓ 1 callers
Method
search
Search deferred tools by keyword matching on name + description
src/agents/deferredTools.ts:183
↓ 1 callers
Method
setDescriptionCompat
(description: string)
src/agents/statefulAgent.ts:227
↓ 1 callers
Method
setId
(id: string)
src/agents/lazyAgent.ts:73
↓ 1 callers
Method
streamingForward
(_ai: any, values: Record<string, any>)
tests/execution-mode-metrics.test.ts:38
↓ 1 callers
Method
trackTokens
(count: number)
tests/execution-mode-metrics.test.ts:12
↓ 1 callers
Method
wrapWithCache
Wrap a resource function so repeated calls return cached results
src/agents/deferredTools.ts:99
↓ 1 callers
Function
writeFileJSON
(path: string, data: any)
src/agents/ace.ts:125
Method
addLazyAgent
(agentName: string)
src/agents/crew.ts:232
Method
areDependenciesInitialized
(agentName: string)
src/agents/crew.ts:252
Function
buildProvidersFromConfig
(cfg: AxCrewConfig)
src/agents/compose.ts:28
Method
calculateCost
* Compute usage costs given a model usage record and model pricing info. * Returns null if inputs are invalid. Token-based costs are computed with
src/agents/agentUseCosts.ts:22
Method
constructor
(crewRef: any, agentName: string, crewConfig: AxCrewConfig)
src/agents/lazyAgent.ts:24
Method
constructor
( crewConfig: AxCrewConfig, functionsRegistry: FunctionRegistryType = {}, options?: AxCrewOptions,
src/agents/crew.ts:58
Method
constructor
( ai: AxAI, options: Readonly<{ name: string; description: string; executionMode?: A
src/agents/statefulAgent.ts:74
Method
constructor
( allFunctions: readonly AxFunction[], mcpFunctionNames: ReadonlySet<string>, config?: DeferredToo
src/agents/deferredTools.ts:34
Method
constructor
(signature: any)
tests/execution-mode-metrics.test.ts:25
Method
constructor
(config: any)
tests/execution-mode-metrics.test.ts:75
Method
createStream
()
src/agents/statefulAgent.ts:455
Method
forward
(_ai: any, values: Record<string, any>)
tests/execution-mode-metrics.test.ts:86
Function
get
(key: string)
src/state/index.ts:20
Method
getAggregatedCosts
* Aggregate and return total costs across all agents from the shared crew state.
src/agents/agentUseCosts.ts:104
Function
getAll
()
src/state/index.ts:23
Method
getFunction
()
tests/execution-mode-metrics.test.ts:112
Function
getGoogleToken
()
examples/google-cloud-token-refresh.ts:23
Method
getId
()
src/agents/lazyAgent.ts:72
Method
getLastUsageCost
()
src/agents/statefulAgent.ts:494
Method
getSignature
()
tests/execution-mode-metrics.test.ts:61
Method
getSignature
()
tests/execution-mode-metrics.test.ts:116
Function
getState
(id: string)
src/state/index.ts:32
Method
getTraces
()
src/agents/lazyAgent.ts:74
Method
getUsage
()
src/agents/lazyAgent.ts:76
Method
getUsage
()
tests/execution-mode-metrics.test.ts:53
Method
getUsage
()
tests/execution-mode-metrics.test.ts:104
Method
injectActivated
(ctx: { addFunctions: (fns: AxFunction[]) => void })
src/agents/deferredTools.ts:126
Method
isActive
Whether deferred mode is active
src/agents/deferredTools.ts:81
Function
isConstructor
* Type guard to check if a value is a constructor function for a type T. * * @template T - The type to check the constructor against. * @param {an
src/agents/agentConfig.ts:43
Method
lazyStream
()
src/agents/lazyAgent.ts:87
Function
listSelectableProviders
(cfg: AxCrewConfig)
src/agents/compose.ts:64
Function
recordError
(labels: LabelKeys)
src/metrics/registry.ts:69
Function
recordEstimatedCost
(labels: LabelKeys, usd: number)
src/metrics/registry.ts:86
Function
recordFunctionCall
(labels: LabelKeys, latencyMs: number, functionName?: string)
src/metrics/registry.ts:99
Function
recordRequest
(labels: LabelKeys, streaming: boolean, durationMs: number)
src/metrics/registry.ts:58
Function
recordTokens
(labels: LabelKeys, usage: TokenUsage)
src/metrics/registry.ts:77
Function
reset
(labels?: LabelKeys)
src/metrics/registry.ts:155
Function
reset
()
src/state/index.ts:14
Method
resetCosts
* Remove all stored per-agent costs from the shared crew state.
src/agents/agentUseCosts.ts:145
Method
resetCrewMetrics
()
src/agents/crew.ts:439
Method
resetUsage
()
src/agents/statefulAgent.ts:255
Method
resetUsage
()
tests/execution-mode-metrics.test.ts:57
Method
resetUsage
()
tests/execution-mode-metrics.test.ts:108
Function
runOnlineUpdate
(args: { optimizer: AxACE; example: any; prediction: any; feedback?: string; persistence?: ACEPersis
src/agents/ace.ts:350
Function
set
(key: string, value: any)
src/state/index.ts:17
Method
setDemos
()
src/agents/lazyAgent.ts:75
Method
setDescription
()
tests/execution-mode-metrics.test.ts:51
Method
setExamples
()
tests/execution-mode-metrics.test.ts:49
Function
snapshot
(labels: LabelKeys)
src/metrics/registry.ts:114
Function
snapshotCrew
(crewId: string)
src/metrics/registry.ts:167
Method
streamingForward
(_ai: any, values: Record<string, any>)
tests/execution-mode-metrics.test.ts:95
Method
trackCostInState
* Persist or aggregate the cost for an agent in the shared crew state. * No-op if cost is null.
src/agents/agentUseCosts.ts:70
← previous
101–168 of 168, ranked by callers