MCPcopy Create free account

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

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

↓ 1 callersFunctioninsertChild
(id: string, name: string, status: string, createdAt: string)
src/__tests__/replication.test.ts:276
↓ 1 callersFunctioninsertEvent
( db: DatabaseType, row: { type: string; agentAddress: string; goalId?: string | null; tas
src/state/database.ts:1007
↓ 1 callersFunctioninsertGoal
( db: DatabaseType, row: { title: string; description: string; status?: GoalStatus; strate
src/state/database.ts:846
↓ 1 callersFunctioninsertKnowledge
( db: DatabaseType, row: { category: string; key: string; content: string; source: string;
src/state/database.ts:1070
↓ 1 callersFunctioninsertPolicyDecision
(db: DatabaseType, row: PolicyDecisionRow)
src/state/database.ts:743
↓ 1 callersFunctioninsertSpendRecord
(db: DatabaseType, entry: SpendTrackingRow)
src/state/database.ts:806
↓ 1 callersFunctioninsertTask
( db: DatabaseType, row: { parentId?: string | null; goalId: string; title: string; descri
src/state/database.ts:902
↓ 1 callersFunctioninstallDefaultSkills
(skillsDir: string)
src/setup/defaults.ts:114
↓ 1 callersMethodisBlocked
(update: AgentStatusUpdate)
src/memory/agent-context-aggregator.ts:230
↓ 1 callersMethodisCompleted
(update: AgentStatusUpdate)
src/memory/agent-context-aggregator.ts:239
↓ 1 callersFunctionisDeadStatus
(status: string)
src/orchestration/health-monitor.ts:531
↓ 1 callersMethodisError
(update: AgentStatusUpdate)
src/memory/agent-context-aggregator.ts:205
↓ 1 callersFunctionisForbiddenCommand
(command: string, sandboxId: string)
src/agent/tools.ts:68
↓ 1 callersMethodisHeartbeat
(update: AgentStatusUpdate)
src/memory/agent-context-aggregator.ts:253
↓ 1 callersFunctionisIsoDate
(value: unknown)
src/orchestration/messaging.ts:483
↓ 1 callersMethodisLargeFinancialEvent
(update: AgentStatusUpdate)
src/memory/agent-context-aggregator.ts:214
↓ 1 callersMethodisMarketSource
(tc: ToolCallResult)
src/memory/ingestion.ts:382
↓ 1 callersFunctionisMessageType
(value: unknown)
src/orchestration/messaging.ts:475
↓ 1 callersFunctionisPriority
(value: unknown)
src/orchestration/messaging.ts:479
↓ 1 callersMethodisProgress
(update: AgentStatusUpdate)
src/memory/agent-context-aggregator.ts:246
↓ 1 callersFunctionisRecord
(value: unknown)
src/memory/enhanced-retriever.ts:710
↓ 1 callersMethodisRetryableError
(error: unknown)
src/inference/inference-client.ts:413
↓ 1 callersFunctionisSensitiveFile
* Check if a file path matches a sensitive read pattern.
src/agent/policy-rules/path-protection.ts:39
↓ 1 callersMethodisSurvivalMode
()
src/inference/inference-client.ts:475
↓ 1 callersMethodisTaskStuck
(task: ActiveTaskRow, nowMs: number)
src/orchestration/health-monitor.ts:288
↓ 1 callersFunctionlatestIso
(candidates: Array<string | null | undefined>)
src/orchestration/health-monitor.ts:507
↓ 1 callersFunctionlifecycleGetEvents
(db: DatabaseType, childId: string)
src/state/database.ts:2325
↓ 1 callersFunctionlifecycleGetLatestState
(db: DatabaseType, childId: string)
src/state/database.ts:2332
↓ 1 callersMethodlistDnsRecords
(domain: string)
src/types.ts:373
↓ 1 callersFunctionloadConstitution
* Load the constitution from file. Falls back to inline if file not found. * The constitution is immutable — the automaton cannot modify it.
src/agent/system-prompt.ts:67
↓ 1 callersFunctionloadSoulMd
* Load SOUL.md from the automaton's state directory.
src/agent/system-prompt.ts:734
↓ 1 callersFunctionloadWorklog
* Load WORKLOG.md from the automaton's state directory.
src/agent/system-prompt.ts:750
↓ 1 callersFunctionlocalExec
(command: string, timeoutMs: number)
src/orchestration/local-worker.ts:29
↓ 1 callersFunctionlocalReadFile
(filePath: string)
src/orchestration/local-worker.ts:46
↓ 1 callersFunctionlocalWriteFile
(filePath: string, content: string)
src/orchestration/local-worker.ts:41
↓ 1 callersMethodlogCompressionError
(stage: number, error: unknown)
src/memory/compression-engine.ts:573
↓ 1 callersMethodlogCompressionMetrics
(metrics: CompressionMetrics)
src/memory/compression-engine.ts:589
↓ 1 callersMethodlooksLikeChatMessage
(value: any)
src/memory/context-manager.ts:518
↓ 1 callersFunctionmain
()
packages/cli/src/index.ts:12
↓ 1 callersFunctionmain
()
src/index.ts:40
↓ 1 callersFunctionmakeChunks
()
src/__tests__/inference/inference-client.test.ts:78
↓ 1 callersFunctionmakeMessaging
(_raw: BetterSqlite3.Database)
src/__tests__/orchestration/orchestrator.test.ts:51
↓ 1 callersFunctionmakeMocks
()
src/__tests__/integration/plan-execute-flow.test.ts:86
↓ 1 callersFunctionmakeTaskResultInboxEntry
(goalId: string, taskId: string)
src/__tests__/integration/plan-execute-flow.test.ts:141
↓ 1 callersFunctionmakeTmpDbPath
()
src/__tests__/database-search-wildcard.test.ts:27
↓ 1 callersFunctionmakeTmpDbPath
()
src/__tests__/observability.test.ts:943
↓ 1 callersFunctionmakeTmpDbPath
()
src/__tests__/inbox-processing.test.ts:24
↓ 1 callersFunctionmakeTool
(name: string, category = "vm", riskLevel: RiskLevel = "caution")
src/__tests__/command-injection.test.ts:29
↓ 1 callersFunctionmakeTurnWithError
()
src/__tests__/memory.test.ts:1063
↓ 1 callersMethodmarkAccessed
* Mark an episodic memory as accessed, incrementing counter and updating timestamp.
src/memory/episodic.ts:96
↓ 1 callersFunctionmaskKey
(key: string)
packages/cli/src/commands/fund.ts:110
↓ 1 callersFunctionmaskSecret
Mask secrets: show first 8 chars + "***" + last 4 chars.
src/setup/configure.ts:153
↓ 1 callersFunctionmatchRetrievedKnowledgeInResponse
( db: Database, retrievedIds: string[], response: string, )
src/memory/enhanced-retriever.ts:597
↓ 1 callersMethodmergeConsecutiveSameRole
* Merge consecutive messages with the same role.
src/inference/router.ts:309
↓ 1 callersFunctionmergeWithDefaults
(entries: HeartbeatEntry[])
src/heartbeat/config.ts:139
↓ 1 callersFunctionmodelRegistryGetAvailable
(db: DatabaseType, tierMinimum?: string)
src/state/database.ts:2179
↓ 1 callersFunctionnormalizeAnthropicFinishReason
(reason: unknown)
src/conway/inference.ts:452
↓ 1 callersFunctionnormalizeApprovalConfig
(config: PlanApprovalConfig)
src/orchestration/plan-mode.ts:446
↓ 1 callersFunctionnormalizeArtifacts
(value: unknown)
src/orchestration/orchestrator.ts:1163
↓ 1 callersFunctionnormalizeModels
(input: unknown, fallbackModels: ModelConfig[])
src/inference/provider-registry.ts:556
↓ 1 callersFunctionnormalizeNetwork
(raw: unknown)
src/conway/x402.ts:96
↓ 1 callersFunctionnormalizeProviders
(input: unknown)
src/inference/provider-registry.ts:515
↓ 1 callersFunctionnormalizeSandboxId
(value: string | null | undefined)
src/conway/client.ts:593
↓ 1 callersFunctionnormalizeStepOutline
(value: unknown, description: string, estimatedSteps: number)
src/orchestration/plan-mode.ts:381
↓ 1 callersMethodnormalizeStreamEvent
(event: any)
src/memory/context-manager.ts:477
↓ 1 callersFunctionnormalizeTier
(input: unknown, fallback: ModelTier | undefined)
src/inference/provider-registry.ts:597
↓ 1 callersFunctiononchainTxUpdateStatus
(db: DatabaseType, txHash: string, status: string, gasUsed?: number)
src/state/database.ts:2466
↓ 1 callersMethodoverrideBaseUrl
(providerId: string, baseUrl: string)
src/inference/provider-registry.ts:265
↓ 1 callersFunctionparseAmountToCents
(raw: string)
packages/cli/src/commands/fund.ts:96
↓ 1 callersFunctionparseInboundMessage
(row: InboxMessage)
src/orchestration/messaging.ts:407
↓ 1 callersFunctionparseLegacy
(content: string, contentHash: string)
src/soul/model.ts:135
↓ 1 callersFunctionparseSoulV1
( frontmatter: string, body: string, rawContent: string, contentHash: string, )
src/soul/model.ts:88
↓ 1 callersFunctionparseTaskResultMessage
(message: AgentMessage)
src/orchestration/orchestrator.ts:1064
↓ 1 callersFunctionparseToolArguments
(raw: string)
src/conway/inference.ts:440
↓ 1 callersFunctionparseYamlFrontmatter
* Parse simple YAML frontmatter without a full YAML parser. * Handles the subset used by SKILL.md files.
src/skills/format.ts:69
↓ 1 callersMethodpersistTodo
()
src/orchestration/orchestrator.ts:938
↓ 1 callersFunctionpickGoal
(goals: GoalRow[], preferredId: string | null)
src/orchestration/orchestrator.ts:1115
↓ 1 callersFunctionplusOneMs
(iso: string)
src/memory/compression-engine.ts:817
↓ 1 callersMethodpoll
(cursor?: string, limit?: number)
src/types.ts:164
↓ 1 callersFunctionprintMainMenu
(config: AutomatonConfig)
src/setup/configure.ts:172
↓ 1 callersFunctionprintModelTable
(models: ModelEntry[], currentModelId: string)
src/setup/configure.ts:109
↓ 1 callersFunctionprintModelTable
(models: ModelEntry[], currentModelId: string)
src/setup/model-picker.ts:88
↓ 1 callersFunctionpromptAddress
(label: string)
src/setup/prompts.ts:67
↓ 1 callersFunctionpromptMultiline
(label: string)
src/setup/prompts.ts:34
↓ 1 callersFunctionpromptRequired
(label: string)
src/setup/prompts.ts:22
↓ 1 callersFunctionpruneSpendRecords
(db: DatabaseType, olderThan: string)
src/state/database.ts:837
↓ 1 callersFunctionpushRollingPrecision
(precision: number)
src/memory/enhanced-retriever.ts:653
↓ 1 callersFunctionqueueStream
(chunks: any[])
src/__tests__/inference/inference-client.test.ts:77
↓ 1 callersFunctionqueueUnknownError
(message = "boom")
src/__tests__/inference/inference-client.test.ts:95
↓ 1 callersMethodreassignTask
( agent: AgentHealthStatus, taskId: string, )
src/orchestration/health-monitor.ts:368
↓ 1 callersMethodrecallAgentCredits
()
src/orchestration/orchestrator.ts:920
↓ 1 callersFunctionrecencyScore
(isoTime: string)
src/memory/enhanced-retriever.ts:449
↓ 1 callersMethodrecord
* Record a relationship. Upserts on entityAddress. * Returns the ULID id.
src/memory/relationship.ts:24
↓ 1 callersMethodrecordEpisodic
( sessionId: string, turn: AgentTurn, toolCallResults: ToolCallResult[], classification: strin
src/memory/ingestion.ts:556
↓ 1 callersMethodrecordFailure
* Record a failed task execution.
src/heartbeat/scheduler.ts:271
↓ 1 callersMethodrecordSuccess
* Record a successful task execution.
src/heartbeat/scheduler.ts:245
↓ 1 callersFunctionregisterAgent
( account: PrivateKeyAccount, agentURI: string, network: Network = "mainnet", db: AutomatonDatabase, )
src/registry/erc8004.ts:204
↓ 1 callersMethodregisterAutomaton
(params: { automatonId: string; automatonAddress: Address; creatorAddress: Address; name: stri
src/types.ts:360
↓ 1 callersMethodregisterDomain
(domain: string, years?: number)
src/types.ts:372
↓ 1 callersMethodrehydrateActiveTasks
( activeTaskIds: string[], events: StreamEvent[], agentAddress: string, )
src/memory/compression-engine.ts:513
← previousnext →901–1,000 of 1,371, ranked by callers