MCPcopy Create free account

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

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

↓ 3 callersMethodbuildResolvedModel
(provider: ProviderConfig, model: ModelConfig)
src/inference/provider-registry.ts:432
↓ 3 callersMethodbuildResult
( entries: ScoredMemoryEntry[], totalTokens: number, truncated: boolean, )
src/memory/enhanced-retriever.ts:295
↓ 3 callersFunctionbuildTickContext
( db: DatabaseType, conway: ConwayClient, config: HeartbeatConfig, walletAddress?: Address, )
src/heartbeat/tick-context.ts:40
↓ 3 callersFunctioncompleteGoal
( db: Database, args: { goalId: string; sessionId: string; outcome?: string }, )
src/memory/tools.ts:96
↓ 3 callersFunctioncountRecentDecisions
* Count recent policy decisions for a tool within a time window. * Uses the policy_decisions table which logs all tool evaluations.
src/agent/policy-rules/rate-limits.ts:26
↓ 3 callersFunctioncreateCommandSafetyRules
()
src/agent/policy-rules/command-safety.ts:143
↓ 3 callersFunctioncreateMockSpendTracker
(overrides: Partial<SpendTrackerInterface> = {})
src/__tests__/authority-rules.test.ts:81
↓ 3 callersFunctioncreateRawTestDb
()
src/__tests__/authority-rules.test.ts:40
↓ 3 callersMethodcreateSandbox
(options: CreateSandboxOptions)
src/types.ts:350
↓ 3 callersFunctiondiscoverOllamaModels
( baseUrl: string, db: BetterSqlite3.Database, )
src/ollama/discover.ts:38
↓ 3 callersFunctiondiscoverResponse
(uid: string)
src/__tests__/loop.test.ts:712
↓ 3 callersMethodenableProvider
(id: string)
src/inference/provider-registry.ts:397
↓ 3 callersFunctionescapePromptBoundaries
(text: string)
src/agent/injection-defense.ts:500
↓ 3 callersFunctionevaluateRules
( rules: PolicyRule[], request: PolicyRequest, )
src/__tests__/command-injection.test.ts:58
↓ 3 callersFunctionextractTerms
(text: string)
src/memory/enhanced-retriever.ts:559
↓ 3 callersFunctionfirstString
(...values: unknown[])
src/orchestration/orchestrator.ts:1171
↓ 3 callersFunctionformatList
(items: string[])
src/orchestration/planner.ts:593
↓ 3 callersFunctiongetCurrentSoulVersion
(db: DatabaseType)
src/state/database.ts:1714
↓ 3 callersMethodgetDailySpend
(category: SpendCategory)
src/types.ts:532
↓ 3 callersFunctiongetFinancialState
( conway: ConwayClient, address: string, db?: AutomatonDatabase, )
src/agent/loop.ts:947
↓ 3 callersFunctiongetHeartbeatHistory
(db: DatabaseType, taskName: string, limit = 50)
src/state/database.ts:1278
↓ 3 callersFunctiongetIdentityField
(key: string)
src/soul/model.ts:144
↓ 3 callersFunctiongetLatestSoulHistory
(db: DatabaseType)
src/state/database.ts:1721
↓ 3 callersFunctiongetMetrics
()
src/observability/metrics.ts:157
↓ 3 callersMethodgetSnapshot
()
src/observability/metrics.ts:118
↓ 3 callersFunctiongetSoulVersion
(db: DatabaseType, version: number)
src/state/database.ts:1707
↓ 3 callersMethodgetSummary
()
src/orchestration/workspace.ts:24
↓ 3 callersFunctiongetTotalAgents
( network: Network = "mainnet", )
src/registry/erc8004.ts:457
↓ 3 callersFunctioninferenceGetDailyCost
(db: DatabaseType, date?: string)
src/state/database.ts:2092
↓ 3 callersFunctioninferenceGetModelCosts
(db: DatabaseType, model: string, days?: number)
src/state/database.ts:2119
↓ 3 callersFunctioninsertDedupKey
(db: DatabaseType, key: string, taskName: string, ttlMs: number)
src/state/database.ts:1353
↓ 3 callersFunctioninstallSkillFromGit
( repoUrl: string, name: string, skillsDir: string, db: AutomatonDatabase, _conway: ConwayClient, )
src/skills/registry.ts:50
↓ 3 callersFunctioninstallSkillFromUrl
( url: string, name: string, skillsDir: string, db: AutomatonDatabase, _conway: ConwayClient, )
src/skills/registry.ts:98
↓ 3 callersFunctionloadApiKeyFromConfig
()
src/identity/provision.ts:23
↓ 3 callersFunctionloadHeartbeatConfig
(configPath?: string)
src/heartbeat/config.ts:66
↓ 3 callersFunctionloadPlan
(planFilePath: string)
src/orchestration/plan-mode.ts:230
↓ 3 callersFunctionlogTransaction
* Phase 3.2: Log a transaction to the onchain_transactions table.
src/registry/erc8004.ts:142
↓ 3 callersFunctionmakeTaskNode
(goalId: string, taskId: string)
src/__tests__/orchestration/orchestrator.test.ts:579
↓ 3 callersFunctionmakeTaskWithCost
(goalId: string, estimatedCostCents: number)
src/__tests__/orchestration/orchestrator.test.ts:430
↓ 3 callersMethodmarkInboxMessageProcessed
(id: string)
src/types.ts:670
↓ 3 callersFunctionmetricsGetSnapshots
(db: DatabaseType, since: string, limit?: number)
src/state/database.ts:2500
↓ 3 callersFunctionnormalizeError
(error: unknown)
src/orchestration/health-monitor.ts:535
↓ 3 callersFunctionnormalizePaymentRequired
(raw: unknown)
src/conway/x402.ts:149
↓ 3 callersFunctionnormalizeTokenCount
(event: StreamEvent)
src/memory/compression-engine.ts:807
↓ 3 callersFunctionnowIso
()
src/orchestration/plan-mode.ts:365
↓ 3 callersFunctionpad
(n: number)
src/state/database.ts:2109
↓ 3 callersFunctionparsePositiveInt
(value: unknown)
src/conway/x402.ts:83
↓ 3 callersFunctionpickFromList
( label: string, current: string, models: ModelEntry[], )
src/setup/configure.ts:127
↓ 3 callersFunctionpreflight
* Phase 3.2: Gas estimation + balance check before on-chain transaction. * Throws descriptive error if insufficient balance.
src/registry/erc8004.ts:84
↓ 3 callersFunctionpruneExpiredDedupKeys
(db: DatabaseType)
src/state/database.ts:1367
↓ 3 callersMethodpruneOldRecords
(retentionDays: number)
src/types.ts:535
↓ 3 callersMethodreadOutput
(filename: string)
src/orchestration/workspace.ts:21
↓ 3 callersMethodrecallCredits
(childAddress: string)
src/orchestration/types.ts:10
↓ 3 callersFunctionrecallProcedure
( db: Database, args: { name?: string; query?: string }, )
src/memory/tools.ts:161
↓ 3 callersMethodrecordOutcome
* Record a success or failure outcome for a named procedure.
src/memory/procedural.ts:67
↓ 3 callersFunctionrefreshGoalStatus
(db: Database, goalId: string)
src/orchestration/task-graph.ts:632
↓ 3 callersMethodregister
(agent: { address: string; name: string; role: string; sandboxId: string })
src/orchestration/types.ts:5
↓ 3 callersMethodremoveTool
(id: string)
src/types.ts:636
↓ 3 callersFunctionrequiredPositiveInteger
(value: unknown, path: string)
src/orchestration/planner.ts:656
↓ 3 callersMethodresetSink
()
src/observability/logger.ts:60
↓ 3 callersMethodresolveCandidates
(tier: ModelTier, survivalMode = false)
src/inference/provider-registry.ts:315
↓ 3 callersFunctionresolveHome
(p: string)
src/git/state-versioning.ts:14
↓ 3 callersMethodrowToEntry
(row: ModelRegistryRow)
src/inference/registry.ts:170
↓ 3 callersFunctionrun
(cmd: string)
src/agent/tools.ts:596
↓ 3 callersFunctionselectRequirement
(parsed: PaymentRequiredResponse)
src/conway/x402.ts:178
↓ 3 callersFunctionsemanticSearch
(db: DatabaseType, query: string, category?: SemanticCategory)
src/state/database.ts:1896
↓ 3 callersFunctionsendToChild
( social: SocialClientInterface, childAddress: string, content: string, type: string = "parent_message
src/replication/messaging.ts:15
↓ 3 callersFunctionsetGoal
( db: Database, args: { sessionId: string; content: string; priority?: number }, )
src/memory/tools.ts:75
↓ 3 callersFunctionsignPollPayload
( account: PrivateKeyAccount, )
src/social/signing.ts:61
↓ 3 callersFunctionsleep
(ms: number)
src/index.ts:470
↓ 3 callersFunctionstorePlan
(db: BetterSqlite3.Database, goalId: string, planOverrides: Record<string, unknown> = {})
src/__tests__/orchestration/orchestrator.test.ts:656
↓ 3 callersFunctionstringOr
(value: unknown, fallback: string)
src/inference/provider-registry.ts:632
↓ 3 callersFunctionstripChatMLMarkers
(text: string)
src/agent/injection-defense.ts:515
↓ 3 callersFunctionstripInjection
(text: string)
src/soul/validator.ts:169
↓ 3 callersMethodsumActionTokens
( turnIds: string[], index: Map<string, StreamEvent>, )
src/memory/compression-engine.ts:639
↓ 3 callersFunctionsummarizeTurns
( turns: AgentTurn[], inference: InferenceClient, )
src/agent/context.ts:304
↓ 3 callersFunctiontaskRowToTaskNode
(task: TaskGraphRow)
src/orchestration/orchestrator.ts:1038
↓ 3 callersFunctiontoOptionalString
(value: unknown)
src/memory/enhanced-retriever.ts:704
↓ 3 callersMethodtoRelativeOutputName
(filePath: string)
src/orchestration/workspace.ts:168
↓ 3 callersFunctiontopupCredits
( apiUrl: string, account: PrivateKeyAccount, amountUsd: number, recipientAddress?: Address, )
src/conway/topup.ts:38
↓ 3 callersFunctionupdateTaskStatus
(db: DatabaseType, id: string, status: TaskGraphStatus)
src/state/database.ts:963
↓ 3 callersMethodupdateTrust
* Update trust score by a delta. Clamps to 0.0-1.0 range.
src/memory/relationship.ts:91
↓ 3 callersFunctionwriteSoulMd
(soul: SoulModel)
src/soul/model.ts:215
↓ 2 callersFunctionagentCacheGet
(db: DatabaseType, agentAddress: string)
src/state/database.ts:2394
↓ 2 callersMethodallocate
* Allocate memories within budget, trimming each tier as needed. * Returns a new MemoryRetrievalResult that fits within the budget.
src/memory/budget.ts:18
↓ 2 callersFunctionareDependenciesSatisfied
(db: Database, dependencies: string[])
src/orchestration/task-graph.ts:548
↓ 2 callersFunctionassignee
(assignedTo: string | null)
src/orchestration/attention.ts:21
↓ 2 callersMethodbackoff
(attempt: number)
src/conway/http-client.ts:99
↓ 2 callersMethodbroadcast
(content: string, priority: "high" | "critical")
src/orchestration/messaging.ts:228
↓ 2 callersMethodbuildEventIndex
(events: StreamEvent[])
src/memory/compression-engine.ts:781
↓ 2 callersMethodbuildEventReference
(event: StreamEvent)
src/memory/context-manager.ts:500
↓ 2 callersMethodbuildPlannerContext
()
src/orchestration/orchestrator.ts:827
↓ 2 callersFunctionbuildPlannerUserPrompt
(params: { mode: "plan_goal" | "replan_after_failure"; goal: Goal; failedTask?: TaskNode; })
src/orchestration/planner.ts:434
↓ 2 callersFunctionbuildSummary
(content: string)
src/orchestration/workspace.ts:194
↓ 2 callersMethodbuildUnifiedResult
(params: { providerId: string; model: ModelConfig; requestedTier: ModelTier; latencyMs: number
src/inference/inference-client.ts:376
↓ 2 callersFunctioncheckUpstream
()
src/self-mod/upstream.ts:45
↓ 2 callersMethodchild
(subModule: string)
src/observability/logger.ts:52
↓ 2 callersFunctionclampSteps
(steps: number)
src/orchestration/plan-mode.ts:428
↓ 2 callersFunctionclearExpiredLeases
(db: DatabaseType)
src/state/database.ts:1308
↓ 2 callersMethodclose
()
packages/cli/src/runtime-shims.d.ts:54
← previousnext →401–500 of 1,371, ranked by callers