Helmut Merz helmutm · he/him
helmutm pushed to master at cco/ex-scopes-phxdev 2026-05-30 22:13:03 +02:00
a7b5b6fc97 experimenting with JSON WebAPI: create concept schema
helmutm pushed to master at cco/ex-scopes 2026-05-30 11:59:24 +02:00
03c25342c4 csys: use refute_receive with timeout
helmutm pushed to master at cco/ex-scopes 2026-05-27 22:35:58 +02:00
958c36a100 add some notes (comments) on next steps; improve bias handling
helmutm pushed to master at cco/py-scopes 2026-05-26 09:35:29 +02:00
2b69416c44 add missing description property for oidc principal
helmutm pushed to master at cco/ex-scopes 2026-05-25 19:52:40 +02:00
2161242e54 csys: recursive-1 test: one more neuron, a sensor as primariy receiver
helmutm pushed to master at cco/ex-scopes 2026-05-25 16:17:09 +02:00
9392c8c12d csys: remove unneeded code, minor clean-up, set sleep after init to 30ms
helmutm pushed to master at cco/ex-scopes 2026-05-25 11:07:51 +02:00
45086fc424 csys: init steps via env state, use Environ.forward_value() to send messages to sensors
helmutm pushed to master at cco/ex-scopes 2026-05-25 08:46:03 +02:00
5b9597ea79 csys: init steps, work in progress: create, connect via env
helmutm pushed to master at cco/ex-scopes 2026-05-25 07:56:35 +02:00
dad38ad2c6 csys: basically working: delegating tasks from app to env, getting neurons via address
helmutm pushed to master at cco/ex-scopes 2026-05-24 15:03:10 +02:00
417bdf201a csys: start setting neuron addresses to be stored in env state
helmutm pushed to master at cco/ex-scopes 2026-05-24 14:33:09 +02:00
f8a767db50 CSys.Environ: State with two-level cell registry (work in progress
dee9cb6a6f csys: test re-positionings and other minor improvements
Compare 2 commits »
helmutm pushed to master at cco/ex-scopes 2026-05-23 17:06:50 +02:00
8e79c80470 csys: fixes, clean-ups, simplifications: atom lists, fix sleep() call
helmutm pushed to master at cco/ex-scopes 2026-05-23 14:51:50 +02:00
3a9d281f65 csys: a second test with just 1 neuron, linked to itself, + 1 effector
helmutm pushed to master at cco/ex-scopes 2026-05-20 16:45:34 +02:00
046f518289 move (example) init sequence to Program; + clean-up
helmutm pushed to master at cco/ex-scopes 2026-05-20 13:53:01 +02:00
b223400225 csys: Environ initialization sequence basically working
helmutm pushed to master at cco/ex-scopes 2026-05-20 12:29:34 +02:00
38207ab8d9 csys: work in progress: Environ: + initialization sequence for system setup
helmutm pushed to master at cco/ex-scopes 2026-05-20 08:22:12 +02:00
998be76e34 csys: clean-up, use comprehensions instead of reduce; + synapse operation: multiply
helmutm pushed to master at cco/ex-scopes 2026-05-19 17:07:09 +02:00
b5f78355fe csys: automatically compose op list for synapses
helmutm pushed to master at cco/ex-scopes 2026-05-19 16:44:53 +02:00
8eb05caaae csys: basically working: process numerical values with adding to state value and checking threshold
helmutm pushed to master at cco/ex-scopes 2026-05-19 15:38:31 +02:00
acda4f301f csys: provide compose() function for combining synapse operators