Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/awakenworks/awaken
/ functions
Functions
15,944 in github.com/awakenworks/awaken
⨍
Functions
15,944
◇
Types & classes
2,546
↓ 26 callers
Function
Lboth
(enStr: string, anchor = false)
e2e/tests/demo-helpers.ts:108
↓ 26 callers
Method
get
(&self, id: &str)
crates/awaken-ext-skills/src/mcp_bridge.rs:726
↓ 26 callers
Method
get_or_create_worker
Get or create a per-thread worker.
crates/awaken-server/src/mailbox/signal_loop.rs:425
↓ 26 callers
Method
into_response
(self)
crates/awaken-server/src/protocols/mcp/http.rs:628
↓ 26 callers
Method
len
(&self)
crates/awaken-ext-skills/src/registry.rs:111
↓ 26 callers
Function
make_registry
(skills: Vec<Arc<dyn Skill>>)
crates/awaken-ext-skills/src/plugin/tests.rs:14
↓ 26 callers
Function
map_service_error
(error: ConfigServiceError)
crates/awaken-server/src/config_routes.rs:962
↓ 26 callers
Method
resolve
( &self, _request: ResolutionRequest, )
crates/awaken-runtime/src/run.rs:461
↓ 26 callers
Function
result_label
(result: &Result<T, E>)
crates/awaken-server/src/mailbox/helpers.rs:328
↓ 26 callers
Function
sample_genai_span
()
crates/awaken-ext-observability/src/otel_test.rs:6
↓ 26 callers
Method
scoped
(&self, id: &str)
crates/awaken-server-contract/src/contract/storage.rs:581
↓ 26 callers
Function
score
Score `outcome` against `expect`, returning the (possibly empty) list of reasons the run did not meet expectations. An empty result means "all config
crates/awaken-eval/src/score.rs:14
↓ 26 callers
Method
with_metadata
(mut self, key: impl Into<String>, value: impl Into<Value>)
crates/awaken-runtime-contract/src/contract/tool.rs:196
↓ 25 callers
Function
build_genai_provider_executor_with_broker
Build an LLM executor from a [`ProviderSpec`]. Auth wiring branches on credential kind: - **Static bearer / explicit env fallback**: the api_key is
crates/awaken-server/src/services/config_runtime.rs:1177
↓ 25 callers
Method
close_all
(&self)
crates/awaken-ext-mcp/src/manager.rs:2193
↓ 25 callers
Method
deliver
( &self, thread_id: &str, messages: &[Message], delivery_mode: DeliveryMode,
crates/awaken-server/src/mailbox/pending_delivery.rs:70
↓ 25 callers
Function
find_server_index
(servers: &[McpServerSlot], name: &str)
crates/awaken-ext-mcp/src/manager.rs:934
↓ 25 callers
Method
get
( &self, owner: &ProfileOwner, key: &str, )
crates/awaken-stores/src/memory/mod.rs:559
↓ 25 callers
Function
install_recorder
Install the Prometheus metrics recorder. Must be called once at startup, before any metrics are recorded. Subsequent calls are no-ops.
crates/awaken-server/src/metrics.rs:25
↓ 25 callers
Method
list
List all entries for a key.
crates/awaken-runtime/src/profile/mod.rs:70
↓ 25 callers
Function
make_runtime
()
crates/awaken-runtime/src/runtime/agent_runtime/control.rs:149
↓ 25 callers
Function
make_runtime
()
crates/awaken/tests/tool_executor.rs:123
↓ 25 callers
Function
mk_run
(id: &str, thread: &str, updated_at: u64)
crates/awaken-stores/tests/nats_buffered_thread_adversarial.rs:203
↓ 25 callers
Function
outcome_with
(metrics: AgentMetrics, text: &str)
crates/awaken-eval/src/outcome_test.rs:52
↓ 25 callers
Function
redactSecretString
(input: string)
apps/admin-console/src/lib/agent-secret-redaction.ts:371
↓ 25 callers
Method
save_thread
(&self, thread: &Thread)
crates/awaken-server-contract/src/contract/store_traits_tests.rs:27
↓ 25 callers
Method
scoped
(&self, id: &str)
crates/awaken-server-contract/src/contract/mailbox.rs:1238
↓ 25 callers
Method
with_provider_factory
( mut self, provider_factory: Arc<dyn ProviderExecutorFactory>, )
crates/awaken-server/src/services/config_runtime.rs:592
↓ 24 callers
Method
append
(&self, run_id: &str, event: &MetricsEvent)
crates/awaken-ext-observability/src/trace_store/file.rs:233
↓ 24 callers
Function
caption
(page: Page, text: string)
e2e/tests/demo-helpers.ts:154
↓ 24 callers
Method
create_run
( &self, run: &RunRecord, )
crates/awaken-server/src/mailbox/checkpoint.rs:312
↓ 24 callers
Function
diff_against_baseline
[`DiffSummary`] suitable for CI gating. Pairing is by `fixture_id`. The returned `entries` are sorted by id.
crates/awaken-eval/src/report.rs:431
↓ 24 callers
Function
dispatch_key
(dispatch_id: &str)
crates/awaken-stores/src/nats_mailbox/keys.rs:5
↓ 24 callers
Function
draft
(thread_id: &str, run_id: &str, value: i64)
crates/awaken-stores/tests/memory_event_store_conformance.rs:13
↓ 24 callers
Function
get
(row: &sqlx::postgres::PgRow, name: &str)
crates/awaken-stores/src/postgres_outbox.rs:584
↓ 24 callers
Function
prepare_resume
Prepare tool call states for resume. For each decision: - `Cancel` → status = Cancelled - `Resume` → status = Resuming The runtime stores the full `
crates/awaken-runtime/src/loop_runner/resume.rs:56
↓ 24 callers
Method
register_keys
Register standalone state keys (not owned by any plugin). Keys that are already registered are silently skipped. This is used to install plugin-decla
crates/awaken-runtime/src/state/store.rs:203
↓ 24 callers
Method
resolver
(&self)
crates/awaken-runtime/src/runtime/agent_runtime/mod.rs:234
↓ 24 callers
Method
revision
(&self)
crates/awaken-runtime/src/state/store.rs:55
↓ 24 callers
Method
shutdown
(&self)
crates/awaken-ext-observability/src/wiring.rs:331
↓ 24 callers
Method
success
Create a success result. # Examples ``` use awaken_runtime_contract::contract::tool::ToolResult; use serde_json::json; let result = ToolResult::suc
crates/awaken-runtime-contract/src/contract/tool.rs:73
↓ 24 callers
Method
tick
(&self)
crates/awaken-server/src/outbox_relay.rs:91
↓ 24 callers
Function
updateField
(key: K, value: AgentSpec[K])
apps/admin-console/src/pages/agent-editor-page.tsx:447
↓ 24 callers
Function
useToast
()
apps/admin-console/src/components/toast-provider.tsx:144
↓ 24 callers
Method
with_max_attempts
(mut self, max_attempts: u32)
crates/awaken-server-contract/src/contract/mailbox.rs:244
↓ 24 callers
Function
write_lock
(lock: &RwLock<T>)
crates/awaken-ext-mcp/src/manager.rs:665
↓ 23 callers
Method
as_str
(self)
crates/awaken-runtime/src/extensions/background/types.rs:23
↓ 23 callers
Function
encode
(dispatch: &RunDispatch)
crates/awaken-stores/src/nats_mailbox/codec.rs:8
↓ 23 callers
Method
execute
( &self, _request: InferenceRequest, )
crates/awaken-runtime/src/engine/mock.rs:108
↓ 23 callers
Function
fetchHref
(input: string | URL | Request)
apps/admin-console/src/pages/agent-editor-page.test.tsx:34
↓ 23 callers
Function
id
()
crates/awaken/tests/tool_executor.rs:160
↓ 23 callers
Method
into_response
(self)
crates/awaken-server/src/protocols/a2a/error.rs:171
↓ 23 callers
Method
is_empty
Returns `true` when no criterion is set; useful for sanity-checking hand-authored fixture files.
crates/awaken-eval/src/expectation.rs:147
↓ 23 callers
Function
lock_unpoison
(m: &Mutex<T>)
crates/awaken-ext-observability/src/plugin/shared.rs:145
↓ 23 callers
Method
refresh
(&self)
crates/awaken-ext-mcp/src/manager.rs:2163
↓ 23 callers
Method
run_id
(&self)
crates/awaken-server-contract/src/contract/mailbox.rs:329
↓ 23 callers
Method
transcode
(&mut self, item: &AgentEvent)
crates/awaken-server/tests/transport_tests.rs:172
↓ 23 callers
Method
with_max_retries
Set the maximum number of retry attempts.
crates/awaken-runtime/src/engine/retry.rs:88
↓ 23 callers
Method
with_plugin
Register a plugin by ID.
crates/awaken-runtime/src/builder.rs:128
↓ 22 callers
Function
aiSdkTextMessages
( messages: Array<{ role: AiSdkRole; text: string; id?: string }>, )
e2e/tests/ai-sdk-test-utils.ts:35
↓ 22 callers
Function
base_spec
()
crates/awaken-contract/tests/agent_spec_patch.rs:9
↓ 22 callers
Function
breaker
()
crates/awaken-runtime/src/engine/pool_executor_test_support.rs:270
↓ 22 callers
Method
build
( &self, endpoint: &RemoteEndpoint, )
crates/awaken-runtime/src/builder_tests.rs:110
↓ 22 callers
Method
execute
( &self, request: InferenceRequest, )
crates/awaken-runtime/src/engine/retry.rs:280
↓ 22 callers
Method
get
( &self, scope_id: &str, kind: &str, id: &str, version: u64, )
crates/awaken-stores/src/memory_versioned_registry.rs:76
↓ 22 callers
Method
load_dispatch
(&self, dispatch_id: &str)
crates/awaken-server/src/mailbox/tests.rs:361
↓ 22 callers
Function
make_manager_with
( entries: Vec<(&str, Vec<McpToolDefinition>)>, )
crates/awaken-ext-mcp/src/manager.rs:3441
↓ 22 callers
Function
make_runtime
()
crates/awaken-runtime/src/runtime/agent_runtime/tests.rs:19
↓ 22 callers
Function
make_simple_app
(llm: Arc<dyn LlmExecutor>)
crates/awaken-server/tests/protocol_ag_ui_e2e.rs:220
↓ 22 callers
Function
make_store
(fixture: &NatsFixture)
crates/awaken-stores/tests/nats_mailbox_behavior.rs:55
↓ 22 callers
Method
query
Query audit events with optional filters and keyset pagination. Returns `Err` if `filter.cursor` is present but not valid base64.
crates/awaken-server/src/services/audit_log.rs:338
↓ 22 callers
Method
record
(&self, event: &MetricsEvent)
crates/awaken-ext-observability/src/batching.rs:138
↓ 22 callers
Method
save_thread
(&self, thread: &Thread)
crates/awaken-stores/src/memory/mod.rs:145
↓ 22 callers
Method
setItem
(key: string, value: string)
apps/admin-console/src/lib/admin-token.ts:5
↓ 22 callers
Method
set_owner_inbox
Set the inbox sender that background tasks receive for pushing messages to the owner thread.
crates/awaken-runtime/src/extensions/background/manager.rs:138
↓ 22 callers
Function
test_request
()
crates/awaken-runtime/src/engine/retry.rs:367
↓ 22 callers
Function
wait_for_dispatch
( store: &InMemoryMailboxStore, dispatch_id: &str, predicate: F, )
crates/awaken-server/src/mailbox/tests.rs:1823
↓ 21 callers
Function
apply_agent_prompt_override
( mut spec: AgentSpec, overrides: &StarterPromptOverrides, )
examples/src/starter_backend/mod.rs:351
↓ 21 callers
Method
arc
(self)
crates/awaken-eval/src/test_support.rs:48
↓ 21 callers
Method
context_scopes
(&self)
crates/awaken-server-contract/src/contract/durable_event_sink.rs:168
↓ 21 callers
Function
deepEqualCanonical
(a: unknown, b: unknown)
apps/admin-console/src/lib/agent-editor-canonical.ts:31
↓ 21 callers
Function
durable_sink
( stager: Arc<RecordingStager>, inner: Arc<VecEventSink>, mode: RuntimeEventDurability, )
crates/awaken-server-contract/src/contract/durable_event_sink/tests.rs:27
↓ 21 callers
Method
enqueue_outbox
( &self, draft: OutboxMessageDraft, )
crates/awaken-stores/src/memory_outbox.rs:51
↓ 21 callers
Method
execute
( &self, _request: InferenceRequest, )
crates/awaken-runtime/src/extensions/a2a/tests.rs:53
↓ 21 callers
Method
is_terminal
(self)
crates/awaken-runtime/src/extensions/background/types.rs:32
↓ 21 callers
Method
list_dispatches
( &self, thread_id: &str, status_filter: Option<&[RunDispatchStatus]>, limit:
crates/awaken-server/src/mailbox/tests.rs:365
↓ 21 callers
Function
lockedFieldChange
( spec: AgentSpec, parsed: Record<string, unknown>, )
apps/admin-console/src/lib/agent-editor-helpers.ts:99
↓ 21 callers
Function
make_llm_response_with_tokens
(input: i32, output: i32)
crates/awaken-runtime/src/policies/tests.rs:487
↓ 21 callers
Function
make_manager
(transport: Arc<MutablePromptTransport>)
crates/awaken-ext-skills/src/mcp_bridge.rs:945
↓ 21 callers
Method
meta
(&self)
crates/awaken-ext-skills/src/tools.rs:602
↓ 21 callers
Function
now_ms
()
crates/awaken-runtime/src/loop_runner/compaction.rs:224
↓ 21 callers
Method
render_catalog
( &self, _active: &HashSet<String>, visibility: Option<&SkillVisibilityStateValue>,
crates/awaken-ext-skills/src/plugin/discovery.rs:95
↓ 21 callers
Method
submit
( self: &Arc<Self>, mut request: RunActivation, )
crates/awaken-server/src/mailbox/submit.rs:63
↓ 21 callers
Function
validate_a2ui_messages
Validate an array of A2UI messages. Returns errors found (at most one per message). Empty `Vec` means all messages are valid.
crates/awaken-ext-generative-ui/src/a2ui/validation.rs:24
↓ 21 callers
Method
validate_thread_hierarchy
Validate parent-child hierarchy invariants for a thread.
crates/awaken-server-contract/src/contract/store_traits.rs:207
↓ 21 callers
Method
with_title
(mut self, title: impl Into<String>)
crates/awaken-runtime-contract/src/thread.rs:104
↓ 20 callers
Method
apply_run_projection
Update the thread's run pointers from a durable run record.
crates/awaken-runtime-contract/src/thread.rs:156
↓ 20 callers
Function
breaker_threshold
(n: u32)
crates/awaken-runtime/src/engine/pool_executor_test_support.rs:274
↓ 20 callers
Method
build_dispatch
Build a RunDispatch from the durable run prepared above.
crates/awaken-server/src/mailbox/submit.rs:660
↓ 20 callers
Method
checkpoint
( &self, thread_id: &str, messages: &[Message], run: &RunRecord, )
crates/awaken-stores/tests/nats_buffered_thread_adversarial.rs:154
← previous
next →
301–400 of 15,944, ranked by callers