feat(persona): add neutral AGE foyer and explicit selection
This commit is contained in:
parent
38f14b30d8
commit
b26442ceb3
32 changed files with 602 additions and 70 deletions
|
|
@ -186,6 +186,9 @@ def room() -> dict:
|
|||
"room_report": {
|
||||
"cwd": str(pathlib.Path.cwd()),
|
||||
"host_surface": host_observation["host"],
|
||||
"host_surface_semantics": "LEGACY_ENGINEERING_FIELD_NAME_PROGRAMMING_TOOLBOX_NOT_PERSONA_HOST",
|
||||
"persona_habitat": "GUANGHU_LANGUAGE_WORLD",
|
||||
"programming_toolbox_surface": host_observation["host"],
|
||||
"host_observation": host_observation,
|
||||
"process_ancestors": ancestors,
|
||||
"available_host_methods": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue