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
↓ 20 callers
Function
createQueryClientWrapper
()
apps/admin-console/src/test/query.tsx:5
↓ 20 callers
Function
current_millis
()
crates/awaken-stores/src/nats_mailbox/sweeper.rs:113
↓ 20 callers
Function
decode
(bytes: &[u8])
crates/awaken-stores/src/nats_mailbox/codec.rs:14
↓ 20 callers
Method
dedupe_key
(&self)
crates/awaken-server-contract/src/contract/mailbox.rs:339
↓ 20 callers
Method
is_success
(&self)
crates/awaken-ext-observability/src/metrics.rs:267
↓ 20 callers
Method
load_messages
( &self, thread_id: &str, )
crates/awaken-server/src/mailbox/checkpoint.rs:288
↓ 20 callers
Function
makeSnapshot
( overrides: Partial<AgentRuntimeSnapshot> = {}, )
apps/admin-console/src/lib/agent-stats.test.ts:19
↓ 20 callers
Function
manager_with_store_and_inbox
Create a manager with store and owner inbox wired up.
crates/awaken-runtime/src/extensions/background/tests.rs:35
↓ 20 callers
Method
peek
(&self)
crates/awaken-tool-pattern/src/parser.rs:55
↓ 20 callers
Function
post_json
(app: &axum::Router, uri: &str, body: &Value)
crates/awaken-server/tests/restore_routes.rs:141
↓ 20 callers
Method
register
(&mut self, skill: Arc<dyn Skill>)
crates/awaken-ext-skills/src/registry.rs:80
↓ 20 callers
Function
seeded_waiting_run
(run_id: &str, thread_id: &str, agent_id: &str)
crates/awaken-server/src/mailbox/tests.rs:1892
↓ 20 callers
Function
span
(model: &str, step: u32)
crates/awaken-eval/src/curate.rs:349
↓ 20 callers
Method
spawn_agent
Spawn a sub-agent as a background task with its own inbox. `name` is an optional short identifier for addressing via `send_message`.
crates/awaken-runtime/src/extensions/background/manager.rs:613
↓ 20 callers
Function
stream_request_for_thread
(thread_id: &str, logical_id: &str)
crates/awaken-runtime/src/engine/pool_executor_test_support.rs:47
↓ 20 callers
Method
with_canonical_drafts
(mut self, drafts: Vec<StagedCanonicalEvent>)
crates/awaken-server-contract/src/contract/staged_commit.rs:115
↓ 20 callers
Method
with_tool
(mut self, tool: Arc<dyn Tool>)
crates/awaken-runtime/src/registry/resolver.rs:150
↓ 19 callers
Method
add
(&mut self, sink: Arc<dyn MetricsSink>)
crates/awaken-ext-observability/src/composite.rs:20
↓ 19 callers
Function
attr_map
Helper: build a HashMap of attribute key -> Value from a SpanData.
crates/awaken-ext-observability/src/otel_test.rs:271
↓ 19 callers
Function
baseline_run
(id: &str)
crates/awaken-server/tests/eval_api.rs:3814
↓ 19 callers
Function
build_agent_env
Build an execution environment for the agent loop. Injects runtime-required default plugins and conditionally adds context truncation when a policy i
crates/awaken-runtime/src/loop_runner/mod.rs:275
↓ 19 callers
Method
cancel
Cancel a running task.
crates/awaken-runtime/src/extensions/background/manager.rs:435
↓ 19 callers
Method
capabilities
(&self)
crates/awaken-server/src/services/config_service.rs:231
↓ 19 callers
Method
enqueue_outbox
( &self, draft: OutboxMessageDraft, )
crates/awaken-server-contract/src/contract/outbox.rs:259
↓ 19 callers
Function
estimate_message_tokens
Estimate token count for a single message (roughly 4 chars per token).
crates/awaken-runtime-contract/src/contract/transform.rs:50
↓ 19 callers
Method
finished_spans
(&self)
crates/awaken-ext-observability/src/otel_test.rs:238
↓ 19 callers
Function
initialize_response
(request: &HttpRequestSpec, capabilities: Value)
crates/awaken-ext-mcp/tests/mcp_tests.rs:633
↓ 19 callers
Function
isRecord
(value: unknown)
examples/ai-sdk-starter/src/components/tools/a2ui-protocol.ts:30
↓ 19 callers
Method
list_outbox
( &self, status: Option<OutboxStatus>, limit: usize, )
crates/awaken-server-contract/src/contract/outbox.rs:335
↓ 19 callers
Method
load_thread
(&self, thread_id: &str)
crates/awaken-stores/src/memory/mod.rs:140
↓ 19 callers
Method
mailbox
(&self)
crates/awaken-server/src/app/modules.rs:60
↓ 19 callers
Function
makeToast
(overrides: Partial<Toast> = {})
apps/admin-console/src/lib/toast-queue.test.ts:14
↓ 19 callers
Function
make_test_app
()
crates/awaken-server/tests/run_api.rs:460
↓ 19 callers
Function
make_test_env
(policies: Vec<Arc<dyn StopPolicy>>)
crates/awaken-runtime/src/policies/tests.rs:32
↓ 19 callers
Method
normalize_lineage
Normalize lineage identifiers in-place.
crates/awaken-runtime-contract/src/thread.rs:124
↓ 19 callers
Function
normalize_lineage_id
(value: Option<&str>)
crates/awaken-runtime-contract/src/thread.rs:12
↓ 19 callers
Function
now_ms
()
crates/awaken-runtime/src/context/compaction.rs:492
↓ 19 callers
Function
optional_json
( field: &str, value: Option<&T>, )
crates/awaken-stores/src/postgres/run.rs:21
↓ 19 callers
Function
parseReportsNdjson
(text: string)
apps/admin-console/src/lib/eval-reports.ts:75
↓ 19 callers
Function
permission_rules_from_state
( policy: Option<&PermissionPolicy>, overrides: Option<&PermissionOverrides>, )
crates/awaken-ext-permission/src/state.rs:203
↓ 19 callers
Function
post_json
(app: axum::Router, uri: &str, payload: Value)
crates/awaken-server/tests/run_api.rs:719
↓ 19 callers
Method
reduce
(&mut self, action: HandoffAction)
crates/awaken-runtime/src/extensions/handoff/state.rs:18
↓ 19 callers
Method
refresh_dispatch_depth_metrics
(&self)
crates/awaken-server/src/mailbox/signal_loop.rs:29
↓ 19 callers
Method
register_tool
( &mut self, id: impl Into<String>, tool: Arc<dyn Tool>, )
crates/awaken-runtime/src/registry/memory.rs:133
↓ 19 callers
Function
replay_all
Replay a slice of fixtures through `replayer`, preserving input order.
crates/awaken-eval/src/replay.rs:21
↓ 19 callers
Function
temp_dir
(suffix: &str)
crates/awaken-ext-observability/src/wiring.rs:447
↓ 19 callers
Function
test_policy
All test policies use zero backoff so tests run instantly.
crates/awaken-runtime/src/engine/retry.rs:322
↓ 19 callers
Function
validate_model_spec
Validate and decode a `ModelSpec` from JSON for config write surfaces. Rejects unknown fields (read-time deserialization stays lenient), then delegat
crates/awaken-runtime-contract/src/config_validation/mod.rs:303
↓ 19 callers
Function
wait_for_span
Poll Phoenix's spans REST endpoint until `predicate` returns `Some(span)` or attempts run out. `spans_url` is typically `{base}/v1/projects/default/s
e2e/phoenix/test-helpers/src/lib.rs:212
↓ 19 callers
Method
with_max_rounds
(mut self, max_rounds: usize)
crates/awaken-runtime/src/registry/resolver.rs:142
↓ 19 callers
Method
with_tool_executor
(mut self, executor: Arc<dyn ToolExecutor>)
crates/awaken-runtime/src/registry/resolver.rs:136
↓ 18 callers
Method
ack
( &self, dispatch_id: &str, claim_token: &str, now: u64, )
crates/awaken-server/src/mailbox/tests.rs:245
↓ 18 callers
Function
empty_snapshot
()
crates/awaken-ext-observability/src/attribution_fills_tests.rs:28
↓ 18 callers
Method
is_terminal
Returns `true` for terminal states that cannot transition further.
crates/awaken-server-contract/src/contract/mailbox.rs:45
↓ 18 callers
Method
list_replay
( &self, stream: ProtocolStreamKey, from: Option<ProtocolReplayCursor>, limit:
crates/awaken-stores/src/postgres_protocol_replay.rs:172
↓ 18 callers
Method
list_runs
(&self, query: &RunQuery)
crates/awaken-stores/tests/fault_injection.rs:107
↓ 18 callers
Function
make_agent
Build an agent backed by a single-script executor (the script repeats on every attempt).
crates/awaken-runtime/src/loop_runner/inference.rs:731
↓ 18 callers
Function
patternMatches
(pattern: string, toolId: string)
apps/admin-console/src/lib/tool-catalog.ts:22
↓ 18 callers
Method
put
( &self, namespace: &str, id: &str, value: &Value, )
crates/awaken-server/src/services/config_service/tests.rs:140
↓ 18 callers
Method
register_provider
( &mut self, id: impl Into<String>, executor: Arc<dyn LlmExecutor>, )
crates/awaken-runtime/src/registry/memory.rs:224
↓ 18 callers
Method
save_thread
(&self, _t: &Thread)
crates/awaken-server/src/routes_test.rs:702
↓ 18 callers
Function
seed_v1
(specs: Vec<BuiltinSpec>)
crates/awaken-server/src/services/builtin_seed/tests.rs:55
↓ 18 callers
Function
shot
(page: Page, opts: ShotOpts = {})
e2e/tests/demo-helpers.ts:268
↓ 18 callers
Method
shutdown
(&self)
crates/awaken-server/src/services/config_runtime.rs:805
↓ 18 callers
Method
store
Returns a reference to the store, if set.
crates/awaken-runtime/src/extensions/background/manager.rs:172
↓ 18 callers
Method
upsert_with_revision
(&mut self, dispatch: RunDispatch, revision: u64)
crates/awaken-stores/src/nats_mailbox/index.rs:33
↓ 18 callers
Method
with_run_id_hint
(mut self, run_id_hint: impl Into<String>)
crates/awaken-runtime/src/run.rs:281
↓ 18 callers
Method
with_server_event_publisher
Attach a publisher for advisory server-authored canonical events.
crates/awaken-server/src/mailbox/runtime_event_capture.rs:54
↓ 17 callers
Method
append_pending_message_records
( &self, thread_id: &str, messages: &[Message], delivery_mode: DeliveryMode,
crates/awaken-stores/src/memory/pending.rs:100
↓ 17 callers
Method
as_str
(&self)
crates/awaken-runtime-contract/src/contract/event_store.rs:57
↓ 17 callers
Method
build
(self)
crates/awaken-ext-observability/src/composite.rs:44
↓ 17 callers
Method
checkpoint_append
( &self, thread_id: &str, messages: &[Message], expected_version: Option<u64>,
crates/awaken-stores/src/file.rs:1664
↓ 17 callers
Function
decode_http_response_payload
( body: Value, request_id: i64, progress_registration: Option<(ProgressTokenKey, mpsc::Sender<McpP
crates/awaken-ext-mcp/src/transport.rs:3737
↓ 17 callers
Function
draft
(wire_event_id: &str, protocol_version: &str, payload: &[u8])
crates/awaken-stores/tests/memory_protocol_replay_log_conformance.rs:13
↓ 17 callers
Function
extract_tool_call_decisions
Extract tool-call decisions from assistant message parts.
crates/awaken-server/src/protocols/ai_sdk_v6/request.rs:354
↓ 17 callers
Method
force_flush_all_pending
(&self)
crates/awaken-stores/src/nats_buffered_thread/mod.rs:225
↓ 17 callers
Function
identity
(agent: &str)
crates/awaken-ext-observability/src/plugin/tests.rs:1047
↓ 17 callers
Function
install_default_sinks
Pure assembly entry point taking pre-resolved [`WiringSettings`]. Always returns a non-null sink: When `settings.disabled` is `true`, returns a bare
crates/awaken-ext-observability/src/wiring.rs:165
↓ 17 callers
Method
is_empty
(&self)
crates/awaken-ext-generative-ui/src/a2ui/plugin.rs:66
↓ 17 callers
Method
load_dispatch
( &self, dispatch_id: &str, )
crates/awaken-server/src/mailbox/live_delivery.rs:229
↓ 17 callers
Function
make_capturing_sink
Build an OtelMetricsSink backed by our in-memory exporter so exported OTel spans can be inspected.
crates/awaken-ext-observability/src/otel_test.rs:253
↓ 17 callers
Function
make_manager_with_store
()
crates/awaken-server/src/services/config_runtime.rs:2025
↓ 17 callers
Function
make_prefixed_store
(prefix: &str)
crates/awaken-stores/tests/postgres_store.rs:40
↓ 17 callers
Function
model_with
(id: &str, ctx: Option<u32>, out: Option<u32>)
crates/awaken-runtime/src/registry/resolve/pool.rs:295
↓ 17 callers
Function
reject_empty
( surface: &'static str, field: &'static str, value: &str, )
crates/awaken-runtime-contract/src/config_validation/mod.rs:614
↓ 17 callers
Method
save_messages
( &self, _id: &str, _msgs: &[Message], )
crates/awaken-server/src/routes_test.rs:718
↓ 17 callers
Method
set
(&self, owner: &ProfileOwner, key: &str, value: Value)
crates/awaken-stores/src/memory/mod.rs:568
↓ 16 callers
Function
api
Authenticated backend request helper.
e2e/tests/admin-demo.spec.ts:296
↓ 16 callers
Function
asRecord
(value: unknown)
apps/admin-console/src/lib/plugin-config.ts:512
↓ 16 callers
Function
build_test_app
()
crates/awaken-server/src/config_routes.rs:1154
↓ 16 callers
Method
cancel
Cancel a run by dispatch_id or thread_id. If Queued: transitions to Cancelled via store. If Claimed/Running: cancels runtime run via dual-index looku
crates/awaken-server/src/mailbox/cancel.rs:29
↓ 16 callers
Method
cancel
Signal cancellation. Wakes all async waiters immediately.
crates/awaken-runtime-contract/src/cancellation.rs:47
↓ 16 callers
Method
checkpoint
( &self, _thread_id: &str, _messages: &[Message], _run: &RunRe
crates/awaken-server/src/mailbox/checkpoint.rs:345
↓ 16 callers
Method
create
( &self, namespace: ConfigNamespace, body: Value, )
crates/awaken-server/src/services/config_service.rs:517
↓ 16 callers
Method
created_at
(&self)
crates/awaken-server-contract/src/contract/mailbox.rs:419
↓ 16 callers
Method
events
(&self)
crates/awaken-runtime/src/extensions/a2a/progress_sink.rs:83
↓ 16 callers
Method
export_persisted
Export all persistent keys (every scope) into one `PersistedState`.
crates/awaken-runtime/src/state/persistence.rs:10
↓ 16 callers
Method
expose_secret
Reach through the redaction to obtain the plaintext value. Calls to this function are the trust boundary: every caller is responsible for not propaga
crates/awaken-runtime-contract/src/secret.rs:36
↓ 16 callers
Function
formatRelativeTime
(ms: number | undefined | null)
apps/admin-console/src/lib/format-time.ts:12
↓ 16 callers
Function
mark_superseded_at_epoch
( dispatch: &mut RunDispatch, now: u64, epoch: u64, reason: Option<&str>, )
crates/awaken-stores/src/mailbox_state.rs:33
← previous
next →
401–500 of 15,944, ranked by callers