Update presynapse.md

This commit is contained in:
2026-06-25 17:00:45 +02:00
parent e4e390bb90
commit 96fb613ba0
+25 -52
View File
@@ -108,10 +108,10 @@ PRESYNAPSE
```
## MAIN
## RELEASE_NT
```Gen
MAIN
RELEASE_NT
// Emit NT
@@ -133,14 +133,6 @@ MAIN
trace: None
}
// Tag endourance
void: INSTANTIATE [ accumulator: endourance_tag, event: 12x, cost: 3x, context: *AP ] {
hypothesis: _pre_budget empty AND other signals
action: [ _pre_endurance_tag increase ]
trace: None
}
```
## TRACE
@@ -148,55 +140,36 @@ MAIN
```Gen
TRACE
type: container
// Tag endourance, *AP
within_scope: !DAY
// snippet: *AP
void: INCLUDE [ accumulator: TracesAccLow, event: act 3x, cost: act 3x ]
void: INCLUDE [ accumulator: TracesAccMedium, event: act 6x, cost: act 3x ]
void: INCLUDE [ accumulator: TracesAccHigh, event: act 10x, cost: act 3x ]
```
#### *AP
```Gen
Ca2TracesAccuLow
type: accumulator
in_context: *AP
hypothesis: _Ca2 emptiness
action: [ _CaTraceLow increase ]
void: INSTANTIATE [ accumulator: endourance_tag, event: 12x, cost: 3x, context: *AP ] {
hypothesis: _pre_budget empty AND NOT deve esserci la possibilita di spikare e altri segnali come NO
action: [ _pre_endurance_tag increase ]
trace: None
```
}
##### Ca2TracesAccMedium
// Fast Traces
void: INCLUDE [ accumulator: TracesAccLow, event: 3x, cost: 3x, context: NOT *AP ] {
hypothesis: _Ca2 emptiness
action: [ _CaTraceLow increase ]
trace: None
}
```Gen
Ca2TracesAccMedium
type: accumulator
void: INCLUDE [ accumulator: TracesAccMedium, event: 6x, cost: 3x, context: NOT *AP ] {
hypothesis: _Ca2 mediumness
action: [ _CaTraceMed increase ]
trace: None
}
in_context: *AP
hypothesis: _Ca2 mediumness
action: [ _CaTraceMed increase ]
trace: None
```
void: INCLUDE [ accumulator: TracesAccHigh, event: 10x, cost: 3x, context: NOT *AP ] {
hypothesis: _Ca2 fullness
action: [ _CaTraceHigh increase ]
trace: None
}
##### Ca2TracesAccHigh
```Gen
Ca2TracesAccumulationHigh
type: accumulator
in_context: *AP
hypothesis: _Ca2 fullness
action: [ _CaTraceHigh increase ]
trace: None
```
## DECAY