MCPcopy Create free account

hub / github.com/amitdeshmukh/ax-crew / functions

Functions168 in github.com/amitdeshmukh/ax-crew

↓ 1 callersFunctionrenderPlaybook
(playbook: Readonly<ACEPlaybook>)
src/agents/ace.ts:72
↓ 1 callersMethodresetMetrics
()
src/agents/statefulAgent.ts:505
↓ 1 callersMethodresetUsage
()
src/agents/lazyAgent.ts:77
↓ 1 callersFunctionresolveApiKey
(varName: string)
src/agents/compose.ts:68
↓ 1 callersFunctionresolveApiKey
(varName: string)
src/agents/agentConfig.ts:258
↓ 1 callersFunctionresolveEnv
(name: string)
src/agents/ace.ts:140
↓ 1 callersMethodrunForwardInvocation
( mode: AgentExecutionMode, first: Record<string, any> | AxAI, second?: Record<string, any> | Read
src/agents/statefulAgent.ts:366
↓ 1 callersFunctionrunOfflineCompile
(args: { program: any; optimizer: AxACE; metric: AxMetricFn; examples: any[]; persistence?: ACEPersi
src/agents/ace.ts:314
↓ 1 callersMethodrunStreamingInvocation
( mode: AgentExecutionMode, first: Record<string, any> | AxAI, second?: Record<string, any> | Read
src/agents/statefulAgent.ts:439
↓ 1 callersMethodsearch
Search deferred tools by keyword matching on name + description
src/agents/deferredTools.ts:183
↓ 1 callersMethodsetDescriptionCompat
(description: string)
src/agents/statefulAgent.ts:227
↓ 1 callersMethodsetId
(id: string)
src/agents/lazyAgent.ts:73
↓ 1 callersMethodstreamingForward
(_ai: any, values: Record<string, any>)
tests/execution-mode-metrics.test.ts:38
↓ 1 callersMethodtrackTokens
(count: number)
tests/execution-mode-metrics.test.ts:12
↓ 1 callersMethodwrapWithCache
Wrap a resource function so repeated calls return cached results
src/agents/deferredTools.ts:99
↓ 1 callersFunctionwriteFileJSON
(path: string, data: any)
src/agents/ace.ts:125
MethodaddLazyAgent
(agentName: string)
src/agents/crew.ts:232
MethodareDependenciesInitialized
(agentName: string)
src/agents/crew.ts:252
FunctionbuildProvidersFromConfig
(cfg: AxCrewConfig)
src/agents/compose.ts:28
MethodcalculateCost
* 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
Methodconstructor
(crewRef: any, agentName: string, crewConfig: AxCrewConfig)
src/agents/lazyAgent.ts:24
Methodconstructor
( crewConfig: AxCrewConfig, functionsRegistry: FunctionRegistryType = {}, options?: AxCrewOptions,
src/agents/crew.ts:58
Methodconstructor
( ai: AxAI, options: Readonly<{ name: string; description: string; executionMode?: A
src/agents/statefulAgent.ts:74
Methodconstructor
( allFunctions: readonly AxFunction[], mcpFunctionNames: ReadonlySet<string>, config?: DeferredToo
src/agents/deferredTools.ts:34
Methodconstructor
(signature: any)
tests/execution-mode-metrics.test.ts:25
Methodconstructor
(config: any)
tests/execution-mode-metrics.test.ts:75
MethodcreateStream
()
src/agents/statefulAgent.ts:455
Methodforward
(_ai: any, values: Record<string, any>)
tests/execution-mode-metrics.test.ts:86
Functionget
(key: string)
src/state/index.ts:20
MethodgetAggregatedCosts
* Aggregate and return total costs across all agents from the shared crew state.
src/agents/agentUseCosts.ts:104
FunctiongetAll
()
src/state/index.ts:23
MethodgetFunction
()
tests/execution-mode-metrics.test.ts:112
FunctiongetGoogleToken
()
examples/google-cloud-token-refresh.ts:23
MethodgetId
()
src/agents/lazyAgent.ts:72
MethodgetLastUsageCost
()
src/agents/statefulAgent.ts:494
MethodgetSignature
()
tests/execution-mode-metrics.test.ts:61
MethodgetSignature
()
tests/execution-mode-metrics.test.ts:116
FunctiongetState
(id: string)
src/state/index.ts:32
MethodgetTraces
()
src/agents/lazyAgent.ts:74
MethodgetUsage
()
src/agents/lazyAgent.ts:76
MethodgetUsage
()
tests/execution-mode-metrics.test.ts:53
MethodgetUsage
()
tests/execution-mode-metrics.test.ts:104
MethodinjectActivated
(ctx: { addFunctions: (fns: AxFunction[]) => void })
src/agents/deferredTools.ts:126
MethodisActive
Whether deferred mode is active
src/agents/deferredTools.ts:81
FunctionisConstructor
* 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
MethodlazyStream
()
src/agents/lazyAgent.ts:87
FunctionlistSelectableProviders
(cfg: AxCrewConfig)
src/agents/compose.ts:64
FunctionrecordError
(labels: LabelKeys)
src/metrics/registry.ts:69
FunctionrecordEstimatedCost
(labels: LabelKeys, usd: number)
src/metrics/registry.ts:86
FunctionrecordFunctionCall
(labels: LabelKeys, latencyMs: number, functionName?: string)
src/metrics/registry.ts:99
FunctionrecordRequest
(labels: LabelKeys, streaming: boolean, durationMs: number)
src/metrics/registry.ts:58
FunctionrecordTokens
(labels: LabelKeys, usage: TokenUsage)
src/metrics/registry.ts:77
Functionreset
(labels?: LabelKeys)
src/metrics/registry.ts:155
Functionreset
()
src/state/index.ts:14
MethodresetCosts
* Remove all stored per-agent costs from the shared crew state.
src/agents/agentUseCosts.ts:145
MethodresetCrewMetrics
()
src/agents/crew.ts:439
MethodresetUsage
()
src/agents/statefulAgent.ts:255
MethodresetUsage
()
tests/execution-mode-metrics.test.ts:57
MethodresetUsage
()
tests/execution-mode-metrics.test.ts:108
FunctionrunOnlineUpdate
(args: { optimizer: AxACE; example: any; prediction: any; feedback?: string; persistence?: ACEPersis
src/agents/ace.ts:350
Functionset
(key: string, value: any)
src/state/index.ts:17
MethodsetDemos
()
src/agents/lazyAgent.ts:75
MethodsetDescription
()
tests/execution-mode-metrics.test.ts:51
MethodsetExamples
()
tests/execution-mode-metrics.test.ts:49
Functionsnapshot
(labels: LabelKeys)
src/metrics/registry.ts:114
FunctionsnapshotCrew
(crewId: string)
src/metrics/registry.ts:167
MethodstreamingForward
(_ai: any, values: Record<string, any>)
tests/execution-mode-metrics.test.ts:95
MethodtrackCostInState
* Persist or aggregate the cost for an agent in the shared crew state. * No-op if cost is null.
src/agents/agentUseCosts.ts:70
← previous101–168 of 168, ranked by callers