Commit graph

46 commits

Author SHA1 Message Date
62fb5f883d util:mv-bind: additional return values are always declared optional 2026-07-23 11:44:30 +02:00
2d30776e81 use util:mv-bind for evaluating return values of action handlers 2026-07-23 11:26:08 +02:00
5b71b0d5e4 provide util:mv-bind for use in csys procs; csys: minor clean-ups 2026-07-23 11:15:14 +02:00
8cd2b882ee csys test: forward message to zero neuron => fixes 2026-07-21 17:24:02 +02:00
d316b73e93 csys:create-zero basically working 2026-07-21 12:54:10 +02:00
72de4e9126 remove obsolete substrate system 2026-07-21 08:23:39 +02:00
560d423435 work in progress: csys setup: create zero neuron 2026-07-20 19:39:01 +02:00
7c78f1df2f csys: scope creation: fixes and improvements 2026-07-20 10:50:45 +02:00
85c23f10e0 environ:create, with fixes / improvemenst on csys:scope 2026-07-20 09:58:14 +02:00
e3308dbf80 csys, work in progress: environ setup: create zero neuron 2026-07-19 08:46:48 +02:00
20ed5134e5 csys, work in progress: environ:actions 2026-07-18 16:48:26 +02:00
b7546b3c0f csys, work in progress: set up program and proc 2026-07-18 10:06:07 +02:00
877f23a5d4 work in progress: environ:forward 2026-07-15 19:13:54 +02:00
e816a13d41 util:plist-merge, use in csys:notify-created 2026-07-14 10:59:51 +02:00
a20170368b more csys refactoring (still in progress) with scope class, action handlers 2026-07-12 15:51:02 +02:00
8471173a99 work in progress: csys refactoring (old version in 'legacy') 2026-07-11 13:09:01 +02:00
205f96d917 use pushnew instead of adjoin 2026-04-30 09:17:09 +02:00
b863763e9b csys: start with defining programs 2026-04-08 09:09:40 +02:00
429634dd82 message, csys: functions for accessing action and object keys in message heads 2026-04-07 08:10:47 +02:00
90fad03268 csys: add-sensor; action id = domain + action; sensor id = domain + class + item 2026-04-06 14:20:45 +02:00
133e6ebed9 csys: get rid of env paramater - just set it in neuron lambda function 2026-04-05 10:21:54 +02:00
8bf7e8ae0c csys: provide add-action and add-sensors methods 2026-04-05 08:39:12 +02:00
cd62c8eed4 csys: simplify setup / initialization in test 2026-04-02 08:22:16 +02:00
c04546ffe7 csys: provide generic functions for accessing neuron state 2026-03-28 22:14:59 +01:00
ff1183707a csys: rearrange code + comments 2026-03-22 08:40:54 +01:00
ac4074eccc csys: modify message after sensor creation, + fix test: eff-proc 2026-03-11 15:16:24 +01:00
0335e7e54d csys tests: use test-core receiver; + test-core fixes 2026-03-09 12:47:43 +01:00
3782305853 csys: env: + proc register; provide special neuron processor for effectors 2026-03-08 14:52:33 +01:00
bc4aa6f219 csys: only one starter (zero) neuron, that is both sensor and effector 2026-03-08 10:17:37 +01:00
6ea6811103 csys: minor fixes 2026-03-08 07:48:53 +01:00
c6292309a4 csys: add detectors registry to environment, for efferent (motoric) neurons 2026-03-03 14:41:52 +01:00
8e66cd63ed csys improvements: make-neuron, update-neuron, ... 2026-03-03 10:51:59 +01:00
78be34bfae csys: start with just one :zero neuron that creates two sensors (:s1 and :s2) 2026-03-02 17:27:41 +01:00
abdd00f1ad csys: provide a standard neuron processor with delegation to action handlers 2026-03-01 15:41:45 +01:00
f3491a5aa3 testing: + in-seq test, use in csys probe 2026-02-28 12:19:21 +01:00
0bc84cc02e actor:message: provide base class with customer slot 2025-07-04 10:41:22 +02:00
4c9244a052 csys: basic set-up of neurons and synapses with action handling 2025-06-19 09:57:30 +02:00
2f5a3b1d74 csys: first running neuron example with two sensors (just logging) 2025-06-18 17:04:44 +02:00
3ccf33393e work in progress: csys: create sensor upon first send of :csys message. 2025-06-18 15:37:25 +02:00
2aaf8a482d work in progress: csys: autostart actors upon send 2025-06-18 10:24:04 +02:00
5562155740 actor: clean-up: remove obsolete code, only use async:task 2025-06-17 09:47:01 +02:00
41ed781a44 async: provide higher-level mailbox with task channel 2025-06-12 10:49:43 +02:00
5ff08dcde6 csys: now without dispatcher loop - send is directly submitting the selected action 2025-06-11 20:03:42 +02:00
6cef655707 csys: basic dispatching mechanism working 2025-06-11 19:33:05 +02:00
0eb98e357e work in progress: csys basics 2025-06-11 18:32:42 +02:00
445c5a5c3b create new package scopes/csys: new communication system implementation 2025-06-11 15:30:46 +02:00