MCPcopy Create free account

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

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

↓ 1 callersMethodreleaseLease
* Release a lease for a task.
src/heartbeat/scheduler.ts:238
↓ 1 callersMethodremove
(id: string)
src/memory/knowledge-store.ts:179
↓ 1 callersMethodremovePort
(port: number)
src/types.ts:349
↓ 1 callersMethodremoveSkill
(name: string)
src/types.ts:651
↓ 1 callersMethodrenderEvent
(event: any)
src/memory/context-manager.ts:464
↓ 1 callersFunctionrenderPlanMarkdown
(goalId: string, version: number, plan: PlannerOutput)
src/orchestration/plan-mode.ts:481
↓ 1 callersMethodrenderSummary
(params: { summaryEntries: AggregatedSummaryEntry[]; fullUpdates: AgentStatusUpdate[]; heartbeatCo
src/memory/agent-context-aggregator.ts:158
↓ 1 callersMethodrenderTurn
(turn: any, turnIndex: number)
src/memory/context-manager.ts:392
↓ 1 callersMethodreset
()
src/__tests__/mocks.ts:307
↓ 1 callersMethodresetCircuit
()
src/conway/http-client.ts:113
↓ 1 callersMethodresolveApiKey
(provider: ProviderConfig)
src/inference/provider-registry.ts:446
↓ 1 callersMethodresolveBoundary
(events: StreamEvent[], selectedIds: Set<string>)
src/memory/compression-engine.ts:651
↓ 1 callersMethodresolveEntryTokenCount
(entry: KnowledgeEntry)
src/memory/enhanced-retriever.ts:389
↓ 1 callersFunctionresolveHome
(p: string)
src/skills/loader.ts:187
↓ 1 callersFunctionresolveInferenceBackend
* Resolve which backend to use for a model. * When InferenceRouter is available, it uses the model registry's provider field. * This function is kep
src/conway/inference.ts:164
↓ 1 callersFunctionresolveInitialTaskStatus
( db: Database, requestedStatus: TaskStatus, dependencies: string[], )
src/orchestration/task-graph.ts:527
↓ 1 callersMethodresolveLastHeartbeat
(child: ChildAutomaton)
src/orchestration/health-monitor.ts:195
↓ 1 callersMethodresolveRecency
(tc: ToolCallResult)
src/memory/ingestion.ts:414
↓ 1 callersMethodresolveRecentGoals
(currentGoalId?: string)
src/memory/enhanced-retriever.ts:423
↓ 1 callersMethodresolveSource
(tc: ToolCallResult)
src/memory/ingestion.ts:395
↓ 1 callersFunctionresolveStage
(utilizationPercent: number)
src/memory/compression-engine.ts:798
↓ 1 callersMethodresolveTaskSpec
(currentTaskId?: string)
src/memory/enhanced-retriever.ts:394
↓ 1 callersMethodrestartAgent
(agent: AgentHealthStatus)
src/orchestration/health-monitor.ts:352
↓ 1 callersMethodrouteMessage
(message: AgentMessage)
src/orchestration/messaging.ts:279
↓ 1 callersMethodruleApplies
* Check if a rule applies to the given request's tool.
src/agent/policy-engine.ts:141
↓ 1 callersFunctionrun
()
src/index.ts:173
↓ 1 callersFunctionrunConfigure
()
src/setup/configure.ts:312
↓ 1 callersFunctionrunModelPicker
()
src/setup/model-picker.ts:26
↓ 1 callersMethodrunStage3BatchSummaries
( actions: Array<Extract<CompressionAction, { type: "summarize_batch" }>>, )
src/memory/compression-engine.ts:319
↓ 1 callersMethodrunStage4CheckpointAndReset
(checkpointId: string)
src/memory/compression-engine.ts:397
↓ 1 callersMethodrunStage5EmergencyTruncation
(keepLastN: number)
src/memory/compression-engine.ts:540
↓ 1 callersMethodrunWorker
(workerId: string, task: TaskNode, signal: AbortSignal)
src/orchestration/local-worker.ts:146
↓ 1 callersFunctionsanitizeSkillInstruction
(raw: string)
src/agent/injection-defense.ts:108
↓ 1 callersFunctionsanitizeSocialAddress
(raw: string)
src/agent/injection-defense.ts:71
↓ 1 callersFunctionsanitizeSourceLabel
(source: string)
src/agent/injection-defense.ts:64
↓ 1 callersFunctionsaveAgentCard
( card: AgentCard, conway: ConwayClient, )
src/registry/agent-card.ts:139
↓ 1 callersFunctionsaveHeartbeatConfig
( config: HeartbeatConfig, configPath?: string, )
src/heartbeat/config.ts:106
↓ 1 callersMethodscheduleRetry
(taskName: string)
src/heartbeat/scheduler.ts:352
↓ 1 callersFunctionscheduleTick
* Recursive setTimeout loop for overlap protection. * Each tick must complete before the next is scheduled.
src/heartbeat/daemon.ts:116
↓ 1 callersMethodscoreConfidence
(source: string, recency: string)
src/memory/ingestion.ts:243
↓ 1 callersMethodscoreRecency
(recency: string)
src/memory/ingestion.ts:486
↓ 1 callersMethodsearch
* Search semantic memory by value content, optionally filtered by category.
src/memory/semantic.ts:83
↓ 1 callersMethodsearch
* Search procedures by name or description.
src/memory/procedural.ts:81
↓ 1 callersFunctionsearchAgents
( keyword: string, limit: number = 10, network: Network = "mainnet", config?: Partial<DiscoveryConfig>
src/registry/discovery.ts:344
↓ 1 callersMethodsearchDomains
(query: string, tlds?: string)
src/types.ts:371
↓ 1 callersFunctionsearchKnowledge
( db: DatabaseType, query: string, category?: string, limit: number = 100, )
src/state/database.ts:1120
↓ 1 callersMethodsearchTermAcrossCategories
( term: string, categories: KnowledgeCategory[], )
src/memory/enhanced-retriever.ts:346
↓ 1 callersMethodselectReplacementAgent
(sourceAddress: string)
src/orchestration/health-monitor.ts:489
↓ 1 callersMethodsend
(message: AgentMessage)
src/orchestration/messaging.ts:126
↓ 1 callersFunctionsendToParent
( social: SocialClientInterface, parentAddress: string, content: string, type: string = "child_message
src/replication/messaging.ts:37
↓ 1 callersMethodserializeMessage
(message: ChatMessage)
src/memory/context-manager.ts:537
↓ 1 callersFunctionsetCachedCard
* Store an agent card in the cache.
src/registry/discovery.ts:150
↓ 1 callersFunctionsetKV
(key: string, value: string)
src/state/database.ts:324
↓ 1 callersFunctionshowBanner
()
src/setup/banner.ts:3
↓ 1 callersFunctionshowFundingPanel
(address: string)
src/setup/wizard.ts:198
↓ 1 callersFunctionshowStatus
()
src/index.ts:132
↓ 1 callersFunctionsignPayment
( account: PrivateKeyAccount, requirement: PaymentRequirement, x402Version: number, )
src/conway/x402.ts:396
↓ 1 callersFunctionsleep
(ms: number)
src/inference/inference-client.ts:559
↓ 1 callersFunctionsleep
(ms: number)
src/orchestration/messaging.ts:493
↓ 1 callersMethodspawn
* Spawn a local worker for a task. Returns immediately — the worker * runs in the background and reports results via the task graph.
src/orchestration/local-worker.ts:100
↓ 1 callersFunctionspawnChildLegacy
* Legacy spawn path for backward compatibility when no lifecycle is provided.
src/replication/spawn.ts:225
↓ 1 callersMethodsplitSignalCandidates
(result: string)
src/memory/ingestion.ts:437
↓ 1 callersMethodstart
()
src/heartbeat/daemon.ts:46
↓ 1 callersMethodstop
()
src/heartbeat/daemon.ts:47
↓ 1 callersMethodstopAgent
( agent: AgentHealthStatus, reason: string, )
src/orchestration/health-monitor.ts:454
↓ 1 callersMethodsummarizeBatch
(events: StreamEvent[], maxTokens: number)
src/memory/compression-engine.ts:370
↓ 1 callersFunctionsummarizeCapabilities
(toolsUsed: string[])
src/soul/reflection.ts:163
↓ 1 callersFunctionsummarizeFinancial
(activity: string[])
src/soul/reflection.ts:174
↓ 1 callersMethodsummarizeForCheckpoint
(events: StreamEvent[], maxTokens: number)
src/memory/compression-engine.ts:481
↓ 1 callersFunctionsummarizeRelationships
(interactions: string[])
src/soul/reflection.ts:169
↓ 1 callersMethodsummarizeSession
* Generate a template-based summary of a session's episodic memories.
src/memory/episodic.ts:126
↓ 1 callersFunctionsweepExpiredEntries
()
src/agent/injection-defense.ts:30
↓ 1 callersFunctionsyncHeartbeatToDb
( config: HeartbeatConfig, db: AutomatonDatabase, )
src/heartbeat/config.ts:130
↓ 1 callersFunctiontaskAffinityScore
( entry: KnowledgeEntry, params: { currentInput?: string; currentTaskId?: string; currentGoalI
src/memory/enhanced-retriever.ts:463
↓ 1 callersFunctiontierMeetsMinimum
(currentTier: string, minimumTier: string)
src/heartbeat/scheduler.ts:63
↓ 1 callersFunctiontierToInt
(tier: SurvivalTier)
src/heartbeat/tasks.ts:708
↓ 1 callersFunctiontimeoutPromise
(ms: number)
src/heartbeat/scheduler.ts:46
↓ 1 callersMethodtoExtractedFact
(signal: MarketSignal)
src/memory/ingestion.ts:305
↓ 1 callersFunctiontoKnowledgeEntry
(row: KnowledgeStoreRow)
src/memory/knowledge-store.ts:58
↓ 1 callersFunctiontoKnowledgeUpdate
( updates: Partial<KnowledgeEntry>, )
src/memory/knowledge-store.ts:78
↓ 1 callersFunctiontoStringArray
(value: unknown)
src/memory/enhanced-retriever.ts:697
↓ 1 callersFunctiontoolsToInferenceFormat
( tools: AutomatonTool[], )
src/agent/tools.ts:3197
↓ 1 callersFunctiontransformMessagesForAnthropic
( messages: ChatMessage[], )
src/conway/inference.ts:356
↓ 1 callersFunctiontrimContext
( turns: AgentTurn[], maxTurns: number = MAX_CONTEXT_TURNS, )
src/agent/context.ts:239
↓ 1 callersMethodtrySpawnAgent
(task: TaskNode)
src/orchestration/orchestrator.ts:889
↓ 1 callersMethodunreadCount
()
src/types.ts:165
↓ 1 callersFunctionupdateKnowledge
( db: DatabaseType, id: string, updates: Partial<{ category: string; key: string; content: s
src/state/database.ts:1144
↓ 1 callersMethodupdateKnowledgeStore
(knowledgeStore: KnowledgeStore, facts: ExtractedFact[])
src/memory/ingestion.ts:174
↓ 1 callersMethodupdateRelationships
( sessionId: string, turn: AgentTurn, toolCallResults: ToolCallResult[], )
src/memory/ingestion.ts:696
↓ 1 callersFunctionupdateTransactionStatus
( rawDb: import("better-sqlite3").Database | undefined, txHash: string, status: "pending" | "confirmed"
src/registry/erc8004.ts:175
↓ 1 callersMethodupdateWorkingMemory
( sessionId: string, turn: AgentTurn, toolCallResults: ToolCallResult[], )
src/memory/ingestion.ts:745
↓ 1 callersFunctionvalidateAgentState
(value: string | undefined)
src/state/database.ts:1488
↓ 1 callersFunctionvalidateCustomRole
(value: unknown, path: string)
src/orchestration/planner.ts:493
↓ 1 callersFunctionvalidateDependencyReferences
( db: Database, goalId: string, taskId: string, dependencies: string[], )
src/orchestration/task-graph.ts:583
↓ 1 callersFunctionvalidateInstructionContent
* Validate and sanitize skill instruction content. * Strips or flags suspicious patterns that could be injection attempts.
src/skills/loader.ts:131
↓ 1 callersFunctionvalidateModification
( db: AutomatonDatabase, filePath: string, contentSize: number, )
src/self-mod/code.ts:319
↓ 1 callersFunctionvalidateParentReference
( db: Database, goalId: string, taskId: string, parentId: string | null, )
src/orchestration/task-graph.ts:559
↓ 1 callersFunctionvalidatePlannedTask
(value: unknown, path: string)
src/orchestration/planner.ts:533
↓ 1 callersFunctionvalidateTaskDependencies
(tasks: PlannedTask[])
src/orchestration/planner.ts:555
↓ 1 callersFunctionvisit
(index: number)
src/orchestration/planner.ts:572
← previousnext →1,001–1,100 of 1,371, ranked by callers