MCPcopy Create free account

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

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

↓ 2 callersMethodcompactPrefixByTurnIds
( turnIds: string[], strategy: "reference" | "summarize", )
src/memory/compression-engine.ts:306
↓ 2 callersMethodcountBatch
(texts: string[])
src/memory/context-manager.ts:30
↓ 2 callersFunctioncreateConwayClient
(options: ConwayClientOptions)
src/conway/client.ts:37
↓ 2 callersFunctioncreateDefaultRegistry
()
src/__tests__/inference/inference-client.test.ts:45
↓ 2 callersFunctioncreateDefaultSoul
( genesisPrompt: string, name: string = "", address: string = "", creator: string = "", )
src/soul/model.ts:285
↓ 2 callersFunctioncreateRawTestDb
()
src/__tests__/policy-engine.test.ts:50
↓ 2 callersFunctioncreateTestDb
()
src/__tests__/soul.test.ts:36
↓ 2 callersFunctioncreateValidationRules
()
src/agent/policy-rules/validation.ts:189
↓ 2 callersMethoddaysToRecencyScore
(ageDays: number)
src/memory/ingestion.ts:523
↓ 2 callersFunctiondedupeEvents
(events: StreamEvent[])
src/memory/compression-engine.ts:825
↓ 2 callersMethoddeleteKVReturning
(key: string)
src/types.ts:673
↓ 2 callersMethoddeliver
Deliver a message to the recipient.
src/orchestration/messaging.ts:86
↓ 2 callersFunctiondeny
( rule: string, reasonCode: string, humanMessage: string, )
src/agent/policy-rules/authority.ts:30
↓ 2 callersFunctiondeny
(rule: string, reasonCode: string, humanMessage: string)
src/agent/policy-rules/command-safety.ts:72
↓ 2 callersFunctiondeserializeSoulHistoryRow
(row: any)
src/state/database.ts:1728
↓ 2 callersFunctionenrichAgentWithCard
* Enrich a discovered agent with its agent card data (name, description). * Tries cache first, then fetches from the agent's URI.
src/registry/discovery.ts:187
↓ 2 callersFunctionepisodicSearch
(db: DatabaseType, query: string, limit: number = 10)
src/state/database.ts:1828
↓ 2 callersFunctionescapeShellArg
Escape a string for safe shell interpolation.
src/agent/tools.ts:3335
↓ 2 callersFunctionestimateTokens
(content: string)
src/orchestration/workspace.ts:177
↓ 2 callersMethodestimateTokens
* Estimate token count for a text string.
src/memory/budget.ts:74
↓ 2 callersMethodexecuteTask
* Execute a single task with timeout and lease.
src/heartbeat/scheduler.ts:173
↓ 2 callersMethodexecuteWithRetries
( resolved: ResolvedModel, params: SharedChatParams, requestedTier: ModelTier, )
src/inference/inference-client.ts:179
↓ 2 callersFunctionexists
(id: number)
src/registry/erc8004.ts:491
↓ 2 callersMethodexposePort
(port: number)
src/types.ts:348
↓ 2 callersFunctionextractNameFromPath
(filePath: string)
src/skills/format.ts:157
↓ 2 callersMethodfatal
(message: string, error?: Error, context?: Record<string, unknown>)
src/observability/logger.ts:48
↓ 2 callersFunctionfirstNumber
(...values: unknown[])
src/orchestration/orchestrator.ts:1191
↓ 2 callersFunctionformatDollars
(cents: number)
src/orchestration/attention.ts:17
↓ 2 callersFunctionformatJson
(value: unknown)
src/orchestration/planner.ts:598
↓ 2 callersFunctiongenerateBackupGenesis
( identity: AutomatonIdentity, config: AutomatonConfig, _db: AutomatonDatabase, )
src/replication/genesis.ts:129
↓ 2 callersFunctiongenerateId
()
src/heartbeat/scheduler.ts:39
↓ 2 callersMethodgetActiveAgentCount
()
src/orchestration/orchestrator.ts:990
↓ 2 callersMethodgetAvailable
* Get available (enabled) models, optionally filtering by tier minimum.
src/inference/registry.ts:100
↓ 2 callersMethodgetByGoal
(goalId: string)
src/memory/event-stream.ts:89
↓ 2 callersFunctiongetConfigPath
()
src/config.ts:19
↓ 2 callersMethodgetCostPer1k
* Get cost per 1k tokens for a model.
src/inference/registry.ts:164
↓ 2 callersFunctiongetCurrentDayWindow
* Get the current day window string in ISO format: '2026-02-19'
src/agent/spend-tracker.ts:35
↓ 2 callersFunctiongetCurrentHourWindow
* Get the current hour window string in ISO format: '2026-02-19T14'
src/agent/spend-tracker.ts:27
↓ 2 callersFunctiongetGlobalLogLevel
()
src/observability/logger.ts:19
↓ 2 callersFunctiongetGoalStatus
(db: BetterSqlite3.Database, goalId: string)
src/__tests__/integration/plan-execute-flow.test.ts:71
↓ 2 callersMethodgetHourlyCost
* Get total cost for the current hour.
src/inference/budget.ts:76
↓ 2 callersMethodgetMaxReplans
()
src/orchestration/orchestrator.ts:998
↓ 2 callersFunctiongetNumberField
(key: string, fallback: number)
src/soul/model.ts:100
↓ 2 callersFunctiongetOrchestratorState
(db: BetterSqlite3.Database)
src/__tests__/orchestration/orchestrator.test.ts:151
↓ 2 callersMethodgetPreference
(tier: SurvivalTier, taskType: InferenceTaskType)
src/inference/router.ts:327
↓ 2 callersMethodgetProviderOrderForTier
(tier: ModelTier)
src/inference/provider-registry.ts:401
↓ 2 callersMethodgetRecentTurns
(limit: number)
packages/cli/src/runtime-shims.d.ts:53
↓ 2 callersMethodgetRecipients
List known recipient addresses (for broadcast).
src/orchestration/messaging.ts:88
↓ 2 callersMethodgetRunCount
(taskName: string)
src/heartbeat/scheduler.ts:323
↓ 2 callersMethodgetSessionCost
* Get total cost for a specific session.
src/inference/budget.ts:90
↓ 2 callersFunctiongetSpendByWindow
( db: DatabaseType, category: string, windowType: "hour" | "day", window: string, )
src/state/database.ts:822
↓ 2 callersMethodgetStats
()
src/memory/knowledge-store.ts:203
↓ 2 callersFunctiongetTasksForGoal
(db: BetterSqlite3.Database, goalId: string)
src/__tests__/integration/plan-execute-flow.test.ts:78
↓ 2 callersMethodgetTokenCount
(agentAddress: string, since?: string)
src/memory/event-stream.ts:148
↓ 2 callersMethodgetTotalSpend
(category: SpendCategory, since: Date)
src/types.ts:533
↓ 2 callersMethodgetTrusted
* Get all relationships with trust score at or above the minimum threshold.
src/memory/relationship.ts:107
↓ 2 callersMethodgetUtilization
()
src/memory/context-manager.ts:349
↓ 2 callersFunctiongitLog
( conway: ConwayClient, repoPath: string, limit: number = 10, )
src/git/tools.ts:102
↓ 2 callersFunctiongitStatus
( conway: ConwayClient, repoPath: string, )
src/git/tools.ts:13
↓ 2 callersFunctiongoalRowToGoal
(goal: GoalRow)
src/orchestration/orchestrator.ts:1023
↓ 2 callersFunctionheuristicStepEstimate
(goal: GoalRow)
src/orchestration/orchestrator.ts:1134
↓ 2 callersFunctionheuristicStepOutline
(description: string, estimatedSteps: number)
src/orchestration/plan-mode.ts:394
↓ 2 callersFunctioninferenceGetHourlyCost
(db: DatabaseType)
src/state/database.ts:2107
↓ 2 callersMethodinsertChild
(child: ChildAutomaton)
src/types.ts:656
↓ 2 callersFunctioninsertHeartbeatHistory
(db: DatabaseType, entry: HeartbeatHistoryRow)
src/state/database.ts:1262
↓ 2 callersFunctionisExternalSource
* Check if an input source represents external (non-agent) authority.
src/agent/policy-rules/authority.ts:41
↓ 2 callersFunctionisKnowledgeCategory
(value: string)
src/memory/knowledge-store.ts:54
↓ 2 callersMethodisProviderCircuitOpen
(providerId: string)
src/inference/inference-client.ts:418
↓ 2 callersFunctionisRateLimited
* Check if the modification rate limit has been exceeded.
src/self-mod/code.ts:192
↓ 2 callersFunctionisTransferSuccessful
(status: string)
src/orchestration/simple-tracker.ts:159
↓ 2 callersFunctionlifecycleInsertEvent
(db: DatabaseType, row: ChildLifecycleEventRow)
src/state/database.ts:2310
↓ 2 callersMethodlistModels
()
src/types.ts:383
↓ 2 callersMethodlistSandboxes
()
src/types.ts:352
↓ 2 callersFunctionloadSkills
( skillsDir: string, db: AutomatonDatabase, )
src/skills/loader.ts:41
↓ 2 callersMethodloadState
()
src/orchestration/orchestrator.ts:952
↓ 2 callersFunctionmakeMissingPath
()
src/__tests__/inference/provider-registry.test.ts:40
↓ 2 callersFunctionmakeTmpDbPath
()
src/__tests__/database-transactions.test.ts:17
↓ 2 callersMethodmarkProviderFailure
(providerId: string)
src/inference/inference-client.ts:439
↓ 2 callersMethodmarkProviderSuccess
(providerId: string)
src/inference/inference-client.ts:459
↓ 2 callersFunctionmetricsPruneOld
(db: DatabaseType, olderThanDays: number = 7)
src/state/database.ts:2516
↓ 2 callersFunctionnormalizeFilename
(filename: string)
src/orchestration/workspace.ts:181
↓ 2 callersFunctionnormalizeMessage
(input: string | undefined, maxChars: number = 120)
src/memory/agent-context-aggregator.ts:268
↓ 2 callersFunctionnormalizeTaskResult
(value: unknown)
src/orchestration/task-graph.ts:506
↓ 2 callersFunctionnormalizeToolCalls
(toolCalls: unknown)
src/inference/inference-client.ts:517
↓ 2 callersFunctionnoteAboutAgent
( db: Database, args: { entityAddress: string; entityName?: string; relationshipType: string; notes?: stri
src/memory/tools.ts:194
↓ 2 callersFunctiononchainTxGetAll
(db: DatabaseType, filter?: { status?: string })
src/state/database.ts:2453
↓ 2 callersFunctiononchainTxGetByHash
(db: DatabaseType, txHash: string)
src/state/database.ts:2446
↓ 2 callersFunctionparseMaxAmountRequired
(maxAmountRequired: string, x402Version: number)
src/conway/x402.ts:163
↓ 2 callersFunctionparsePaymentRequired
( resp: Response, )
src/conway/x402.ts:355
↓ 2 callersFunctionparsePlannerResponse
(content: string)
src/orchestration/planner.ts:480
↓ 2 callersFunctionparseSections
(body: string)
src/soul/model.ts:177
↓ 2 callersMethodpersistPlannerOutput
(goalId: string, output: PlannerOutput, mode: "plan" | "replan")
src/orchestration/orchestrator.ts:945
↓ 2 callersFunctionplannerOutputToTasks
(goalId: string, output: PlannerOutput)
src/orchestration/orchestrator.ts:1008
↓ 2 callersFunctionproceduralSearch
(db: DatabaseType, query: string)
src/state/database.ts:1956
↓ 2 callersFunctionprovision
( apiUrl?: string, )
src/identity/provision.ts:62
↓ 2 callersFunctionpruneCompletedGoals
(db: Database, olderThan: string)
src/orchestration/task-graph.ts:359
↓ 2 callersFunctionpruneStaleKV
(db: DatabaseType, prefix: string, retentionDays: number)
src/state/database.ts:1344
↓ 2 callersFunctionreadState
(db: BetterSqlite3.Database)
src/__tests__/integration/plan-execute-flow.test.ts:41
↓ 2 callersFunctionrecordRetrievalFeedback
(feedback: RetrievalFeedback)
src/memory/enhanced-retriever.ts:178
↓ 2 callersFunctionreflectOnSoul
( db: BetterSqlite3.Database, soulPath?: string, )
src/soul/reflection.ts:28
← previousnext →501–600 of 1,371, ranked by callers