MCPcopy Create free account

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

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

↓ 15 callersMethoddelete
* Delete a working memory entry by id.
src/memory/working.ts:109
↓ 15 callersMethodgetChildren
()
src/types.ts:654
↓ 15 callersMethodincrement
(name: string, labels?: Record<string, string>)
src/__tests__/mocks.ts:261
↓ 15 callersFunctioninsertChild
( db: BetterSqlite3.Database, opts: { id: string; name: string; address: string; status: s
src/__tests__/orchestration/health-monitor.test.ts:91
↓ 15 callersFunctionmockTransferTool
()
src/__tests__/financial.test.ts:80
↓ 15 callersMethodprune
(olderThan: string)
src/memory/event-stream.ts:166
↓ 15 callersFunctionqueueCompletion
(params?: { content?: unknown; promptTokens?: number; completionTokens?: number; totalTokens?: number;
src/__tests__/inference/inference-client.test.ts:53
↓ 15 callersFunctionrequest
( method: string, path: string, body?: unknown, requestOptions?: { idempotencyKey?: string; re
src/conway/client.ts:44
↓ 15 callersMethodtriageUpdate
(update: AgentStatusUpdate)
src/memory/agent-context-aggregator.ts:148
↓ 15 callersMethodwriteOutput
(agentRole: string, filename: string, content: string)
src/orchestration/workspace.ts:20
↓ 14 callersFunctioncreateMockTool
(overrides: Partial<AutomatonTool> = {})
src/__tests__/policy-engine.test.ts:109
↓ 14 callersFunctionmakeMockTool
(name: string)
src/__tests__/path-protection.test.ts:20
↓ 14 callersFunctionmakeOrchestrator
( db: BetterSqlite3.Database, mocks: ReturnType<typeof makeMocks>, config: Record<string, unknown> = {},
src/__tests__/integration/plan-execute-flow.test.ts:125
↓ 14 callersFunctionqueueCompletion
Push a successful chat completion onto the mock queue.
src/__tests__/integration/inference-failover.test.ts:121
↓ 14 callersMethodsend
(to: string, content: string, replyTo?: string)
src/types.ts:163
↓ 14 callersMethodsetLowComputeMode
(enabled: boolean)
src/types.ts:704
↓ 14 callersFunctionsetState
(db: BetterSqlite3.Database, state: Record<string, unknown>)
src/__tests__/integration/plan-execute-flow.test.ts:48
↓ 13 callersMethodcheckAll
()
src/orchestration/health-monitor.ts:85
↓ 13 callersFunctioncreateTestDb
()
src/__tests__/social.test.ts:14
↓ 13 callersFunctionisValidWalletAddress
(address: string)
src/replication/spawn.ts:38
↓ 13 callersFunctionsetOrchestratorState
(db: BetterSqlite3.Database, state: Record<string, unknown>)
src/__tests__/orchestration/orchestrator.test.ts:95
↓ 13 callersFunctiontoolCallResponse
( toolCalls: { name: string; arguments: Record<string, unknown> }[], text = "", )
src/__tests__/mocks.ts:79
↓ 12 callersFunctionaddKnowledge
(params?: { category?: KnowledgeCategory; key?: string; content?: string; confidence?: number; acces
src/__tests__/memory/enhanced-retriever.test.ts:40
↓ 12 callersMethodappend
(event: Omit<StreamEvent, "id" | "createdAt">)
src/memory/event-stream.ts:60
↓ 12 callersFunctionaskNumber
Prompt for a number. Enter = keep current.
src/setup/configure.ts:59
↓ 12 callersFunctionexecResponse
(uid: string)
src/__tests__/loop.test.ts:589
↓ 12 callersMethodgetIdle
()
src/orchestration/types.ts:2
↓ 12 callersMethodingest
* Ingest a completed turn into the memory system. * Never throws -- all errors are caught and logged.
src/memory/ingestion.ts:108
↓ 12 callersFunctioninsertChild
( db: BetterSqlite3.Database, id: string, name: string, address: string, status = "running", role
src/__tests__/orchestration/simple-tracker.test.ts:21
↓ 12 callersFunctioninsertGoal
( db: BetterSqlite3.Database, overrides: { id?: string; title?: string; description?: string; status?: str
src/__tests__/integration/plan-execute-flow.test.ts:54
↓ 12 callersMethodinsertTurn
(turn: AgentTurn)
src/types.ts:615
↓ 12 callersFunctionmakeEvent
(index: number, overrides?: Partial<StreamEvent>)
src/__tests__/memory/context-manager.test.ts:34
↓ 12 callersFunctionmakeMessage
(overrides: Partial<AgentMessage> = {})
src/__tests__/orchestration/messaging.test.ts:96
↓ 12 callersFunctionrequiredString
(value: unknown, path: string)
src/orchestration/planner.ts:620
↓ 12 callersFunctionsafeJsonParse
(raw: string, fallback: T, context: string)
src/state/database.ts:1473
↓ 11 callersMethodautoHeal
(report: HealthReport)
src/orchestration/health-monitor.ts:106
↓ 11 callersFunctionbuildSystemPrompt
(params: { identity: AutomatonIdentity; config: AutomatonConfig; financial: FinancialState; state: Age
src/agent/system-prompt.ts:530
↓ 11 callersFunctioncreateInMemoryDb
()
src/__tests__/orchestration/test-db.ts:7
↓ 11 callersMethodgauge
(name: string, value: number, labels?: Record<string, string>)
src/__tests__/mocks.ts:265
↓ 11 callersMethodgetCreditsBalance
()
src/types.ts:353
↓ 11 callersMethodgetTurnCount
()
src/types.ts:618
↓ 11 callersFunctioninsertInbox
(raw: BetterSqlite3.Database, params: { id: string; from: string; to?: string; content: string; rece
src/__tests__/orchestration/messaging.test.ts:76
↓ 11 callersMethodlogActionEvent
(action: string, message: AgentMessage)
src/orchestration/messaging.ts:367
↓ 11 callersFunctionmakeTurn
(overrides: Partial<AgentTurn> = {})
src/__tests__/memory.test.ts:63
↓ 11 callersFunctionmakeValidSoul
(overrides: Partial<SoulModel> = {})
src/__tests__/soul.test.ts:81
↓ 11 callersMethodrecordCost
* Record a completed inference cost.
src/inference/budget.ts:69
↓ 11 callersMethodsave
* Save a procedure. Upserts on name. * Returns the ULID id.
src/memory/procedural.ts:23
↓ 11 callersMethodsetIdentity
(key: string, value: string)
src/types.ts:612
↓ 10 callersFunctionaddKnowledge
( store: KnowledgeStore, category: "market" | "technical" | "social" | "financial" | "operational", key:
src/__tests__/integration/memory-retrieval.test.ts:15
↓ 10 callersMethodcompact
( olderThan: string, strategy: "reference" | "summarize", )
src/memory/event-stream.ts:97
↓ 10 callersFunctioncreateRateLimitRules
()
src/agent/policy-rules/rate-limits.ts:136
↓ 10 callersMethodfromConfig
(configPath: string)
src/inference/provider-registry.ts:272
↓ 10 callersMethodgetAll
* Get all registered models.
src/inference/registry.ts:93
↓ 10 callersFunctiongetAutomatonDir
()
src/identity/wallet.ts:21
↓ 10 callersMethodgetProviders
()
src/inference/provider-registry.ts:375
↓ 10 callersMethodgetRecent
(agentAddress: string, limit: number = 50)
src/memory/event-stream.ts:85
↓ 10 callersMethodinsertModification
(mod: ModificationEntry)
src/types.ts:639
↓ 10 callersFunctionmakePlan
(overrides: Partial<PlannerOutput> = {})
src/__tests__/orchestration/plan-mode.test.ts:18
↓ 10 callersFunctionmakeTmpDbPath
()
src/__tests__/data-layer.test.ts:34
↓ 10 callersFunctionmakeUtilization
Build a ContextUtilization snapshot with a given utilizationPercent.
src/__tests__/integration/compression-cascade.test.ts:46
↓ 10 callersFunctionmarkInboxProcessed
(db: DatabaseType, ids: string[])
src/state/database.ts:1426
↓ 10 callersMethodprocessInbox
()
src/orchestration/messaging.ts:163
↓ 10 callersFunctionsanitizeToolResult
( result: string, maxLength: number = DEFAULT_TOOL_RESULT_MAX_LENGTH, )
src/agent/injection-defense.ts:88
↓ 10 callersFunctionseedScheduleRow
( rawDb: DatabaseType, taskName: string, overrides: Partial<HeartbeatScheduleRow> = {}, )
src/__tests__/heartbeat-scheduler.test.ts:62
↓ 10 callersFunctionspawnChild
( conway: ConwayClient, identity: AutomatonIdentity, db: AutomatonDatabase, genesis: GenesisConfig,
src/replication/spawn.ts:47
↓ 10 callersMethodupdate
* Update an existing working memory entry.
src/memory/working.ts:71
↓ 10 callersFunctionupdateGoalStatus
(db: DatabaseType, id: string, status: GoalStatus)
src/state/database.ts:888
↓ 10 callersFunctionvalidateSoul
(soul: SoulModel)
src/soul/validator.ts:77
↓ 9 callersFunctionbaseState
(overrides: Partial<ExecutionState> = {})
src/__tests__/orchestration/plan-mode.test.ts:41
↓ 9 callersMethodcheckLimit
(amount: number, category: SpendCategory, limits: TreasuryPolicy)
src/types.ts:534
↓ 9 callersFunctioncreateFinancialRules
( treasuryPolicy: TreasuryPolicy, )
src/agent/policy-rules/financial.ts:300
↓ 9 callersFunctioncreateTestDb
()
src/__tests__/memory.test.ts:39
↓ 9 callersMethoddebug
(message: string, context?: Record<string, unknown>)
src/__tests__/mocks.ts:287
↓ 9 callersFunctiondedupeStrings
(values: string[])
src/memory/enhanced-retriever.ts:670
↓ 9 callersMethodgetByCategory
* Get all semantic memory entries in a category.
src/memory/semantic.ts:111
↓ 9 callersMethodgetIdentity
(key: string)
src/types.ts:611
↓ 9 callersMethodgetUnprocessedInboxMessages
(limit: number)
src/types.ts:669
↓ 9 callersMethodhistogram
(name: string, value: number, labels?: Record<string, string>)
src/__tests__/mocks.ts:269
↓ 9 callersFunctioninsertSoulHistory
(db: DatabaseType, row: SoulHistoryRow)
src/state/database.ts:1683
↓ 9 callersMethodisCircuitOpen
()
src/conway/http-client.ts:109
↓ 9 callersFunctionpad
(s: string, len: number)
src/setup/wizard.ts:201
↓ 9 callersFunctionresetInboxToReceived
(db: DatabaseType, ids: string[])
src/state/database.ts:1442
↓ 9 callersFunctionsaveConfig
* Save API key and wallet address to ~/.automaton/config.json
src/identity/provision.ts:37
↓ 9 callersFunctionvalidateGenesisParams
(params: { name: string; specialization?: string; task?: string; message?: string; })
src/replication/genesis.ts:31
↓ 9 callersFunctionvalidateMessage
(message: { from: string; to: string; content: string; signed_at?: string; timestamp?: string; })
src/social/validation.ts:16
↓ 8 callersMethodaggregateChildUpdates
( updates: AgentStatusUpdate[], budgetTokens: number, )
src/memory/agent-context-aggregator.ts:61
↓ 8 callersFunctionbuildContextMessages
( systemPrompt: string, recentTurns: AgentTurn[], pendingInput?: { content: string; source: string },
src/agent/context.ts:87
↓ 8 callersFunctionclassifyTurn
( toolCalls: ToolCallResult[], thinking: string, )
src/memory/types.ts:111
↓ 8 callersMethodcleanup
* Clean up a single child's sandbox. * Only works for children in stopped or failed state.
src/replication/cleanup.ts:25
↓ 8 callersFunctionconsumeNextWakeEvent
(db: DatabaseType)
src/state/database.ts:1325
↓ 8 callersMethodcountTokens
(text: string, model?: string)
src/memory/context-manager.ts:28
↓ 8 callersMethoddeleteKV
(key: string)
src/types.ts:645
↓ 8 callersFunctiondeny
( rule: string, reasonCode: string, humanMessage: string, )
src/agent/policy-rules/financial.ts:15
↓ 8 callersFunctiondetectCycles
(tasks: CycleTask[])
src/orchestration/task-graph.ts:381
↓ 8 callersFunctiongetActiveGoals
(db: DatabaseType)
src/state/database.ts:895
↓ 8 callersMethodgetConsecutiveFailures
()
src/conway/http-client.ts:118
↓ 8 callersMethodgetCounter
(name: string, labels?: Record<string, string>)
src/observability/metrics.ts:60
↓ 8 callersFunctiongetField
(key: string)
src/soul/model.ts:95
↓ 8 callersFunctiongit
* Run a git command using execFileSync with argument array (no shell interpolation).
src/self-mod/upstream.ts:16
↓ 8 callersFunctionincludesAny
(text: string, candidates: string[])
src/memory/enhanced-retriever.ts:714
← previousnext →101–200 of 1,371, ranked by callers