MCPcopy Create free account

hub / github.com/Conway-Research/automaton / functions

Functions1,371 in github.com/Conway-Research/automaton

↓ 1 callersFunctionextractText
(content: unknown)
src/inference/inference-client.ts:486
↓ 1 callersFunctionextractToolCallIds
(content: string)
src/memory/compression-engine.ts:833
↓ 1 callersFunctionfetchAgentCard
( uri: string, config?: Partial<DiscoveryConfig>, )
src/registry/discovery.ts:284
↓ 1 callersFunctionfileExists
(filePath: string)
src/orchestration/plan-mode.ts:467
↓ 1 callersMethodfindBusyAgentForReassign
()
src/orchestration/orchestrator.ts:868
↓ 1 callersMethodfindFirstFailedTaskId
(goalId: string)
src/orchestration/orchestrator.ts:982
↓ 1 callersFunctionfindReusableSandbox
* Find a reusable sandbox: one that is marked 'failed' in the local DB * but is still running remotely. Returns the first match or null.
src/replication/spawn.ts:321
↓ 1 callersFunctionfirstBoolean
(...values: unknown[])
src/orchestration/orchestrator.ts:1181
↓ 1 callersMethodfixAnthropicMessages
* Fix messages for Anthropic's API requirements: * 1. Extract system messages * 2. Merge consecutive same-role messages * 3. Merge consecutiv
src/inference/router.ts:256
↓ 1 callersFunctionformatCacheKey
(text: string, model?: string)
src/memory/context-manager.ts:127
↓ 1 callersFunctionformatDisplayName
(modelId: string)
src/ollama/discover.ts:100
↓ 1 callersFunctionformatGoalSection
(goal: GoalRow, tasks: TaskGraphRow[])
src/orchestration/attention.ts:38
↓ 1 callersFunctionformatTools
(tools: string[])
src/orchestration/plan-mode.ts:476
↓ 1 callersFunctionfrequencyScore
(accessCount: number)
src/memory/enhanced-retriever.ts:458
↓ 1 callersMethodfundAgent
(agent: AgentHealthStatus)
src/orchestration/health-monitor.ts:323
↓ 1 callersFunctiongatherRecentEvidence
(db: BetterSqlite3.Database)
src/soul/reflection.ts:117
↓ 1 callersFunctiongenerateSimpleDiff
* Generate a simple line-based diff between two strings.
src/self-mod/code.ts:387
↓ 1 callersFunctiongenerateSoulMd
( name: string, address: string, creator: string, genesis: string, )
src/setup/defaults.ts:4
↓ 1 callersFunctiongenerateTickId
()
src/heartbeat/tick-context.ts:24
↓ 1 callersMethodgenerateTurnSummary
(turn: AgentTurn, toolCallResults: ToolCallResult[])
src/memory/ingestion.ts:597
↓ 1 callersMethodget
* Get a procedure by name.
src/memory/procedural.ts:52
↓ 1 callersMethodget
(id: string)
src/memory/knowledge-store.ts:132
↓ 1 callersMethodgetActiveTask
(address: string)
src/orchestration/health-monitor.ts:219
↓ 1 callersMethodgetAgentState
()
packages/cli/src/runtime-shims.d.ts:49
↓ 1 callersFunctiongetAlertEngine
()
src/heartbeat/tasks.ts:33
↓ 1 callersMethodgetBalance
(childAddress: string)
src/orchestration/simple-tracker.ts:150
↓ 1 callersFunctiongetCachedCard
* Try to get a cached agent card from the database.
src/registry/discovery.ts:125
↓ 1 callersFunctiongetChildrenByStatus
(db: DatabaseType, status: string)
src/state/database.ts:2339
↓ 1 callersMethodgetCreditBalance
(address: string)
src/orchestration/health-monitor.ts:307
↓ 1 callersMethodgetDailyCost
* Get total cost for today (or a specific date).
src/inference/budget.ts:83
↓ 1 callersMethodgetDailySpend
(category: SpendCategory)
src/agent/spend-tracker.ts:66
↓ 1 callersMethodgetDueTasks
* Check which tasks are due based on DB schedule.
src/heartbeat/scheduler.ts:119
↓ 1 callersMethodgetErrorStats
(address: string)
src/orchestration/health-monitor.ts:241
↓ 1 callersFunctiongetEventsByGoal
(db: DatabaseType, goalId: string, limit: number = 200)
src/state/database.ts:1045
↓ 1 callersFunctiongetEventsByType
( db: DatabaseType, type: string, since?: string, limit: number = 200, )
src/state/database.ts:1052
↓ 1 callersMethodgetFailCount
(taskName: string)
src/heartbeat/scheduler.ts:330
↓ 1 callersMethodgetHeartbeatEntries
()
packages/cli/src/runtime-shims.d.ts:52
↓ 1 callersMethodgetHistory
* Get the full lifecycle event history for a child.
src/replication/lifecycle.ts:89
↓ 1 callersMethodgetHourlySpend
(category: SpendCategory)
src/agent/spend-tracker.ts:61
↓ 1 callersMethodgetIdle
()
src/orchestration/simple-tracker.ts:15
↓ 1 callersMethodgetInstalledTools
()
packages/cli/src/runtime-shims.d.ts:51
↓ 1 callersFunctiongetKV
(key: string)
src/state/database.ts:317
↓ 1 callersFunctiongetKnowledgeByCategory
( db: DatabaseType, category: string, limit: number = 100, )
src/state/database.ts:1106
↓ 1 callersFunctiongetLineage
(db: AutomatonDatabase)
src/replication/lineage.ts:28
↓ 1 callersFunctiongetLineageSummary
( db: AutomatonDatabase, config: AutomatonConfig, )
src/replication/lineage.ts:58
↓ 1 callersMethodgetModelCosts
* Get cost breakdown for a specific model.
src/inference/budget.ts:98
↓ 1 callersFunctiongetName
()
src/soul/model.ts:140
↓ 1 callersFunctiongetOrchestratorStatus
(db: Database.Database)
src/agent/system-prompt.ts:472
↓ 1 callersFunctiongetRL
()
src/setup/prompts.ts:6
↓ 1 callersFunctiongetRL
()
src/setup/configure.ts:24
↓ 1 callersFunctiongetReadyTasks
(db: Database)
src/orchestration/task-graph.ts:235
↓ 1 callersMethodgetRecent
* Get recent episodic memory entries for a session, ordered by creation time descending.
src/memory/episodic.ts:60
↓ 1 callersFunctiongetRecentEvents
(db: DatabaseType, agentAddress: string, limit: number = 50)
src/state/database.ts:1038
↓ 1 callersMethodgetRecentFailures
(taskName: string)
src/heartbeat/scheduler.ts:337
↓ 1 callersMethodgetRecentTransactions
(limit: number)
src/types.ts:631
↓ 1 callersFunctiongetRepoInfo
()
src/self-mod/upstream.ts:27
↓ 1 callersMethodgetReputation
(agentAddress?: string)
src/types.ts:665
↓ 1 callersMethodgetSkillByName
(name: string)
src/types.ts:649
↓ 1 callersFunctiongetStatusCode
(error: unknown)
src/inference/inference-client.ts:525
↓ 1 callersMethodgetToolCallsForTurn
(turnId: string)
src/types.ts:622
↓ 1 callersMethodgetTotalBudget
* Get total budget across all tiers.
src/memory/budget.ts:81
↓ 1 callersMethodgetTurnCount
()
packages/cli/src/runtime-shims.d.ts:50
↓ 1 callersFunctiongetTurnResponse
(db: Database, turnId: string)
src/memory/enhanced-retriever.ts:646
↓ 1 callersFunctiongetUnconsumedWakeEvents
(db: DatabaseType)
src/state/database.ts:1335
↓ 1 callersFunctiongetUpstreamDiffs
()
src/self-mod/upstream.ts:62
↓ 1 callersFunctiongetUsdcBalanceDetailed
( address: Address, network: string = "eip155:8453", )
src/conway/x402.ts:200
↓ 1 callersFunctiongitBranch
( conway: ConwayClient, repoPath: string, action: "list" | "create" | "checkout" | "delete", branchNam
src/git/tools.ts:149
↓ 1 callersFunctiongitClone
( conway: ConwayClient, url: string, targetPath: string, depth?: number, )
src/git/tools.ts:184
↓ 1 callersFunctiongitDiff
( conway: ConwayClient, repoPath: string, staged: boolean = false, )
src/git/tools.ts:61
↓ 1 callersFunctiongitInit
( conway: ConwayClient, repoPath: string, )
src/git/tools.ts:208
↓ 1 callersFunctiongitPush
( conway: ConwayClient, repoPath: string, remote: string = "origin", branch?: string, )
src/git/tools.ts:127
↓ 1 callersFunctiongoalRowToGoal
(row: GoalRow, rootTasks: string[])
src/orchestration/task-graph.ts:491
↓ 1 callersMethodhandleAlert
(message: AgentMessage)
src/orchestration/messaging.ts:342
↓ 1 callersMethodhandleClassifyingPhase
(state: OrchestratorState)
src/orchestration/orchestrator.ts:325
↓ 1 callersMethodhandleCompletePhase
(state: OrchestratorState)
src/orchestration/orchestrator.ts:761
↓ 1 callersMethodhandleCustomerRequest
(message: AgentMessage)
src/orchestration/messaging.ts:338
↓ 1 callersMethodhandleExecutingPhase
( state: OrchestratorState, counters: TickCounters, )
src/orchestration/orchestrator.ts:499
↓ 1 callersMethodhandleFailedPhase
(state: OrchestratorState)
src/orchestration/orchestrator.ts:770
↓ 1 callersMethodhandleIdlePhase
(state: OrchestratorState)
src/orchestration/orchestrator.ts:305
↓ 1 callersMethodhandleKnowledgeShare
(message: AgentMessage)
src/orchestration/messaging.ts:334
↓ 1 callersMethodhandlePeerQuery
(message: AgentMessage)
src/orchestration/messaging.ts:359
↓ 1 callersMethodhandlePeerResponse
(message: AgentMessage)
src/orchestration/messaging.ts:363
↓ 1 callersMethodhandlePlanReviewPhase
(state: OrchestratorState)
src/orchestration/orchestrator.ts:454
↓ 1 callersMethodhandlePlanningPhase
(state: OrchestratorState)
src/orchestration/orchestrator.ts:379
↓ 1 callersMethodhandleReplanningPhase
(state: OrchestratorState)
src/orchestration/orchestrator.ts:659
↓ 1 callersMethodhandleResourceRequest
(message: AgentMessage)
src/orchestration/messaging.ts:330
↓ 1 callersMethodhandleShutdownRequest
(message: AgentMessage)
src/orchestration/messaging.ts:351
↓ 1 callersMethodhandleStatusReport
(message: AgentMessage)
src/orchestration/messaging.ts:326
↓ 1 callersMethodhandleTaskAssignment
(message: AgentMessage)
src/orchestration/messaging.ts:318
↓ 1 callersMethodhandleTaskResult
(message: AgentMessage)
src/orchestration/messaging.ts:322
↓ 1 callersFunctionhasParent
(config: AutomatonConfig)
src/replication/lineage.ts:51
↓ 1 callersFunctionhasTable
(db: AutomatonDatabase["raw"], tableName: string)
src/agent/loop.ts:1016
↓ 1 callersMethodhasWorker
* Check if a worker is currently active in this pool. * Accepts either a full address ("local://worker-id") or raw worker ID.
src/orchestration/local-worker.ts:133
↓ 1 callersFunctionhashIdentityPayload
(payload: Record<string, string>)
src/conway/client.ts:99
↓ 1 callersFunctionhostAgentCard
( card: AgentCard, conway: ConwayClient, port: number = 8004, )
src/registry/agent-card.ts:75
↓ 1 callersFunctionincrementKnowledgeAccessCount
(db: Database, ids: string[])
src/memory/enhanced-retriever.ts:630
↓ 1 callersFunctioninferTimeRange
(text: string)
src/memory/enhanced-retriever.ts:536
↓ 1 callersFunctioninferencePruneCosts
(db: DatabaseType, retentionDays: number)
src/state/database.ts:2131
↓ 1 callersMethodingestKnowledgeEnhancements
( sessionId: string, toolCallResults: ToolCallResult[], )
src/memory/ingestion.ts:266
↓ 1 callersFunctioninitStateRepo
( conway: ConwayClient, )
src/git/state-versioning.ts:26
← previousnext →801–900 of 1,371, ranked by callers