Helmut Merz helmutm · he/him
helmutm pushed to master at cco/ex-scopes-phxdev 2026-04-12 11:24:10 +02:00
88d7bdd60e playing with config: add mailer setting, use dotenv
helmutm pushed to master at cco/cl-scopes 2026-04-08 09:09:52 +02:00
b863763e9b csys: start with defining programs
helmutm pushed to master at cco/cl-scopes 2026-04-07 08:11:00 +02:00
429634dd82 message, csys: functions for accessing action and object keys in message heads
helmutm pushed to master at cco/cl-scopes 2026-04-06 14:20:59 +02:00
90fad03268 csys: add-sensor; action id = domain + action; sensor id = domain + class + item
helmutm pushed to master at cco/cl-scopes 2026-04-05 10:22:17 +02:00
133e6ebed9 csys: get rid of env paramater - just set it in neuron lambda function
helmutm pushed to master at cco/cl-scopes 2026-04-05 08:39:18 +02:00
8bf7e8ae0c csys: provide add-action and add-sensors methods
a4eda71b8d no-op
Compare 2 commits »
helmutm pushed to master at cco/cl-scopes 2026-04-02 08:23:02 +02:00
cd62c8eed4 csys: simplify setup / initialization in test
helmutm pushed to master at cco/cl-scopes 2026-03-30 19:32:23 +02:00
de72fe9aaf csys: allow testing with multiple different neural nets: move env and services setup to individual test
helmutm pushed to master at cco/cl-scopes 2026-03-28 22:15:29 +01:00
c04546ffe7 csys: provide generic functions for accessing neuron state
helmutm pushed to master at cco/cl-scopes 2026-03-22 08:41:09 +01:00
ff1183707a csys: rearrange code + comments
helmutm pushed to master at cco/cl-scopes 2026-03-11 18:22:00 +01:00
ef80927de4 csys tests: use check-seq action (instead of tc:check-message)
helmutm pushed to master at cco/cl-scopes 2026-03-11 15:16:41 +01:00
ac4074eccc csys: modify message after sensor creation, + fix test: eff-proc
helmutm pushed to 3master at cco/loops 2026-03-10 17:36:58 +01:00
bf954a9614 auth selection: cookie with optional domain parameter
a548575704 auth: check for additional cookie default value for auth selection
Compare 2 commits »
helmutm pushed to master at cco/cl-scopes 2026-03-09 12:48:04 +01:00
0335e7e54d csys tests: use test-core receiver; + test-core fixes
helmutm pushed to master at cco/cl-scopes 2026-03-08 14:52:48 +01:00
3782305853 csys: env: + proc register; provide special neuron processor for effectors
helmutm pushed to master at cco/cl-scopes 2026-03-08 10:17:59 +01:00
bc4aa6f219 csys: only one starter (zero) neuron, that is both sensor and effector
helmutm pushed to master at cco/cl-scopes 2026-03-08 07:49:13 +01:00
6ea6811103 csys: minor fixes
helmutm pushed to master at cco/cl-scopes 2026-03-03 14:42:12 +01:00
c6292309a4 csys: add detectors registry to environment, for efferent (motoric) neurons
helmutm pushed to master at cco/cl-scopes 2026-03-03 10:52:13 +01:00
8e66cd63ed csys improvements: make-neuron, update-neuron, ...
helmutm pushed to master at cco/cl-scopes 2026-03-02 17:27:58 +01:00
78be34bfae csys: start with just one :zero neuron that creates two sensors (:s1 and :s2)