Helmut Merz helmutm · he/him
helmutm pushed to master at cco/cl-scopes 2026-07-20 09:58:25 +02:00
85c23f10e0 environ:create, with fixes / improvemenst on csys:scope
helmutm pushed to master at cco/cl-scopes 2026-07-19 15:27:30 +02:00
baf46a36d4 environ: use cell registry: register-cell, find-cells
e3308dbf80 csys, work in progress: environ setup: create zero neuron
Compare 2 commits »
helmutm pushed to master at cco/cl-scopes 2026-07-18 16:48:42 +02:00
20ed5134e5 csys, work in progress: environ:actions
b7546b3c0f csys, work in progress: set up program and proc
Compare 2 commits »
helmutm pushed to master at cco/cl-scopes 2026-07-17 12:08:20 +02:00
8e784b5960 new package util/index, to be used for csys:environ cell registry
877f23a5d4 work in progress: environ:forward
Compare 2 commits »
helmutm pushed to master at cco/cl-scopes 2026-07-14 11:00:01 +02:00
e816a13d41 util:plist-merge, use in csys:notify-created
helmutm pushed to master at cco/cl-scopes 2026-07-12 15:51:12 +02:00
a20170368b more csys refactoring (still in progress) with scope class, action handlers
helmutm pushed to master at cco/cl-scopes 2026-07-11 13:09:10 +02:00
8471173a99 work in progress: csys refactoring (old version in 'legacy')
helmutm pushed to master at cco/hugo-theme-cybercards 2026-07-06 11:07:28 +02:00
0f38637f1a add pagebreak shortcode
helmutm pushed to master at cco/py-scopes 2026-07-04 21:27:31 +02:00
778324ad33 add fastapi as optional dependency, + first experiments
db1f78f4e6 some experiments with async / await: set up a simple actor framework
Compare 2 commits »
helmutm pushed to master at cco/ex-scopes 2026-06-24 07:36:24 +02:00
311261cd02 core: avoid fixed :csys domain, always use input domain
d4f58655ca cell registry: use {dom, cat} as key to allow query by category
Compare 2 commits »
helmutm pushed to master at cco/ex-scopes 2026-06-21 22:10:14 +02:00
eb0954eeee Program: provide shortcuts for init / execution steps
7701030b0c provide Environ.create() for simplification of init sequence
Compare 2 commits »
helmutm pushed to master at cco/ex-scopes 2026-06-21 14:59:48 +02:00
4ec4b62a59 get rid of Environ.State.cells: just use cell registry
helmutm pushed to master at cco/ex-scopes 2026-06-21 14:28:14 +02:00
8919d99cbc use Environ cell registry for accessing all neurons
7105937324 actor: handle :become message first
Compare 2 commits »
helmutm pushed to master at cco/ex-scopes 2026-06-19 09:14:32 +02:00
8efa448999 start cell registry in Environ.setup(), start env via application
helmutm pushed to master at cco/ex-scopes 2026-06-17 19:07:53 +02:00
c15897aa93 work in progress: register and lookup environ cells
1ff299bee1 use new :create action, remove old create actions and handlers
Compare 2 commits »
helmutm pushed to master at cco/ex-scopes 2026-06-17 14:24:42 +02:00
22bf6fdf2c core.program: provide new generic :create action; clean up init seq
3aafb36bd3 starting with Environ cell registry
Compare 2 commits »
helmutm pushed to master at cco/ex-scopes 2026-06-16 18:43:35 +02:00
ea03dccf53 core.actor: add (optional) registration for named actors or neurons
b24c82fe57 starting to set up routing in csys app
Compare 2 commits »
helmutm pushed to master at cco/ex-scopes 2026-06-15 16:38:57 +02:00
8951df4282 set up apps/csys example application (instead of projects/demo)
helmutm pushed to master at cco/ex-scopes 2026-06-15 15:01:38 +02:00
ec3c311539 core: use strings as neuron addresses
244c61ddd1 add handling of post (JSON) data, still with demo output
Compare 2 commits »
helmutm pushed to master at cco/ex-scopes 2026-06-14 07:50:37 +02:00
8f0d8278cf provide message routes; allow serving of static files