topic: actor
15 modules sharing the actor name family (derived from the tree's prefix discipline).
The 'actor' topic family in the Nishi sovereign ecosystem provides a framework for cooperative, concurrent processing within differentiated cells, using green-thread drivers to manage task execution. Modules like nx_actor_role_audio_grader handle scene grading through audio analysis, while nx_actor_role_game_logic manages game-specific logic, ensuring responsive and structured behavior. nx_actor_role_llm acts as an adapter for LLM inference, enabling integration of language models into the actor-driven architecture. These modules work together to support modular, scalable, and efficient processing within the ecosystem.
auto-narrated by the local model from this topic's module headers; links verified against the wiki index.
narrated overview -- maintained by the narration lane, module links verified against this wiki.
| module | description | lines | funcs |
|---|---|---|---|
| nx_actor.nx | cooperative green-thread driver for differentiated cells. | 341 | 21 |
| nx_actor_role_audio_grader.nx | audio-scene-grading actor role. | 183 | 10 |
| nx_actor_role_audio_grader_test.nx | smoke for nx_actor_role_audio_grader. | 115 | 1 |
| nx_actor_role_game_logic.nx | game-logic actor role. | 171 | 10 |
| nx_actor_role_game_logic_test.nx | smoke for nx_actor_role_game_logic. | 128 | 1 |
| nx_actor_role_image_grader.nx | image-grading actor role. | 155 | 10 |
| nx_actor_role_image_grader_test.nx | smoke for nx_actor_role_image_grader. | 122 | 1 |
| nx_actor_role_llm.nx | LLM-inference actor role adapter. | 287 | 12 |
| nx_actor_role_llm_test.nx | integration smoke proving the actor adapter | 146 | 2 |
| nx_actor_role_llm_v2.nx | REAL transformer-forward LLM actor. | 266 | 11 |
| nx_actor_role_llm_v2_autoreg_test.nx | reset state-machine smoke for | 101 | 1 |
| nx_actor_role_llm_v2_real_autoreg_test.nx | multi-token REAL transformer | 120 | 1 |
| nx_actor_role_llm_v2_real_test.nx | REAL end-to-end smoke driving the | 262 | 3 |
| nx_actor_role_llm_v2_test.nx | wiring smoke for nx_actor_role_llm_v2. | 126 | 1 |
| nx_actor_test.nx | smoke for nx_actor. | 176 | 1 |