MCPcopy Create free account

hub / github.com/agenticsorg/lean-agentic / functions

Functions1,015 in github.com/agenticsorg/lean-agentic

Methodas_str
Get the symbol's string representation
lean-agentic/src/symbol.rs:43
Methodassignments
Get all assignments
lean-agentic/src/unification.rs:43
Methodauto_vectorize
ML-guided auto-vectorization
src/llm-compiler/mod.rs:116
Functionawait_future
()
runtime/src/orchestration.rs:96
Methodaxiom
Create a new axiom
lean-agentic/src/environment.rs:126
Methodbatch_search
Batch search for multiple queries
src/agentdb/vector_store.rs:91
MethodbenchmarkEquality
* Verify that hash-consing provides O(1) equality * @returns {string}
npm/lean-agentic/wasm-web/leanr_wasm.js:206
MethodbenchmarkEquality
* Verify that hash-consing provides O(1) equality * @returns {string}
npm/lean-agentic/wasm-node/leanr_wasm.js:200
MethodbenchmarkEquality
()
npm/lean-agentic/src/node.js:63
MethodbenchmarkEquality
* Verify that hash-consing provides O(1) equality * @returns {string}
examples/wasm-demo/leanr_wasm.js:206
Functionbenchmark_broadcast
(c: &mut Criterion)
runtime/benches/orchestration.rs:151
Functionbenchmark_channel
(c: &mut Criterion)
runtime/benches/orchestration.rs:103
Functionbenchmark_concurrent_spawn
(c: &mut Criterion)
runtime/benches/scheduler.rs:97
Methodbenchmark_equality
(&mut self)
leanr-wasm/src/lib.rs:109
Functionbenchmark_latency
(c: &mut Criterion)
runtime/benches/message_passing.rs:96
Functionbenchmark_message_send
(c: &mut Criterion)
runtime/benches/message_passing.rs:62
Functionbenchmark_quorum
(c: &mut Criterion)
runtime/benches/orchestration.rs:121
Functionbenchmark_shard
(c: &mut Criterion)
runtime/benches/orchestration.rs:133
Functionbenchmark_spawn_latency
(c: &mut Criterion)
runtime/benches/scheduler.rs:58
Functionbenchmark_spawn_throughput
(c: &mut Criterion)
runtime/benches/scheduler.rs:79
Functionbenchmark_throughput
(c: &mut Criterion)
runtime/benches/message_passing.rs:78
Functionbenchmark_work_stealing
(c: &mut Criterion)
runtime/benches/scheduler.rs:115
Methodblocked_count
Get count of blocked requests
leanr-rag-gateway/src/audit.rs:138
Methodcache_hit_rate
Cache hit rate
leanr-eval-lite/src/reduction.rs:40
Methodcache_hit_rate
Get cache efficiency (hit rate)
lean-agentic/src/arena.rs:100
Methodcheck_declaration
Verify a declaration is well-typed before adding to environment
lean-agentic/src/typechecker.rs:234
Methodclear
(&self)
leanr-rag-gateway/src/audit.rs:151
Methodclear_cache
Clear the WHNF cache
lean-agentic/src/conversion.rs:362
Methodclear_stats
Clear all statistics
lean-agentic/src/arena.rs:109
Methodclose
()
npm/lean-agentic/src/agentdb-integration-simple.js:238
Methodcloud_cheap
()
leanr-rag-gateway/src/router.rs:35
Methodcloud_fast
()
leanr-rag-gateway/src/router.rs:25
Functioncompile
Tier 3: Max-Opt JIT (100-500ms compile, 50-200x speed)
src/jit-runtime/max_opt_jit.rs:3
Functioncompile
Tier 2: Optimizing JIT (10-50ms compile, 20-50x speed)
src/jit-runtime/optimizing_jit.rs:3
Functioncompile
Tier 1: Baseline JIT (1-5ms compile, 5-15x speed)
src/jit-runtime/baseline_jit.rs:3
Methodcompute_line_starts
Compute line start positions
leanr-syntax/src/span.rs:90
Functionconfluence_module_exists
()
leanr-theorems/src/lib.rs:41
Methodconsolidate_memories
Consolidate memories (background task)
src/agentdb/mod.rs:245
Methodconstructor
* Create a new Lean demo instance
npm/lean-agentic/wasm-web/leanr_wasm.js:145
Methodconstructor
* Create a new Lean demo instance
npm/lean-agentic/wasm-node/leanr_wasm.js:139
Methodconstructor
()
npm/lean-agentic/src/index.js:24
Methodconstructor
(demo, config = {})
npm/lean-agentic/src/agentdb-integration.js:21
Methodconstructor
()
npm/lean-agentic/src/web.js:34
Methodconstructor
()
npm/lean-agentic/src/node.js:15
Methodconstructor
(demo, config = {})
npm/lean-agentic/src/agentdb-integration-simple.js:12
Methodconstructor
()
npm/lean-agentic/mcp/test-client.js:14
Methodconstructor
()
npm/lean-agentic/mcp/server.js:31
Methodconstructor
* Create a new Lean demo instance
examples/wasm-demo/leanr_wasm.js:145
Methodcontext
Get a reference to the context
lean-agentic/src/context.rs:161
Methodconverter
Get the converter (for advanced use)
lean-agentic/src/typechecker.rs:256
Methodcosine_similarity
(a: &[f32], b: &[f32])
src/agentdb/vector_store.rs:150
Methodcosine_similarity
Compute cosine similarity between embeddings
examples/memory-copilot/explainable_memory.rs:147
Methodcreate
Create consensus signatures
examples/ed25519_proof_signing.rs:190
MethodcreateApplication
* Create and verify an application * @returns {string} JSON representation of the application
npm/lean-agentic/src/index.js:40
MethodcreateApplication
()
npm/lean-agentic/src/node.js:28
MethodcreateIdentityFunction
* Create a lambda abstraction (x : Type) => x * @returns {boolean}
npm/lean-agentic/wasm-node/leanr_wasm.js:192
MethodcreateIdentityFunction
* Create a lambda abstraction (x : Type) => x * @returns {boolean}
examples/wasm-demo/leanr_wasm.js:198
MethodcreateType
* Create a simple type (Type universe) * @returns {boolean}
npm/lean-agentic/wasm-node/leanr_wasm.js:184
MethodcreateType
* Create a simple type (Type universe) * @returns {boolean}
examples/wasm-demo/leanr_wasm.js:190
MethodcreateVariable
* 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
MethodcreateVariable
* 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
Methodcreate_canonical_message
Create canonical message for signing
examples/ed25519_proof_signing.rs:120
Methodcreate_identity_function
(&mut self)
leanr-wasm/src/lib.rs:86
Methodcreate_type
(&mut self)
leanr-wasm/src/lib.rs:76
Methodcreate_variable
(&mut self, index: u32)
leanr-wasm/src/lib.rs:41
Methodcurrent_timestamp
()
src/multi-lane/cost_tracker.rs:161
Methoddeclarations
Get all declarations
lean-agentic/src/environment.rs:276
Methoddeclare_mvar
Declare a metavariable with its type
lean-agentic/src/unification.rs:100
Methoddef
Create a new definition
lean-agentic/src/environment.rs:109
Methoddefault
()
leanr-eval-lite/src/lib.rs:88
Methoddefault
()
leanr-elab/src/metavar.rs:101
Methoddefault
()
leanr-elab/src/context.rs:78
Methoddefault
()
leanr-rag-gateway/src/audit.rs:158
Methoddefault
()
src/llm_compiler.rs:21
Methoddefault
()
src/multi_lane.rs:21
Methoddefault
()
src/jit_runtime.rs:21
Methoddefault
()
src/llm-compiler/mod.rs:35
Methoddefault
()
src/agentdb/mod.rs:42
Methoddefault
()
src/multi-lane/mod.rs:102
Methoddefault
()
src/jit-runtime/mod.rs:65
Methoddefault
()
lean-agentic/src/arena.rs:182
Methoddefault
()
lean-agentic/src/typechecker.rs:262
Methoddefault
()
lean-agentic/src/symbol.rs:118
Methoddefault
()
lean-agentic/src/level.rs:194
Methoddefault
()
lean-agentic/src/unification.rs:49
Methoddefault
()
lean-agentic/src/environment.rs:27
Methoddefault
()
lean-agentic/src/conversion.rs:374
Methoddefault
()
runtime/src/profile.rs:38
Methoddefault
()
runtime/src/primitives.rs:23
Methoddefault
()
runtime/src/runtime.rs:110
Methoddefault
()
runtime/src/scheduler.rs:301
Methoddefault
()
runtime/src/orchestration.rs:273
Methoddefault
()
runtime/src/mailbox.rs:25
Methoddefault
()
leanr-syntax/src/span.rs:56
Methoddefault
()
leanr-theorems/src/confluence.rs:157
Methoddefault
()
leanr-theorems/src/hashcons_confluence.rs:200
Methoddemo_caching
(&mut self)
leanr-theorems/src/wasm.rs:110
Methoddemo_identity
(&mut self)
leanr-theorems/src/wasm.rs:53
Methoddemo_k_combinator
(&mut self)
leanr-theorems/src/wasm.rs:62
MethoddemonstrateHashConsing
* 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
← previousnext →501–600 of 1,015, ranked by callers