Files¶
- dir GNUS-NEO-SWARM
- dir flutter_app
- dir ios
- dir linux
- dir windows
- dir flutter
- dir runner
- file runner/flutter_app/windows/runner/flutter_window.cpp
- file runner/flutter_app/windows/runner/flutter_window.h
- file runner/flutter_app/windows/runner/main.cpp
- file runner/flutter_app/windows/runner/resource.h
- file runner/flutter_app/windows/runner/utils.cpp
- file runner/flutter_app/windows/runner/utils.h
- file runner/flutter_app/windows/runner/win32_window.cpp
- file runner/flutter_app/windows/runner/win32_window.h
- dir flutter_slm_bridge
- dir example
- dir ios
- dir linux
- dir windows
- dir runner
- file runner/flutter_slm_bridge/example/windows/runner/flutter_window.cpp
- file runner/flutter_slm_bridge/example/windows/runner/flutter_window.h
- file runner/flutter_slm_bridge/example/windows/runner/main.cpp
- file runner/flutter_slm_bridge/example/windows/runner/resource.h
- file runner/flutter_slm_bridge/example/windows/runner/utils.cpp
- file runner/flutter_slm_bridge/example/windows/runner/utils.h
- file runner/flutter_slm_bridge/example/windows/runner/win32_window.cpp
- file runner/flutter_slm_bridge/example/windows/runner/win32_window.h
- dir runner
- dir ios
- dir macos
- dir src
- file src/flutter_slm_bridge.h
- file src/os_defines.h
Platform abstraction for flutter_slm_bridge. - file src/src/flutter_slm_bridge.c
- dir example
- dir src
- dir api
- file api/api_server.cpp
Inference pipeline orchestration implementation. - file api/api_server.hpp
Orchestrates the full inference pipeline (PTDS §9)
- file api/api_server.cpp
- dir common
- file common/error.cpp
Boost.Outcome error category registration for GNUS NEO SWARM. - file common/error.hpp
Error codes and outcome::result alias for GNUS NEO SWARM. - file common/logging.hpp
Logging facade — wraps spdlog directly. - file common/types.hpp
Shared data types for the GNUS NEO SWARM engine.
- file common/error.cpp
- dir core
- dir engine
- file engine/inference_engine.hpp
Abstract inference engine interface. - file engine/mnn_inference_engine.cpp
MNN inference engine — cross-platform, config-driven. - file engine/mnn_inference_engine.hpp
- file engine/inference_engine.hpp
- dir fp4
- file fp4/fp4_codec.cpp
FP4 v3 quantization codec implementation. - file fp4/fp4_codec.hpp
FP4 v3 4-bit floating-point quantization codec (PTDS §4.1)
- file fp4/fp4_codec.cpp
- dir sgprocessing
- file sgprocessing/sg_processing_bridge.cpp
SGProcessingManager bridge — Phase 1 direct inference. - file sgprocessing/sg_processing_bridge.hpp
Bridge to SuperGenius SGProcessingManager for GNUS network dispatch. - file sgprocessing/tensor_interpreter.cpp
Raw tensor byte to text conversion. - file sgprocessing/tensor_interpreter.hpp
Converts raw SGProcessingManager output bytes to text.
- file sgprocessing/sg_processing_bridge.cpp
- dir tokenizer
- file tokenizer/tokenizer.hpp
Abstract tokenizer interface.
- file tokenizer/tokenizer.hpp
- dir engine
- dir elm
- file elm/elm_stub.cpp
Minimal compilation unit for the neoswarm_elm library (Wave 1). - file elm/i_elm.hpp
Abstract interface for Expert Language Models (doc 03 §5.2)
- file elm/elm_stub.cpp
- file src/genius_elm_chat_c.cpp
C FFI entry point stub for GeniusElmInit / GeniusElmChatCompletionsCreate / GeniusElmStringFree / GeniusElmGetStatus. - file src/genius_elm_chat_completions.cpp
- file src/genius_elm_chat_completions.h
- dir knowledge
- file knowledge/context_injection.cpp
Prompt augmentation with Grokipedia facts. - file knowledge/context_injection.hpp
Augments prompts with Grokipedia facts (PTDS §8.2) - file knowledge/fact_validation.cpp
Post-generation fact checking implementation. - file knowledge/fact_validation.hpp
Post-generation fact checking against Grokipedia (PTDS §8.3) - file knowledge/knowledge_retrieval.cpp
- file knowledge/knowledge_retrieval.hpp
- file knowledge/context_injection.cpp
- dir network
- file network/p2p_node.cpp
libp2p swarm node implementation - file network/p2p_node.hpp
libp2p swarm node (PTDS §4.2) - file network/result_aggregation.cpp
Swarm response aggregation implementation. - file network/result_aggregation.hpp
Timeout-bounded collection of swarm node responses (PTDS §4.2) - dir sg_client
- file sg_client/sg_job_submitter.cpp
Dispatches GNUS schema JSON directly to GeniusSDKProcess. - file sg_client/sg_job_submitter.hpp
Dispatches GNUS schema JSON directly to GeniusSDKProcess. - file sg_client/sg_result_collector.cpp
GeniusSDK processing status polling with exponential backoff. - file sg_client/sg_result_collector.hpp
Collects inference results via GeniusSDK processing status polling. - file sg_client/super_genius_client.cpp
Bridges GNUS NEO SWARM to SuperGenius via GeniusSDK dispatch. - file sg_client/super_genius_client.hpp
Client for SuperGenius blockchain compute network dispatch via GeniusSDK.
- file sg_client/sg_job_submitter.cpp
- file network/p2p_node.cpp
- dir reputation
- file reputation/node_reputation.hpp
Reputation helpers for GNUS NEO SWARM nodes. - file reputation/reputation_crdt.cpp
LWW CRDT reputation synchronisation implementation. - file reputation/reputation_crdt.hpp
Last-Write-Wins CRDT for reputation synchronisation (PTDS §4.2) - file reputation/reputation_scoring.cpp
Reputation update formula implementation. - file reputation/reputation_scoring.hpp
Reputation update formulas (PTDS §7.2) - file reputation/reputation_storage.cpp
RocksDB-backed reputation persistence implementation. - file reputation/reputation_storage.hpp
RocksDB-backed reputation persistence (PTDS §4.2) - file reputation/weighted_consensus.cpp
Weighted consensus implementation. - file reputation/weighted_consensus.hpp
Weighted consensus selection (PTDS §7.3)
- file reputation/node_reputation.hpp
- dir router
- file router/i_router.hpp
Abstract router interface for GNUS NEO SWARM. - file router/prompt_analyzer.cpp
Prompt feature extraction implementation. - file router/prompt_analyzer.hpp
Extracts routing features from a raw prompt string (PTDS §6.1) - file router/rule_based_router.cpp
Rule-based router implementation. - file router/rule_based_router.hpp
Rule-based prompt router (PTDS §6.1)
- file router/i_router.hpp
- dir security
- file security/message_signing.cpp
Message signing implementation. - file security/message_signing.hpp
secp256k1 sign/verify for inter-node messages (PTDS §4.3) - file security/node_identity.cpp
secp256k1 keypair implementation - file security/node_identity.hpp
secp256k1 keypair and PeerId derivation (PTDS §4.3)
- file security/message_signing.cpp
- dir specialists
- file specialists/grammar_specialist.cpp
Grammar specialist implementation. - file specialists/grammar_specialist.hpp
Grammar correction specialist model (PTDS §5.2) - file specialists/i_specialist.hpp
Abstract interface for all specialist modules (PTDS §5.2) - file specialists/math_specialist.cpp
Math specialist implementation. - file specialists/math_specialist.hpp
GSM8K-tuned math specialist model (PTDS §5.2) - file specialists/symbolic_fallback.cpp
Recursive-descent expression evaluator. - file specialists/symbolic_fallback.hpp
Expression parser and evaluator for math validation (PTDS §5.2)
- file specialists/grammar_specialist.cpp
- file src/src/main.cpp
- dir api
- dir test
- dir benchmark
- file benchmark/bench_mnn_llm.cpp
Benchmark MNN LLM inference — measures prefill + decode performance. - file benchmark/os_memory.hpp
Platform-specific peak-memory measurement for benchmarks.
- file benchmark/bench_mnn_llm.cpp
- dir common
- dir core
- file core/test_fp4_codec.cpp
Unit tests for FP4Codec.
- file core/test_fp4_codec.cpp
- dir ffi
- dir integration
- file integration/test_pipeline.cpp
Integration tests — full pipeline in stub mode. - file integration/test_sgprocessing_pipeline.cpp
Integration tests: NeoSwarm → SGProcessingManager → TensorInterpreter.
- file integration/test_pipeline.cpp
- dir knowledge
- file knowledge/test_context_injection.cpp
- file knowledge/test_fact_validation.cpp
Unit tests for FactValidation — claim verification against grounding facts. - file knowledge/test_knowledge_retrieval.cpp
- dir network
- file network/test_network.cpp
Unit tests for P2PNode and ResultAggregation. - file network/test_sg_client.cpp
Unit tests for SGJobSubmitter and SGResultCollector.
- file network/test_network.cpp
- dir reputation
- file reputation/test_reputation.cpp
Unit tests for reputation subsystem.
- file reputation/test_reputation.cpp
- dir router
- file router/test_router.cpp
Unit tests for PromptAnalyzer and RuleBasedRouter.
- file router/test_router.cpp
- dir security
- file security/test_message_signing.cpp
Unit tests for MessageSigning — verify, tamper rejection, replay protection. - file security/test_node_identity.cpp
Unit tests for NodeIdentity — key generation, sign/verify, encrypted save/load.
- file security/test_message_signing.cpp
- dir specialists
- file specialists/test_grammar_specialist.cpp
Unit tests for GrammarSpecialist — happy, unhappy paths. - file specialists/test_math_specialist.cpp
Unit tests for MathSpecialist — happy, unhappy paths. - file specialists/test_symbolic_fallback.cpp
Unit tests for SymbolicFallback expression parser — happy, unhappy, fuzz.
- file specialists/test_grammar_specialist.cpp
- dir benchmark
- dir ui
- dir ios
- dir linux
- dir windows
- dir runner
- file runner/ui/windows/runner/flutter_window.cpp
- file runner/ui/windows/runner/flutter_window.h
- file runner/ui/windows/runner/main.cpp
- file runner/ui/windows/runner/resource.h
- file runner/ui/windows/runner/utils.cpp
- file runner/ui/windows/runner/utils.h
- file runner/ui/windows/runner/win32_window.cpp
- file runner/ui/windows/runner/win32_window.h
- dir runner
- dir flutter_app
Updated on 2026-07-25 at 22:56:57 +0000