MCPcopy Create free account

hub / github.com/CaviraOSS/OpenReason / functions

Functions117 in github.com/CaviraOSS/OpenReason

↓ 11 callersFunctionlog_info
(message: string)
src/core/utils/logger.ts:1
↓ 8 callersFunctionnext
()
src/cli/index.ts:50
↓ 8 callersFunctionvectorize
(text: string)
src/utils/vectorize.ts:1
↓ 7 callersFunctionestimate_complexity
(query: string)
src/core/config/router.ts:49
↓ 5 callersFunctionadd
(base: string, addition: string)
src/core/utils/prompt.ts:115
↓ 5 callersFunctioninvoke_provider
( prompt: string, provider: string, apiKey: string, model: string, timeout: number = 30000
src/api/provider.ts:6
↓ 5 callersFunctionnorm
(s: string)
src/precision/index.ts:4
↓ 4 callersFunctionevaluate
(response: string, query: string, reasoning_domain: domain, reasoning_mode: mode)
src/core/verification/evaluator.ts:10
↓ 4 callersFunctionrunWithConfig
(label: string, config: T, query: string)
examples/code/custom-config-example.ts:9
↓ 4 callersFunctionstore_trace
(t: Omit<trace, "timestamp">)
src/core/utils/memory.ts:42
↓ 4 callersFunctionunified_quality
(A: number, C: number, T: number, L: number, weights = { alpha: 0.4, beta: 0.3, gamma: 0.2, delta: 0.1 })
src/core/utils/metrics.ts:11
↓ 4 callersFunctionverify_solution
( query: string, skeleton: ReasoningSkeleton, solved: SolvedStep[], classification: Classifica
src/core/verification/verifier.ts:48
↓ 3 callersFunctiondetect_structure
(query: string, detectedDomain: domain)
src/core/utils/structure.ts:27
↓ 3 callersFunctionrunExample
(label: string, cfg: ProviderConfig, query: string)
examples/code/provider-examples.ts:15
↓ 3 callersFunctionsimilarity
(a: number[], b: number[])
src/utils/similarity.ts:1
↓ 2 callersFunctionclassify_query
(query: string)
src/core/pipeline/classifier.ts:15
↓ 2 callersFunctiondecompose_problem
(query: string, structure: ProblemStructure)
src/core/pipeline/decompose.ts:58
↓ 2 callersFunctionevolve_prompt
(metrics: performance_metrics)
src/core/utils/evolve.ts:17
↓ 2 callersFunctionfinalize_reasoning
(payload: FinalizerPayload)
src/core/pipeline/finalizer.ts:30
↓ 2 callersFunctiongenerate_formal_skeleton
(structure: ProblemStructure, decomp: DecompositionResult)
src/core/verification/formal.ts:70
↓ 2 callersFunctiongenerate_skeleton
( query: string, classification: ClassificationResult, cfg: openreason_config, context?: strin
src/core/pipeline/skeleton.ts:30
↓ 2 callersFunctionget_similar_traces
(query: string, limit: number = 5)
src/core/utils/memory.ts:64
↓ 2 callersFunctionload_env_file
(filePath: string)
src/cli/index.ts:99
↓ 2 callersFunctionlog_error
(message: string, error?: any)
src/core/utils/logger.ts:5
↓ 2 callersFunctionpersist_evolved_prompt
(modeChanged: mode)
src/core/utils/prompt.ts:93
↓ 2 callersFunctionquick_respond
(query: string, cfg: openreason_config, detectedDomain: domain)
src/core/pipeline/shared.ts:15
↓ 2 callersFunctionrepair_reasoning
( original: string, instructions: RepairInstruction[], cfg: openreason_config )
src/core/verification/repair.ts:29
↓ 2 callersFunctionsolve_skeleton
( query: string, skeleton: ReasoningSkeleton, classification: ClassificationResult, cfg: openr
src/core/pipeline/solver.ts:53
↓ 2 callersFunctionunify_steps
(steps: string[])
src/core/utils/unify.ts:48
↓ 2 callersFunctionverify_logic_consistency
(text: string)
src/core/verification/verify.ts:112
↓ 2 callersFunctionverify_math_reasoning
(text: string, structure: ProblemStructure)
src/core/verification/verify.ts:82
↓ 1 callersFunctionanalyzeCausal
(query: string)
src/engines/causal.ts:1
↓ 1 callersFunctionassessLogic
(query: string)
src/engines/logic.ts:1
↓ 1 callersFunctionbootstrap_env
(requestedFile?: string)
src/cli/index.ts:118
↓ 1 callersFunctionbuildGraph
(cfg: openreason_config)
src/core/pipeline/langgraph.ts:255
↓ 1 callersFunctionbuildSimilarContext
(similar?: MemoryTrace[])
src/core/pipeline/langgraph.ts:51
↓ 1 callersFunctionbuild_hilbert_skeleton
(decomp: DecompositionResult)
src/core/verification/formal.ts:20
↓ 1 callersFunctionbuild_hoare_skeleton
(decomp: DecompositionResult)
src/core/verification/formal.ts:28
↓ 1 callersFunctionbuild_lagrange_skeleton
(decomp: DecompositionResult)
src/core/verification/formal.ts:48
↓ 1 callersFunctionbuild_natural_deduction_skeleton
(decomp: DecompositionResult)
src/core/verification/formal.ts:62
↓ 1 callersFunctionbuild_peano_skeleton
(decomp: DecompositionResult)
src/core/verification/formal.ts:36
↓ 1 callersFunctionbuild_repair_prompt
(original: string, instructions: RepairInstruction[])
src/core/verification/repair.ts:16
↓ 1 callersFunctionbuild_step_prompt
( query: string, skeleton: ReasoningSkeleton, classification: ClassificationResult, stepIndex:
src/core/pipeline/solver.ts:21
↓ 1 callersFunctionbuild_zf_skeleton
(decomp: DecompositionResult)
src/core/verification/formal.ts:12
↓ 1 callersFunctioncalculate_confidence
(accuracy: number, compliance: number)
src/core/verification/evaluator.ts:77
↓ 1 callersFunctioncall_critic
( prompt: string, cfg: openreason_config )
src/core/verification/verifier.ts:27
↓ 1 callersFunctioncheck_diophantine
(text: string)
src/core/verification/verify.ts:24
↓ 1 callersFunctioncheck_eigenvalue_inequality
(text: string)
src/core/verification/verify.ts:45
↓ 1 callersFunctioncheck_general_math
(text: string)
src/core/verification/verify.ts:67
↓ 1 callersFunctioncheck_symmetric_constraint
(text: string)
src/core/verification/verify.ts:10
↓ 1 callersFunctionchoose_active_seed
(query: string, reasoning_domain: domain)
src/core/utils/prompt.ts:71
↓ 1 callersFunctioncosine_sim
(a: number[], b: number[])
src/core/utils/unify.ts:7
↓ 1 callersFunctioncosine_similarity
(a: number[], b: number[])
src/core/utils/memory.ts:77
↓ 1 callersFunctioncreateCacheNode
(cfg: openreason_config)
src/core/pipeline/langgraph.ts:64
↓ 1 callersFunctioncreateClassifyNode
(cfg: openreason_config)
src/core/pipeline/langgraph.ts:56
↓ 1 callersFunctioncreateEvaluateNode
(cfg: openreason_config)
src/core/pipeline/langgraph.ts:197
↓ 1 callersFunctioncreateQuickNode
(cfg: openreason_config)
src/core/pipeline/langgraph.ts:93
↓ 1 callersFunctioncreateSolveNode
(cfg: openreason_config)
src/core/pipeline/langgraph.ts:138
↓ 1 callersFunctioncreateStructureNode
(cfg: openreason_config)
src/core/pipeline/langgraph.ts:126
↓ 1 callersFunctioncustomConfigExamples
()
examples/code/custom-config-example.ts:16
↓ 1 callersFunctiondepth_to_mode
(depth: number)
src/core/pipeline/finalizer.ts:24
↓ 1 callersFunctiondepth_to_mode
(depth: number)
src/core/pipeline/shared.ts:9
↓ 1 callersFunctiondetect_contradictions
(text: string)
src/core/verification/verifier.ts:16
↓ 1 callersFunctiondetect_domain
(query: string)
src/core/config/router.ts:19
↓ 1 callersFunctiondetect_logical_contradictions
(text: string)
src/core/verification/verify.ts:102
↓ 1 callersFunctionensure_initialized
()
src/core/config/init.ts:57
↓ 1 callersFunctionevaluate_compliance
(response: string, reasoning_mode: mode)
src/core/verification/evaluator.ts:57
↓ 1 callersFunctionevaluate_logic
(response: string)
src/core/verification/evaluator.ts:39
↓ 1 callersFunctionevaluate_math
(response: string, query: string)
src/core/verification/evaluator.ts:29
↓ 1 callersFunctionevaluate_philosophical
(response: string)
src/core/verification/evaluator.ts:48
↓ 1 callersFunctionevaluate_self_consistency
(response: string)
src/core/verification/evaluator.ts:81
↓ 1 callersFunctionexamples
()
examples/code/basic-examples.ts:19
↓ 1 callersFunctionget_evolution_stats
()
src/core/utils/evolve.ts:42
↓ 1 callersFunctionget_memory_stats
()
src/core/utils/memory.ts:84
↓ 1 callersFunctioninfer
(q: string)
src/api/provider.ts:63
↓ 1 callersFunctionlearningExamples
()
examples/code/learning-example.ts:25
↓ 1 callersFunctionload_memory
(path: string)
src/core/utils/memory.ts:20
↓ 1 callersFunctionload_prompt_seeds
()
src/core/utils/prompt.ts:33
↓ 1 callersFunctionmain
()
src/cli/index.ts:129
↓ 1 callersFunctionmain
()
tests/logic.test.ts:3
↓ 1 callersFunctionmain
()
tests/math.test.ts:3
↓ 1 callersFunctionmain
()
tests/langgraph.test.ts:3
↓ 1 callersFunctionmain
()
tests/reason.test.ts:3
↓ 1 callersFunctionmain
()
examples/code/provider-examples.ts:26
↓ 1 callersFunctionmemoryExamples
()
examples/code/memory-example.ts:16
↓ 1 callersFunctionmissingKey
(name: string)
examples/code/provider-examples.ts:11
↓ 1 callersFunctionmock_response
(prompt: string)
src/api/provider.ts:52
↓ 1 callersFunctionmutate_prompts
(avg: { accuracy: number; compliance: number; latency: number })
src/core/utils/prompt.ts:113
↓ 1 callersFunctionparse_args
(argv: string[])
src/cli/index.ts:39
↓ 1 callersFunctionparse_boolean
(value?: string)
src/cli/index.ts:34
↓ 1 callersFunctionparse_json_block
(raw: string)
src/core/pipeline/skeleton.ts:19
↓ 1 callersFunctionreason
(query: string, cfg: openreason_config)
src/core/pipeline/reason.ts:205
↓ 1 callersFunctionreasonEthics
(query: string)
src/engines/ethics.ts:1
↓ 1 callersFunctionreason_with_langgraph
(query: string, cfg: openreason_config)
src/core/pipeline/langgraph.ts:284
↓ 1 callersFunctionremove_contradictory_statements
(steps: string[])
src/core/utils/unify.ts:20
↓ 1 callersFunctionsigmoid
(x: number)
src/core/utils/metrics.ts:1
↓ 1 callersFunctionsimple_math_sanity
(text: string)
src/core/verification/verifier.ts:21
↓ 1 callersFunctionsimple_vectorize
(text: string)
src/core/utils/unify.ts:14
↓ 1 callersFunctionsolveMath
(query: string)
src/engines/math.ts:1
↓ 1 callersFunctionstandard_reason
(query: string, cfg: openreason_config)
src/core/pipeline/reason.ts:37
next →1–100 of 117, ranked by callers