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
↓ 55 callers
Method
get
(key: string)
src/types.ts:42
↓ 19 callers
Method
forward
(...args: any[])
src/agents/lazyAgent.ts:80
↓ 19 callers
Method
set
(key: string, value: any)
src/types.ts:41
↓ 14 callers
Method
getMetrics
()
src/agents/statefulAgent.ts:500
↓ 13 callers
Method
addAllAgents
()
src/agents/crew.ts:283
↓ 12 callers
Method
getCrewMetrics
()
src/agents/crew.ts:435
↓ 10 callers
Method
destroy
()
src/agents/crew.ts:417
↓ 9 callers
Method
addAgent
(agentName: string)
src/agents/crew.ts:215
↓ 8 callers
Method
addAgentsToCrew
(agentNames: string[])
src/agents/crew.ts:244
↓ 8 callers
Method
getPlaybook
()
src/agents/statefulAgent.ts:607
↓ 7 callers
Method
reset
()
src/types.ts:40
↓ 6 callers
Function
getOrInit
(labels: LabelKeys)
src/metrics/registry.ts:30
↓ 5 callers
Function
parseCrewConfig
(input: AxCrewConfig)
src/agents/agentConfig.ts:109
↓ 5 callers
Method
setDescription
* @deprecated Use setDescriptionCompat() to avoid Ax runtime version coupling.
src/agents/statefulAgent.ts:223
↓ 4 callers
Method
applyOnlineUpdate
(params: { example: any; prediction: any; feedback?: string })
src/agents/statefulAgent.ts:568
↓ 4 callers
Function
prompt
(question: string)
examples/ace-customer-support.ts:153
↓ 4 callers
Method
streamingForward
(...args: any[])
src/agents/lazyAgent.ts:84
↓ 3 callers
Method
applyPlaybook
(pb: any)
src/agents/statefulAgent.ts:611
↓ 3 callers
Function
displayPlaybook
(playbook: any, agentName: string)
examples/ace-customer-support.ts:161
↓ 3 callers
Function
displayPlaybook
(playbook: any, agentName: string)
examples/ace-flight-finder.ts:122
↓ 3 callers
Function
makeConfig
(mode: "axagent" | "axgen")
tests/execution-mode-metrics.test.ts:137
↓ 3 callers
Function
persistPlaybook
(pb: any, cfg?: ACEPersistenceConfig)
src/agents/ace.ts:252
↓ 3 callers
Method
resolve
()
src/agents/lazyAgent.ts:53
↓ 2 callers
Method
applyTaskFeedback
(params: { taskId: string; feedback: string; strategy?: 'all' | 'primary' | 'weighted'; })
src/agents/crew.ts:369
↓ 2 callers
Method
cleanupOldExecutions
(maxAgeMs: number = 3600000)
src/agents/crew.ts:406
↓ 2 callers
Method
composeInstructionWithPlaybook
()
src/agents/statefulAgent.ts:620
↓ 2 callers
Function
createEmptyPlaybook
()
src/agents/ace.ts:26
↓ 2 callers
Function
detailsFromMap
Convert internal function detail map to sorted array
src/metrics/registry.ts:143
↓ 2 callers
Function
displayHelp
()
examples/ace-customer-support.ts:263
↓ 2 callers
Function
displayHelp
()
examples/ace-flight-finder.ts:153
↓ 2 callers
Method
forward
( first: Record<string, any> | AxAI, second?: Record<string, any> | Readonly<AxProgramForwardOptions<a
src/agents/statefulAgent.ts:431
↓ 2 callers
Method
forward
(_ai: any, values: Record<string, any>)
tests/execution-mode-metrics.test.ts:29
↓ 2 callers
Method
getAccumulatedCosts
()
src/agents/statefulAgent.ts:497
↓ 2 callers
Method
getAll
()
src/types.ts:43
↓ 2 callers
Method
getFunction
()
src/agents/lazyAgent.ts:63
↓ 2 callers
Method
getSignature
()
src/agents/lazyAgent.ts:67
↓ 2 callers
Method
getUsage
()
src/agents/statefulAgent.ts:248
↓ 2 callers
Function
isNodeLike
()
src/agents/ace.ts:100
↓ 2 callers
Function
keyOf
(labels: LabelKeys)
src/metrics/registry.ts:25
↓ 2 callers
Method
mergeStepHooks
Merge deferred tool step hooks into forward options
src/agents/statefulAgent.ts:288
↓ 2 callers
Function
prompt
(question: string)
examples/ace-flight-finder.ts:114
↓ 2 callers
Method
recordAgentResult
(taskId: string, agentName: string, result: any)
src/agents/crew.ts:342
↓ 2 callers
Method
recordUsageMetrics
( labels: { crewId: string; agent: string }, mode: AgentExecutionMode )
src/agents/statefulAgent.ts:322
↓ 2 callers
Method
register
()
tests/execution-mode-metrics.test.ts:47
↓ 2 callers
Method
resetCosts
()
src/agents/crew.ts:425
↓ 2 callers
Method
resolveInvocationArgs
( first: Record<string, any> | AxAI, second?: Record<string, any> | Readonly<TOptions>, third?: Re
src/agents/statefulAgent.ts:260
↓ 2 callers
Function
resolveMetric
( cfg: ACEMetricConfig | undefined, registry: FunctionRegistryType )
src/agents/ace.ts:277
↓ 2 callers
Method
setExamples
* @deprecated Use setExamplesCompat() to avoid Ax runtime version coupling.
src/agents/statefulAgent.ts:201
↓ 2 callers
Method
setExamplesCompat
(examples: Readonly<Array<Record<string, any>>>)
src/agents/statefulAgent.ts:205
↓ 2 callers
Method
streamingForward
( first: Record<string, any> | AxAI, second?: Record<string, any> | Readonly<AxProgramStreamingForward
src/agents/statefulAgent.ts:485
↓ 2 callers
Method
trackAgentExecution
(taskId: string, agentName: string, input: any)
src/agents/crew.ts:326
↓ 1 callers
Method
_buildSplitPrograms
()
tests/execution-mode-metrics.test.ts:120
↓ 1 callers
Function
addFeedbackToPlaybook
( playbook: ACEPlaybook, feedback: string, ai: AxAI, debug = false )
src/agents/ace.ts:579
↓ 1 callers
Function
analyzeAndCategorizeFeedback
( ai: AxAI, feedback: string, debug = false )
src/agents/ace.ts:535
↓ 1 callers
Function
applyCuratorOperations
( playbook: ACEPlaybook, operations: Array<{ type: 'ADD' | 'UPDATE' | 'REMOVE'; section: string; content?:
src/agents/ace.ts:430
↓ 1 callers
Method
autoActivateFromResults
Scan function results for mentions of deferred tool names and auto-activate them.
src/agents/deferredTools.ts:163
↓ 1 callers
Function
buildACEOptimizer
(studentAI: AxAI, cfg: ACEConfig)
src/agents/ace.ts:189
↓ 1 callers
Function
buildTeacherAI
(teacherCfg: ACETeacherConfig | undefined, fallback: AxAI)
src/agents/ace.ts:154
↓ 1 callers
Method
createSearchToolFunction
Create the search_tools meta-function
src/agents/deferredTools.ts:253
↓ 1 callers
Function
createState
(id: string)
src/state/index.ts:6
↓ 1 callers
Function
discoverProvidersFromConfig
(cfg: AxCrewConfig)
src/agents/compose.ts:56
↓ 1 callers
Function
displayPolicies
()
examples/ace-customer-support.ts:279
↓ 1 callers
Function
displayResponse
(result: any)
examples/ace-customer-support.ts:227
↓ 1 callers
Function
displayTicket
(ticket: typeof SAMPLE_TICKETS[0])
examples/ace-customer-support.ts:196
↓ 1 callers
Method
executeForwardByMode
( mode: AgentExecutionMode, ai: AxAI, values: Record<string, any>, options?: Readonly<AxProgra
src/agents/statefulAgent.ts:309
↓ 1 callers
Function
findProjectRoot
()
scripts/install-skills.mjs:42
↓ 1 callers
Function
generateBulletId
(section: string)
src/agents/ace.ts:394
↓ 1 callers
Method
getCurrentCost
()
tests/execution-mode-metrics.test.ts:16
↓ 1 callers
Method
getInitialFunctions
Get the initial function set (core tools + search_tools)
src/agents/deferredTools.ts:86
↓ 1 callers
Function
getOrCreateFeedbackAnalyzer
()
src/agents/ace.ts:504
↓ 1 callers
Method
getStepHooks
* Get step hooks for dynamic tool activation. * - beforeStep: re-injects previously activated tools at the start of each * forward() call so t
src/agents/deferredTools.ts:123
↓ 1 callers
Method
getTaskAgentInvolvement
(taskId: string)
src/agents/crew.ts:350
↓ 1 callers
Method
initACE
(ace?: ACEConfig)
src/agents/statefulAgent.ts:514
↓ 1 callers
Function
initializeMCPServers
(agentConfigData: AgentConfig)
src/agents/agentConfig.ts:49
↓ 1 callers
Function
installSkills
()
scripts/install-skills.mjs:52
↓ 1 callers
Function
instantiateProvider
({ provider, apiKey, config, apiURL, providerArgs, options, }: BuildProviderArgs)
src/agents/compose.ts:14
↓ 1 callers
Method
isAxAIService
(obj: any)
src/agents/statefulAgent.ts:70
↓ 1 callers
Function
isHTTPSSETransport
(config: MCPTransportConfig)
src/agents/agentConfig.ts:27
↓ 1 callers
Function
isStdioTransport
(config: MCPTransportConfig)
src/agents/agentConfig.ts:22
↓ 1 callers
Function
isStreambleHTTPTransport
(config: MCPTransportConfig)
src/agents/agentConfig.ts:32
↓ 1 callers
Function
loadInitialPlaybook
(cfg?: ACEPersistenceConfig)
src/agents/ace.ts:221
↓ 1 callers
Function
main
()
examples/rlm-shared-fields.ts:127
↓ 1 callers
Function
main
()
examples/basic-researcher-writer.ts:47
↓ 1 callers
Function
main
()
examples/perplexityDeepSearch.ts:53
↓ 1 callers
Function
main
()
examples/search-tweets.ts:51
↓ 1 callers
Function
main
()
examples/streaming.ts:61
↓ 1 callers
Function
main
()
examples/ace-customer-support.ts:290
↓ 1 callers
Function
main
()
examples/mcp-agent.ts:67
↓ 1 callers
Function
main
()
examples/graphjin-database-agent.ts:101
↓ 1 callers
Function
main
()
examples/telemetry-demo.ts:107
↓ 1 callers
Function
main
()
examples/solve-math-problem.ts:60
↓ 1 callers
Function
main
()
examples/run-crew-workflow.ts:49
↓ 1 callers
Function
main
()
examples/ace-flight-finder.ts:166
↓ 1 callers
Function
main
()
examples/write-post-and-publish-to-wordpress.ts:77
↓ 1 callers
Function
main
()
examples/rlm-long-task.ts:80
↓ 1 callers
Function
main
()
examples/google-cloud-token-refresh.ts:52
↓ 1 callers
Method
optimizeOffline
(params?: { metric?: any; examples?: any[] })
src/agents/statefulAgent.ts:539
↓ 1 callers
Function
parseAgentConfig
( agentName: string, crewConfig: AxCrewConfig, functions: FunctionRegistryType, state: Record<string,
src/agents/agentConfig.ts:128
↓ 1 callers
Function
readFileJSON
(path: string)
src/agents/ace.ts:111
↓ 1 callers
Function
recomputePlaybookStats
(playbook: ACEPlaybook)
src/agents/ace.ts:407
next →
1–100 of 168, ranked by callers