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
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-node/leanr_wasm.js:160
Method
demonstrateHashConsing
* Demonstrate hash-consing by creating identical terms * @returns {string} JSON showing term equality
npm/lean-agentic/src/index.js:48
Method
demonstrateHashConsing
()
npm/lean-agentic/src/node.js:38
Method
demonstrateHashConsing
* Create two identical variables and verify they share the same ID * Returns true if hash-consing worked (same IDs) * @returns {boolean}
examples/wasm-demo/leanr_wasm.js:166
Method
deny_user
(user_id: &str)
leanr-rag-gateway/src/policy.rs:19
Method
drop
(&mut self)
lean-agentic/src/context.rs:167
Method
drop
(&mut self)
runtime/src/runtime.rs:116
Method
drop
(&mut self)
runtime/src/scheduler.rs:307
Method
dummy
Create a dummy span (for testing/generated code)
leanr-syntax/src/span.rs:26
Function
elaborate_expr
Elaborate an expression
leanr-elab/src/lib.rs:32
Method
ema
Exponential moving average
runtime/src/primitives.rs:82
Method
ensureTheoremSchema
* Ensure theorem collection has proper schema
npm/lean-agentic/src/agentdb-integration.js:59
Method
eq
(&self, other: &Self)
lean-agentic/src/term.rs:192
Function
execution_engine
(mailbox: Mailbox<TradeDecision>)
runtime/examples/trading_swarm.rs:72
Function
explain_episode_recall
( query: &str, episode: &Episode, similarity: f32, causal_chain: &[String], )
src/agentdb/explainable_recall.rs:5
Method
fmt
(&self, f: &mut fmt::Formatter<'_>)
leanr-elab/src/elaborate.rs:29
Method
fmt
(&self, f: &mut std::fmt::Formatter<'_>)
leanr-rag-gateway/src/lib.rs:225
Method
fmt
(&self, f: &mut std::fmt::Formatter<'_>)
lean-agentic/src/lib.rs:58
Method
fmt
(&self, f: &mut fmt::Formatter<'_>)
lean-agentic/src/term.rs:206
Method
fmt
(&self, f: &mut fmt::Formatter<'_>)
lean-agentic/src/level.rs:68
Method
fmt
(&self, f: &mut fmt::Formatter<'_>)
runtime/src/message.rs:69
Method
fmt
(&self, f: &mut fmt::Formatter<'_>)
leanr-syntax/src/parser.rs:24
Method
fmt
(&self, f: &mut fmt::Formatter<'_>)
leanr-syntax/src/span.rs:136
Method
fmt
(&self, f: &mut fmt::Formatter<'_>)
leanr-syntax/src/lexer.rs:98
Method
free
()
npm/lean-agentic/wasm-web/leanr_wasm.js:138
Method
free
()
npm/lean-agentic/wasm-node/leanr_wasm.js:132
Method
free
()
examples/wasm-demo/leanr_wasm.js:138
Method
from_samples
(name: String, mut samples: Vec<Duration>)
tests/benchmarks/benchmark_suite.rs:28
Method
from_u32
Create a concrete level
lean-agentic/src/level.rs:58
Method
getProofRecommendations
(theorem, options = {})
npm/lean-agentic/src/agentdb-integration-simple.js:179
Method
getStats
* Get statistics about the arena (number of unique terms) * @returns {string}
npm/lean-agentic/wasm-web/leanr_wasm.js:174
Method
getStats
* Get statistics about the arena (number of unique terms) * @returns {string}
npm/lean-agentic/wasm-node/leanr_wasm.js:168
Method
getStats
()
npm/lean-agentic/src/node.js:48
Method
getStats
()
npm/lean-agentic/src/agentdb-integration-simple.js:217
Method
getStats
* Get statistics about the arena (number of unique terms) * @returns {string}
examples/wasm-demo/leanr_wasm.js:174
Function
getVersion
()
npm/lean-agentic/wasm-web/leanr_wasm.js:110
Function
getVersion
()
examples/wasm-demo/leanr_wasm.js:110
Method
get_assignment
Get assignment for a metavariable
leanr-elab/src/metavar.rs:81
Method
get_balance
(&self, account: &str)
examples/finance/verified_finance_agent.rs:164
Method
get_budget_status
(&self)
examples/finance/verified_finance_agent.rs:303
Method
get_cache_stats
(&self)
leanr-theorems/src/wasm.rs:94
Method
get_inductive_of_constructor
Get the inductive type for a constructor
lean-agentic/src/environment.rs:265
Method
get_iteration_count
(&self, loop_id: &str)
src/jit-runtime/profiling.rs:22
Method
get_patterns
Get matching patterns for a task
src/agentdb/reasoning_bank.rs:182
Method
get_stats
(&self)
leanr-wasm/src/lib.rs:67
Method
get_stats
(&self)
leanr-theorems/src/wasm.rs:45
Function
get_version
()
leanr-wasm/src/lib.rs:139
Function
greet
(name)
npm/lean-agentic/wasm-web/leanr_wasm.js:91
Function
greet
(name: &str)
leanr-wasm/src/lib.rs:133
Function
greet
(name)
examples/wasm-demo/leanr_wasm.js:91
Method
has_decl
Check if a declaration exists
lean-agentic/src/environment.rs:244
Method
hit_rate
Get cache hit statistics
leanr-eval-lite/src/cache.rs:71
Method
id
Get the symbol's ID
lean-agentic/src/symbol.rs:38
Method
id
(&self)
runtime/src/orchestration.rs:48
Method
implicit
Create an implicit binder
lean-agentic/src/term.rs:70
Function
init
()
leanr-theorems/src/wasm.rs:140
Function
initSync
(module)
npm/lean-agentic/wasm-web/leanr_wasm.js:298
Function
initSync
(module)
examples/wasm-demo/leanr_wasm.js:298
Function
initWeb
(wasmUrl)
npm/lean-agentic/src/web.js:18
Method
insert_implicits
Insert implicit arguments for a function application
leanr-elab/src/implicit.rs:22
Method
instance
Create attributes for a type class instance
lean-agentic/src/environment.rs:47
Method
is_app
Check if this is an application
lean-agentic/src/term.rs:186
Method
is_assigned
Check if a metavariable is assigned
leanr-elab/src/metavar.rs:76
Method
is_blocked
(&self)
leanr-rag-gateway/src/audit.rs:34
Method
is_const
Check if this is a concrete constant
lean-agentic/src/level.rs:53
Method
is_constructor
Check if a name is a constructor
lean-agentic/src/environment.rs:271
Method
is_cpu_intensive
Check if agent is CPU-intensive
runtime/src/profile.rs:81
Method
is_empty
Check if the context is empty
lean-agentic/src/context.rs:80
Method
is_high_water
(&self)
runtime/src/mailbox.rs:105
Method
is_io_bound
Check if agent is I/O-bound
runtime/src/profile.rs:86
Method
is_lam
Check if this is a lambda
lean-agentic/src/term.rs:176
Method
is_low_water
(&self)
runtime/src/mailbox.rs:111
Method
is_pi
Check if this is a Pi type
lean-agentic/src/term.rs:181
Method
is_running
Check if runtime is running
runtime/src/runtime.rs:104
Method
is_solved
Check if all constraints are solved
lean-agentic/src/unification.rs:311
Method
is_sort
Check if this is a sort
lean-agentic/src/term.rs:166
Method
is_success
(&self)
leanr-rag-gateway/src/audit.rs:30
Method
is_var
Check if this is a variable
lean-agentic/src/term.rs:171
Method
is_zero
Check if this is the zero level
lean-agentic/src/level.rs:48
Method
iso
(payload: T)
runtime/src/message.rs:78
Function
it_works
()
leanr-inductive/src/lib.rs:10
Function
it_works
()
leanr-compat/src/lib.rs:10
Method
judge
Judge a trajectory's outcome
src/agentdb/reasoning_bank.rs:115
Method
kernel
Create config optimized for kernel verification
leanr-eval-lite/src/lib.rs:117
Method
learnFromProofs
(options = {})
npm/lean-agentic/src/agentdb-integration-simple.js:134
Method
line
Get a line of source code
leanr-syntax/src/span.rs:118
Method
line_col
Get line and column for a byte offset
leanr-syntax/src/span.rs:101
Method
local
()
leanr-rag-gateway/src/router.rs:15
Method
log_pii_masked
Log PII masking
leanr-rag-gateway/src/audit.rs:86
Function
main
()
leanr-rag-gateway/examples/demo.rs:7
Function
main
()
runtime/examples/trading_swarm.rs:89
Function
main
()
runtime/examples/quorum_consensus.rs:88
Function
main
()
examples/03_ai_verified_scraper.rs:192
Function
main
()
examples/05_browser_theorem_prover.rs:355
Function
main
()
examples/01_hello_world.rs:14
Function
main
()
examples/ed25519_proof_signing.rs:405
Function
main
()
examples/cost_savings_demo.rs:14
Function
main
()
examples/02_verified_calculator.rs:165
Function
main
()
examples/04_self_healing_database.rs:302
Function
main
()
leanr-theorems/examples/church_rosser_demo.rs:16
← previous
next →
601–700 of 1,015, ranked by callers