-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or requestjulesAssigned to Google JulesAssigned to Google Jules
Description
Description
Implement the Cognitive Layer (synapse-cognition) to enable the system to "think" using Small Language Models (SLMs) like Phi-3 Mini or Gemma 2B, guided by the ethical constraints of the Synapse Core.
Architecture
The LLM acts as the Cognitive Cortex, while Synapse Core acts as the Limbic/Moral System.
The Loop
- Perception: Input -> Latent Vector.
- Judgment: Core analyzes Entropy/Suffering (Genesis Matrix).
- Cognition: LLM generates response/thought based on dynamic system prompt injected with ethical state.
- Simulation: Response is fed back to Core to verify entropy reduction before output.
Tasks
- Create
crates/synapse-cognitionlibrary. - Define
CognitivePorttrait insynapse-core. - Implement
OrtCognitiveAdapterusingort(ONNX Runtime) for cross-platform inference (PC/Android). - Implement the "Thought Loop" logic connecting Core and Cognition.
- Integrate with
synapse-clifor testing.
Technical Stack
- Runtime: ONNX Runtime (
ortcrate) for broad hardware support (NPU/GPU). - Models: Quantized Phi-3 Mini or Gemma 2B (ONNX format).
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestjulesAssigned to Google JulesAssigned to Google Jules