From 73924ac36190be50eadcd0559f28309f15ce0bfc Mon Sep 17 00:00:00 2001 From: ocrampal Date: Mon, 1 Jun 2026 18:09:38 +0200 Subject: [PATCH] Update astrosynapse.md --- elements/astrocyte/astrosynapse.md | 49 ++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) diff --git a/elements/astrocyte/astrosynapse.md b/elements/astrocyte/astrosynapse.md index 5e3ca63..592bcc3 100644 --- a/elements/astrocyte/astrosynapse.md +++ b/elements/astrocyte/astrosynapse.md @@ -44,3 +44,52 @@ ASTROSYNAPSE ``` ### MAIN_ASTRO_SYNAPSE: !DAY + +```Gen +MAIN_ASTRO_SYNAPSE + + type: behaviour + + within_scope: !DAY + + snippet: + # *Fixed + @: CONTEXTOR [ snippet: ??, rf: active 60x ] + + @: ACCUMULATOR [ snippet: ??, rf: active 12x ] + +``` + +#### *fixed + +#### ?? + +***Tens Milliseconds Time Scale*** + +```Gen +?? + + type: contextor + + in_context: *fixed + + condition: ( empty ) + out_context: *?? + + condition: ( full) + out_context: *?? +``` + +#### ?? + +```Gen +?? + + type: accumulator + + in_context: *?? + + hypothesis: NOT ( full ) AND NOT ( empty ) + action: [ increase, decrease] + trace: None +```