Helmut Merz helmutm · he/him
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
helmutm pushed to master at cco/ex-scopes 2026-06-12 10:56:42 +02:00
6051502e61 move Util module out of core; + some minor fixes in application and web.server
helmutm pushed to master at cco/ex-scopes 2026-06-10 18:44:26 +02:00
6da82d924b provide default sample application in lib: proof of concept: display string - working
helmutm pushed to master at cco/ex-scopes 2026-06-10 09:20:37 +02:00
8e0cecec8e set up a simple scopes demo projact / application (work in progress)
helmutm pushed to master at cco/ex-scopes 2026-06-08 19:46:24 +02:00
611b20b3b3 renames and rearrangements: get rid of CSys, move core stuff to Core
b34fb9cfa8 renames and rearrangements, work in progress: move / rename implemenation files
f78530d7e5 renames and rearrangements, work in progress: move / rename test modules
Compare 3 commits »
helmutm pushed to master at cco/ex-scopes 2026-06-08 07:47:36 +02:00
2f18622425 improve logging useing Util.show; test: control log level via SCOPES_LOG_LEVEL
helmutm pushed to master at cco/ex-scopes 2026-06-07 09:02:49 +02:00
7a73d32752 macro Util.show: renamed, use in CSys for logging; remove lgi
88d6544749 macro Util.lgi(): log names (expressions) and values
5123c1b3e8 Util.fields_info(): convert field names to string
Compare 3 commits »
helmutm pushed to master at cco/ex-scopes 2026-06-04 21:06:47 +02:00
8b590695bb macro fields_info(), to be used for logging
cdff646437 csys: remove obsolete code
Compare 2 commits »
helmutm pushed to master at cco/ex-scopes 2026-06-02 08:42:34 +02:00
7dd2b1e137 CSys.Program: introduce optional limit parameter
helmutm pushed to master at cco/ex-scopes 2026-06-02 07:14:25 +02:00
458861c9d3 CSys.Program: use proc parameters (args) in proc closure instead of state