MCPcopy Create free account

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

Functions168 in github.com/amitdeshmukh/ax-crew

↓ 55 callersMethodget
(key: string)
src/types.ts:42
↓ 19 callersMethodforward
(...args: any[])
src/agents/lazyAgent.ts:80
↓ 19 callersMethodset
(key: string, value: any)
src/types.ts:41
↓ 14 callersMethodgetMetrics
()
src/agents/statefulAgent.ts:500
↓ 13 callersMethodaddAllAgents
()
src/agents/crew.ts:283
↓ 12 callersMethodgetCrewMetrics
()
src/agents/crew.ts:435
↓ 10 callersMethoddestroy
()
src/agents/crew.ts:417
↓ 9 callersMethodaddAgent
(agentName: string)
src/agents/crew.ts:215
↓ 8 callersMethodaddAgentsToCrew
(agentNames: string[])
src/agents/crew.ts:244
↓ 8 callersMethodgetPlaybook
()
src/agents/statefulAgent.ts:607
↓ 7 callersMethodreset
()
src/types.ts:40
↓ 6 callersFunctiongetOrInit
(labels: LabelKeys)
src/metrics/registry.ts:30
↓ 5 callersFunctionparseCrewConfig
(input: AxCrewConfig)
src/agents/agentConfig.ts:109
↓ 5 callersMethodsetDescription
* @deprecated Use setDescriptionCompat() to avoid Ax runtime version coupling.
src/agents/statefulAgent.ts:223
↓ 4 callersMethodapplyOnlineUpdate
(params: { example: any; prediction: any; feedback?: string })
src/agents/statefulAgent.ts:568
↓ 4 callersFunctionprompt
(question: string)
examples/ace-customer-support.ts:153
↓ 4 callersMethodstreamingForward
(...args: any[])
src/agents/lazyAgent.ts:84
↓ 3 callersMethodapplyPlaybook
(pb: any)
src/agents/statefulAgent.ts:611
↓ 3 callersFunctiondisplayPlaybook
(playbook: any, agentName: string)
examples/ace-customer-support.ts:161
↓ 3 callersFunctiondisplayPlaybook
(playbook: any, agentName: string)
examples/ace-flight-finder.ts:122
↓ 3 callersFunctionmakeConfig
(mode: "axagent" | "axgen")
tests/execution-mode-metrics.test.ts:137
↓ 3 callersFunctionpersistPlaybook
(pb: any, cfg?: ACEPersistenceConfig)
src/agents/ace.ts:252
↓ 3 callersMethodresolve
()
src/agents/lazyAgent.ts:53
↓ 2 callersMethodapplyTaskFeedback
(params: { taskId: string; feedback: string; strategy?: 'all' | 'primary' | 'weighted'; })
src/agents/crew.ts:369
↓ 2 callersMethodcleanupOldExecutions
(maxAgeMs: number = 3600000)
src/agents/crew.ts:406
↓ 2 callersMethodcomposeInstructionWithPlaybook
()
src/agents/statefulAgent.ts:620
↓ 2 callersFunctioncreateEmptyPlaybook
()
src/agents/ace.ts:26
↓ 2 callersFunctiondetailsFromMap
Convert internal function detail map to sorted array
src/metrics/registry.ts:143
↓ 2 callersFunctiondisplayHelp
()
examples/ace-customer-support.ts:263
↓ 2 callersFunctiondisplayHelp
()
examples/ace-flight-finder.ts:153
↓ 2 callersMethodforward
( first: Record<string, any> | AxAI, second?: Record<string, any> | Readonly<AxProgramForwardOptions<a
src/agents/statefulAgent.ts:431
↓ 2 callersMethodforward
(_ai: any, values: Record<string, any>)
tests/execution-mode-metrics.test.ts:29
↓ 2 callersMethodgetAccumulatedCosts
()
src/agents/statefulAgent.ts:497
↓ 2 callersMethodgetAll
()
src/types.ts:43
↓ 2 callersMethodgetFunction
()
src/agents/lazyAgent.ts:63
↓ 2 callersMethodgetSignature
()
src/agents/lazyAgent.ts:67
↓ 2 callersMethodgetUsage
()
src/agents/statefulAgent.ts:248
↓ 2 callersFunctionisNodeLike
()
src/agents/ace.ts:100
↓ 2 callersFunctionkeyOf
(labels: LabelKeys)
src/metrics/registry.ts:25
↓ 2 callersMethodmergeStepHooks
Merge deferred tool step hooks into forward options
src/agents/statefulAgent.ts:288
↓ 2 callersFunctionprompt
(question: string)
examples/ace-flight-finder.ts:114
↓ 2 callersMethodrecordAgentResult
(taskId: string, agentName: string, result: any)
src/agents/crew.ts:342
↓ 2 callersMethodrecordUsageMetrics
( labels: { crewId: string; agent: string }, mode: AgentExecutionMode )
src/agents/statefulAgent.ts:322
↓ 2 callersMethodregister
()
tests/execution-mode-metrics.test.ts:47
↓ 2 callersMethodresetCosts
()
src/agents/crew.ts:425
↓ 2 callersMethodresolveInvocationArgs
( first: Record<string, any> | AxAI, second?: Record<string, any> | Readonly<TOptions>, third?: Re
src/agents/statefulAgent.ts:260
↓ 2 callersFunctionresolveMetric
( cfg: ACEMetricConfig | undefined, registry: FunctionRegistryType )
src/agents/ace.ts:277
↓ 2 callersMethodsetExamples
* @deprecated Use setExamplesCompat() to avoid Ax runtime version coupling.
src/agents/statefulAgent.ts:201
↓ 2 callersMethodsetExamplesCompat
(examples: Readonly<Array<Record<string, any>>>)
src/agents/statefulAgent.ts:205
↓ 2 callersMethodstreamingForward
( first: Record<string, any> | AxAI, second?: Record<string, any> | Readonly<AxProgramStreamingForward
src/agents/statefulAgent.ts:485
↓ 2 callersMethodtrackAgentExecution
(taskId: string, agentName: string, input: any)
src/agents/crew.ts:326
↓ 1 callersMethod_buildSplitPrograms
()
tests/execution-mode-metrics.test.ts:120
↓ 1 callersFunctionaddFeedbackToPlaybook
( playbook: ACEPlaybook, feedback: string, ai: AxAI, debug = false )
src/agents/ace.ts:579
↓ 1 callersFunctionanalyzeAndCategorizeFeedback
( ai: AxAI, feedback: string, debug = false )
src/agents/ace.ts:535
↓ 1 callersFunctionapplyCuratorOperations
( playbook: ACEPlaybook, operations: Array<{ type: 'ADD' | 'UPDATE' | 'REMOVE'; section: string; content?:
src/agents/ace.ts:430
↓ 1 callersMethodautoActivateFromResults
Scan function results for mentions of deferred tool names and auto-activate them.
src/agents/deferredTools.ts:163
↓ 1 callersFunctionbuildACEOptimizer
(studentAI: AxAI, cfg: ACEConfig)
src/agents/ace.ts:189
↓ 1 callersFunctionbuildTeacherAI
(teacherCfg: ACETeacherConfig | undefined, fallback: AxAI)
src/agents/ace.ts:154
↓ 1 callersMethodcreateSearchToolFunction
Create the search_tools meta-function
src/agents/deferredTools.ts:253
↓ 1 callersFunctioncreateState
(id: string)
src/state/index.ts:6
↓ 1 callersFunctiondiscoverProvidersFromConfig
(cfg: AxCrewConfig)
src/agents/compose.ts:56
↓ 1 callersFunctiondisplayPolicies
()
examples/ace-customer-support.ts:279
↓ 1 callersFunctiondisplayResponse
(result: any)
examples/ace-customer-support.ts:227
↓ 1 callersFunctiondisplayTicket
(ticket: typeof SAMPLE_TICKETS[0])
examples/ace-customer-support.ts:196
↓ 1 callersMethodexecuteForwardByMode
( mode: AgentExecutionMode, ai: AxAI, values: Record<string, any>, options?: Readonly<AxProgra
src/agents/statefulAgent.ts:309
↓ 1 callersFunctionfindProjectRoot
()
scripts/install-skills.mjs:42
↓ 1 callersFunctiongenerateBulletId
(section: string)
src/agents/ace.ts:394
↓ 1 callersMethodgetCurrentCost
()
tests/execution-mode-metrics.test.ts:16
↓ 1 callersMethodgetInitialFunctions
Get the initial function set (core tools + search_tools)
src/agents/deferredTools.ts:86
↓ 1 callersFunctiongetOrCreateFeedbackAnalyzer
()
src/agents/ace.ts:504
↓ 1 callersMethodgetStepHooks
* 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 callersMethodgetTaskAgentInvolvement
(taskId: string)
src/agents/crew.ts:350
↓ 1 callersMethodinitACE
(ace?: ACEConfig)
src/agents/statefulAgent.ts:514
↓ 1 callersFunctioninitializeMCPServers
(agentConfigData: AgentConfig)
src/agents/agentConfig.ts:49
↓ 1 callersFunctioninstallSkills
()
scripts/install-skills.mjs:52
↓ 1 callersFunctioninstantiateProvider
({ provider, apiKey, config, apiURL, providerArgs, options, }: BuildProviderArgs)
src/agents/compose.ts:14
↓ 1 callersMethodisAxAIService
(obj: any)
src/agents/statefulAgent.ts:70
↓ 1 callersFunctionisHTTPSSETransport
(config: MCPTransportConfig)
src/agents/agentConfig.ts:27
↓ 1 callersFunctionisStdioTransport
(config: MCPTransportConfig)
src/agents/agentConfig.ts:22
↓ 1 callersFunctionisStreambleHTTPTransport
(config: MCPTransportConfig)
src/agents/agentConfig.ts:32
↓ 1 callersFunctionloadInitialPlaybook
(cfg?: ACEPersistenceConfig)
src/agents/ace.ts:221
↓ 1 callersFunctionmain
()
examples/rlm-shared-fields.ts:127
↓ 1 callersFunctionmain
()
examples/basic-researcher-writer.ts:47
↓ 1 callersFunctionmain
()
examples/perplexityDeepSearch.ts:53
↓ 1 callersFunctionmain
()
examples/search-tweets.ts:51
↓ 1 callersFunctionmain
()
examples/streaming.ts:61
↓ 1 callersFunctionmain
()
examples/ace-customer-support.ts:290
↓ 1 callersFunctionmain
()
examples/mcp-agent.ts:67
↓ 1 callersFunctionmain
()
examples/graphjin-database-agent.ts:101
↓ 1 callersFunctionmain
()
examples/telemetry-demo.ts:107
↓ 1 callersFunctionmain
()
examples/solve-math-problem.ts:60
↓ 1 callersFunctionmain
()
examples/run-crew-workflow.ts:49
↓ 1 callersFunctionmain
()
examples/ace-flight-finder.ts:166
↓ 1 callersFunctionmain
()
examples/write-post-and-publish-to-wordpress.ts:77
↓ 1 callersFunctionmain
()
examples/rlm-long-task.ts:80
↓ 1 callersFunctionmain
()
examples/google-cloud-token-refresh.ts:52
↓ 1 callersMethodoptimizeOffline
(params?: { metric?: any; examples?: any[] })
src/agents/statefulAgent.ts:539
↓ 1 callersFunctionparseAgentConfig
( agentName: string, crewConfig: AxCrewConfig, functions: FunctionRegistryType, state: Record<string,
src/agents/agentConfig.ts:128
↓ 1 callersFunctionreadFileJSON
(path: string)
src/agents/ace.ts:111
↓ 1 callersFunctionrecomputePlaybookStats
(playbook: ACEPlaybook)
src/agents/ace.ts:407
next →1–100 of 168, ranked by callers