Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/agenticsorg/lean-agentic
/ functions
Functions
1,015 in github.com/agenticsorg/lean-agentic
⨍
Functions
1,015
◇
Types & classes
284
Method
as_str
Get the symbol's string representation
lean-agentic/src/symbol.rs:43
Method
assignments
Get all assignments
lean-agentic/src/unification.rs:43
Method
auto_vectorize
ML-guided auto-vectorization
src/llm-compiler/mod.rs:116
Function
await_future
()
runtime/src/orchestration.rs:96
Method
axiom
Create a new axiom
lean-agentic/src/environment.rs:126
Method
batch_search
Batch search for multiple queries
src/agentdb/vector_store.rs:91
Method
benchmarkEquality
* Verify that hash-consing provides O(1) equality * @returns {string}
npm/lean-agentic/wasm-web/leanr_wasm.js:206
Method
benchmarkEquality
* Verify that hash-consing provides O(1) equality * @returns {string}
npm/lean-agentic/wasm-node/leanr_wasm.js:200
Method
benchmarkEquality
()
npm/lean-agentic/src/node.js:63
Method
benchmarkEquality
* Verify that hash-consing provides O(1) equality * @returns {string}
examples/wasm-demo/leanr_wasm.js:206
Function
benchmark_broadcast
(c: &mut Criterion)
runtime/benches/orchestration.rs:151
Function
benchmark_channel
(c: &mut Criterion)
runtime/benches/orchestration.rs:103
Function
benchmark_concurrent_spawn
(c: &mut Criterion)
runtime/benches/scheduler.rs:97
Method
benchmark_equality
(&mut self)
leanr-wasm/src/lib.rs:109
Function
benchmark_latency
(c: &mut Criterion)
runtime/benches/message_passing.rs:96
Function
benchmark_message_send
(c: &mut Criterion)
runtime/benches/message_passing.rs:62
Function
benchmark_quorum
(c: &mut Criterion)
runtime/benches/orchestration.rs:121
Function
benchmark_shard
(c: &mut Criterion)
runtime/benches/orchestration.rs:133
Function
benchmark_spawn_latency
(c: &mut Criterion)
runtime/benches/scheduler.rs:58
Function
benchmark_spawn_throughput
(c: &mut Criterion)
runtime/benches/scheduler.rs:79
Function
benchmark_throughput
(c: &mut Criterion)
runtime/benches/message_passing.rs:78
Function
benchmark_work_stealing
(c: &mut Criterion)
runtime/benches/scheduler.rs:115
Method
blocked_count
Get count of blocked requests
leanr-rag-gateway/src/audit.rs:138
Method
cache_hit_rate
Cache hit rate
leanr-eval-lite/src/reduction.rs:40
Method
cache_hit_rate
Get cache efficiency (hit rate)
lean-agentic/src/arena.rs:100
Method
check_declaration
Verify a declaration is well-typed before adding to environment
lean-agentic/src/typechecker.rs:234
Method
clear
(&self)
leanr-rag-gateway/src/audit.rs:151
Method
clear_cache
Clear the WHNF cache
lean-agentic/src/conversion.rs:362
Method
clear_stats
Clear all statistics
lean-agentic/src/arena.rs:109
Method
close
()
npm/lean-agentic/src/agentdb-integration-simple.js:238
Method
cloud_cheap
()
leanr-rag-gateway/src/router.rs:35
Method
cloud_fast
()
leanr-rag-gateway/src/router.rs:25
Function
compile
Tier 3: Max-Opt JIT (100-500ms compile, 50-200x speed)
src/jit-runtime/max_opt_jit.rs:3
Function
compile
Tier 2: Optimizing JIT (10-50ms compile, 20-50x speed)
src/jit-runtime/optimizing_jit.rs:3
Function
compile
Tier 1: Baseline JIT (1-5ms compile, 5-15x speed)
src/jit-runtime/baseline_jit.rs:3
Method
compute_line_starts
Compute line start positions
leanr-syntax/src/span.rs:90
Function
confluence_module_exists
()
leanr-theorems/src/lib.rs:41
Method
consolidate_memories
Consolidate memories (background task)
src/agentdb/mod.rs:245
Method
constructor
* Create a new Lean demo instance
npm/lean-agentic/wasm-web/leanr_wasm.js:145
Method
constructor
* Create a new Lean demo instance
npm/lean-agentic/wasm-node/leanr_wasm.js:139
Method
constructor
()
npm/lean-agentic/src/index.js:24
Method
constructor
(demo, config = {})
npm/lean-agentic/src/agentdb-integration.js:21
Method
constructor
()
npm/lean-agentic/src/web.js:34
Method
constructor
()
npm/lean-agentic/src/node.js:15
Method
constructor
(demo, config = {})
npm/lean-agentic/src/agentdb-integration-simple.js:12
Method
constructor
()
npm/lean-agentic/mcp/test-client.js:14
Method
constructor
()
npm/lean-agentic/mcp/server.js:31
Method
constructor
* Create a new Lean demo instance
examples/wasm-demo/leanr_wasm.js:145
Method
context
Get a reference to the context
lean-agentic/src/context.rs:161
Method
converter
Get the converter (for advanced use)
lean-agentic/src/typechecker.rs:256
Method
cosine_similarity
(a: &[f32], b: &[f32])
src/agentdb/vector_store.rs:150
Method
cosine_similarity
Compute cosine similarity between embeddings
examples/memory-copilot/explainable_memory.rs:147
Method
create
Create consensus signatures
examples/ed25519_proof_signing.rs:190
Method
createApplication
* Create and verify an application * @returns {string} JSON representation of the application
npm/lean-agentic/src/index.js:40
Method
createApplication
()
npm/lean-agentic/src/node.js:28
Method
createIdentityFunction
* Create a lambda abstraction (x : Type) => x * @returns {boolean}
npm/lean-agentic/wasm-node/leanr_wasm.js:192
Method
createIdentityFunction
* Create a lambda abstraction (x : Type) => x * @returns {boolean}
examples/wasm-demo/leanr_wasm.js:198
Method
createType
* Create a simple type (Type universe) * @returns {boolean}
npm/lean-agentic/wasm-node/leanr_wasm.js:184
Method
createType
* Create a simple type (Type universe) * @returns {boolean}
examples/wasm-demo/leanr_wasm.js:190
Method
createVariable
* Demonstrate hash-consing: creating same term twice reuses memory * Returns true if successful * @param {number} index * @returns {boo
npm/lean-agentic/wasm-node/leanr_wasm.js:151
Method
createVariable
* Demonstrate hash-consing: creating same term twice reuses memory * Returns true if successful * @param {number} index * @returns {boo
examples/wasm-demo/leanr_wasm.js:157
Method
create_canonical_message
Create canonical message for signing
examples/ed25519_proof_signing.rs:120
Method
create_identity_function
(&mut self)
leanr-wasm/src/lib.rs:86
Method
create_type
(&mut self)
leanr-wasm/src/lib.rs:76
Method
create_variable
(&mut self, index: u32)
leanr-wasm/src/lib.rs:41
Method
current_timestamp
()
src/multi-lane/cost_tracker.rs:161
Method
declarations
Get all declarations
lean-agentic/src/environment.rs:276
Method
declare_mvar
Declare a metavariable with its type
lean-agentic/src/unification.rs:100
Method
def
Create a new definition
lean-agentic/src/environment.rs:109
Method
default
()
leanr-eval-lite/src/lib.rs:88
Method
default
()
leanr-elab/src/metavar.rs:101
Method
default
()
leanr-elab/src/context.rs:78
Method
default
()
leanr-rag-gateway/src/audit.rs:158
Method
default
()
src/llm_compiler.rs:21
Method
default
()
src/multi_lane.rs:21
Method
default
()
src/jit_runtime.rs:21
Method
default
()
src/llm-compiler/mod.rs:35
Method
default
()
src/agentdb/mod.rs:42
Method
default
()
src/multi-lane/mod.rs:102
Method
default
()
src/jit-runtime/mod.rs:65
Method
default
()
lean-agentic/src/arena.rs:182
Method
default
()
lean-agentic/src/typechecker.rs:262
Method
default
()
lean-agentic/src/symbol.rs:118
Method
default
()
lean-agentic/src/level.rs:194
Method
default
()
lean-agentic/src/unification.rs:49
Method
default
()
lean-agentic/src/environment.rs:27
Method
default
()
lean-agentic/src/conversion.rs:374
Method
default
()
runtime/src/profile.rs:38
Method
default
()
runtime/src/primitives.rs:23
Method
default
()
runtime/src/runtime.rs:110
Method
default
()
runtime/src/scheduler.rs:301
Method
default
()
runtime/src/orchestration.rs:273
Method
default
()
runtime/src/mailbox.rs:25
Method
default
()
leanr-syntax/src/span.rs:56
Method
default
()
leanr-theorems/src/confluence.rs:157
Method
default
()
leanr-theorems/src/hashcons_confluence.rs:200
Method
demo_caching
(&mut self)
leanr-theorems/src/wasm.rs:110
Method
demo_identity
(&mut self)
leanr-theorems/src/wasm.rs:53
Method
demo_k_combinator
(&mut self)
leanr-theorems/src/wasm.rs:62
Method
demonstrateHashConsing
* Create two identical variables and verify they share the same ID * Returns true if hash-consing worked (same IDs) * @returns {boolean}
npm/lean-agentic/wasm-web/leanr_wasm.js:166
← previous
next →
501–600 of 1,015, ranked by callers