README.md,sha256=7pb9WxHIsbrrzlXps_W5ejL147vIu0ak3VTeDjIcfvU,6058
WEBSOCKET_API.md,sha256=LkItXviJL-0DGqX85CSB9LAmcnj2cAnBzETvPIjRY8U,9203
requirements.txt,sha256=YhzaOtVW_vk10JGQOBkXgUQYK3MsQ2E201qIA6pR-Io,122
neuro_simulator/__init__.py,sha256=-tposzyvg6UckPcfSvtc03UjxBa9oCe_zRvlKf8splk,31
neuro_simulator/cli.py,sha256=nG2-Ih7yF6ipxwoLrpfFORHHIC-DgqPEldipDecZH48,4261
neuro_simulator/agent/__init__.py,sha256=t52CZlyTGWqcGjMs90qvpFpRckY2WSSlO7r_H3K_mSY,32
neuro_simulator/agent/core.py,sha256=_UkxMV1S33VHjD1JFlKz17GpaDhHQGNA9s9dsRgd3j0,9561
neuro_simulator/agent/llm.py,sha256=eWqiXOCDB6i82KsayGjNs04SUiUhYWX3mi1OhWwmPtI,4543
neuro_simulator/agent/memory_prompt.txt,sha256=wdpdnbOYhMKgPJnnGlcSejGdt2uItrXzDgz9_8cKnqw,824
neuro_simulator/agent/neuro_prompt.txt,sha256=WSN5Fa6AwVnJaSFhz98fQTb2EtQ35U6w2qga_C-s1Go,1438
neuro_simulator/agent/memory/__init__.py,sha256=YJ7cynQJI6kD7vjyv3rKc-CZqmoYSuGQtRZl_XdGEps,39
neuro_simulator/agent/memory/chat_history.json,sha256=p4jwS2DJbzTvZinDddlrJilOHHwXSy_eZPDdNvRP84I,412
neuro_simulator/agent/memory/core_memory.json,sha256=AMQhNwFteUb7NaM8TFcAmx7Byey3JL9rBlFcErk9OyQ,5141
neuro_simulator/agent/memory/init_memory.json,sha256=JdjEmZz4lAkawFeJGKSnj_wdtaJJBZ-xoAdctR3GjWk,3184
neuro_simulator/agent/memory/manager.py,sha256=R9OsPTt8lXsc2Z95lYRJCmKAOghOtHARzpOtqOnU_Wg,6214
neuro_simulator/agent/memory/temp_memory.json,sha256=ZZPzk0IwtWzJKVVsINfZCEMiDqKEDvFVQ3fke70HD-M,148
neuro_simulator/agent/tools/__init__.py,sha256=1WZy6PADfi6o1avyy1y-ThWBFAPJ_bBqtkobyYpf5ao,38
neuro_simulator/agent/tools/add_temp_memory.py,sha256=R6K-iVMD6ykd7pS3uI811dZIkuuAf7nPn9c6xCzqiHc,2127
neuro_simulator/agent/tools/add_to_core_memory_block.py,sha256=dt7y3w-qr379gS79mdata9w3hHG45wxdVIDXPnROO1Y,2306
neuro_simulator/agent/tools/base.py,sha256=Xj9ABTAtSFazhQf-qCMMWTCQVLsq48MZtKFVuBsYLQg,1799
neuro_simulator/agent/tools/create_core_memory_block.py,sha256=uM2vF71Ai3NH2-Qbr7u8nRmo4EoRzWYsTurfUH2X6s8,2766
neuro_simulator/agent/tools/delete_core_memory_block.py,sha256=_t2NZWZaxuWJsm9Uof3Zscvucyz-xJfyC0KrssSXPGI,1379
neuro_simulator/agent/tools/get_core_memory_block.py,sha256=vFK6lrbOqdxWVpYa7yF96wkXKMcpQAn4E68GCZlu0Ow,1432
neuro_simulator/agent/tools/get_core_memory_blocks.py,sha256=UbK-GkPgha35n703bCKzdnoIKgXR4U4YxqsSYWimW6c,1059
neuro_simulator/agent/tools/manager.py,sha256=VIOjgcWUiIzZaQw2yMT6W5kxlEpcnlGZwjGwQJ721Sg,7152
neuro_simulator/agent/tools/model_spin.py,sha256=MFRUOKumx-vPMq7f9fteW-KJhL_TBmKUEWQg3ezLunU,1374
neuro_simulator/agent/tools/model_zoom.py,sha256=12Mnd8Y-487Klxgz2Nf1Xno-yF0b4t26O5UpFp_RKmE,1368
neuro_simulator/agent/tools/remove_from_core_memory_block.py,sha256=uiY69y2iIJYp3Zh8EdtP2_G5Zqfs4YKSmTBd9zcIp_c,2372
neuro_simulator/agent/tools/speak.py,sha256=7vPbfWjllxSz39HmOUbKRPwPx64q2vsYrqDu-JsfZJk,1870
neuro_simulator/agent/tools/update_core_memory_block.py,sha256=CQgimyPNLmOuK_pDAiAxV9qEf3Tx6u7OKludlIR08BA,2272
neuro_simulator/api/__init__.py,sha256=5LWyDSayPGdQS8Rv13nmAKLyhPnMVPyTYDdvoMPB4xw,56
neuro_simulator/api/system.py,sha256=hPmtj2YF0UeTVTbO7qhtCDmrlN0hGBJrlhbIgGFIJz0,1262
neuro_simulator/assets/neuro_start.mp4,sha256=xCLnNzv4THnzRYwkdV6EiqXc-XtFd867R2ZVLDvNp0Y,8226418
neuro_simulator/chatbot/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
neuro_simulator/chatbot/core.py,sha256=qtNRkEf1oXM9U9eRp13jGHZORgy9iViHQsxepIxou1U,11259
neuro_simulator/chatbot/llm.py,sha256=_Drpljpi54yXfH-dUpRk6Pzxe4-xeUzqP56xFohhlwU,4528
neuro_simulator/chatbot/memory/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
neuro_simulator/chatbot/memory/core_memory.json,sha256=THAls7usPrFDRNSw3AoptRJrqQJO0f5FLUH5jAXlCek,423
neuro_simulator/chatbot/memory/init_memory.json,sha256=be8sr0_jAwfjikkPuebeRwjCe20ccd0nYGe0winEVLU,450
neuro_simulator/chatbot/memory/manager.py,sha256=K84EEH-gRPksgt7GcNxvEVo60aHxaOTC3dZMf2rR9bQ,3827
neuro_simulator/chatbot/memory/temp_memory.json,sha256=T1PNoYwrqgwDVLtfmj7L5e0Sq02OEbqHPC8RFhICuUU,2
neuro_simulator/chatbot/nickname_gen/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
neuro_simulator/chatbot/nickname_gen/generator.py,sha256=szDv26jo8PITO4F-NtgJhaw3yHGtlw9xAcx66Sn00eg,6348
neuro_simulator/chatbot/nickname_gen/data/adjectives.txt,sha256=DuEDOYAlZHcLMPIp-l3KEPQNHLiCk5pfOK51x4CoR28,48
neuro_simulator/chatbot/nickname_gen/data/nouns.txt,sha256=YQc3aIXjz-SACFxP3Zmx4msJ3iUyXNP8wEF_wLYxvwE,40
neuro_simulator/chatbot/nickname_gen/data/special_users.txt,sha256=acJyl3EQSmcLqvCed16Zp9WYSwB_bdVj9oKno_qPds8,117
neuro_simulator/chatbot/prompts/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
neuro_simulator/chatbot/prompts/chatbot_prompt.txt,sha256=1Avq2ZYI9_YhnV7K4Cf1E82Jh4L16EEq1td1r1x047Y,1177
neuro_simulator/chatbot/prompts/memory_prompt.txt,sha256=LfNi4ZoYls2soKCM39xBqynMy_SxE0dea8I1f3dh3-Y,853
neuro_simulator/chatbot/tools/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
neuro_simulator/chatbot/tools/add_temp_memory.py,sha256=ZsqvVx1cZMyjVFTo8ICxdhuk72K2kF17N9imDASODz8,1884
neuro_simulator/chatbot/tools/base.py,sha256=YebWl1Y0uyMDzehxXWpmbQfPxGcZg1n3cJO2l13wRdc,1208
neuro_simulator/chatbot/tools/manager.py,sha256=wPFVFdQg0Z10yjWKcupn9oYbPtXHh30uepplBzbFWd4,5018
neuro_simulator/chatbot/tools/post_chat_message.py,sha256=lchGCSQKzPZgb1z__MIDkG2Cxn_nAN3ISsNkYGbpTsg,1775
neuro_simulator/core/__init__.py,sha256=-ojq25c8XA0CU25b0OxcGjH4IWFEDHR-HXSRSZIuKe8,57
neuro_simulator/core/agent_factory.py,sha256=jX7wRyTS7Jd-qfIGj0kGs_0pblx5zUcyVAyRETIUhvw,1359
neuro_simulator/core/agent_interface.py,sha256=ZXUCtkQUvsBQ5iCb0gTILJaShn5KmSrEgKhd7PK18HE,2794
neuro_simulator/core/application.py,sha256=ZUsZvTymnhVzMYztd5SQLm3_Kl2Fk9ViYg7R8yN3uO4,34427
neuro_simulator/core/config.py,sha256=eH5LdTm7gtLBqV7bbiUulYTW2abKYUmK934x3zOS19w,4766
neuro_simulator/core/path_manager.py,sha256=_MK3S5ab30zT9zDISC-noDbVE8Axs5y1A3WgImqD-wI,4284
neuro_simulator/services/__init__.py,sha256=s3ZrAHg5TpJakadAAGY1h0wDw_xqN4Je4aJwJyRBmk4,61
neuro_simulator/services/audio.py,sha256=tdjl03JY2t_KifwZVT7lRBr5LCkxAkvE8jk91ZblCOQ,4525
neuro_simulator/services/builtin.py,sha256=7YXi74MNqAjBT8GsdiIoaCpMWtsn_tzt73aTByLSkAI,6248
neuro_simulator/services/stream.py,sha256=r-dYdOk1vV4Fehd0BIlUqKQuPFV3sLbVVtilFLs8XkI,6049
neuro_simulator/utils/__init__.py,sha256=xSEFzjT827W81mNyQ_DLtr00TgFlttqfFgpz9pSxFXQ,58
neuro_simulator/utils/logging.py,sha256=fAM8mW4czr0RLgAUS6oN-YTWKj5daqwc5g7yjyAgaPw,3892
neuro_simulator/utils/process.py,sha256=9OYWx8fzaJZqmFUcjQX37AnBhl7YWvrLxDWBa30vqwU,3192
neuro_simulator/utils/queue.py,sha256=fJ0c7pwdAoUrLGC0qudehABkoBB7-pzROvmj_nA9D1c,2690
neuro_simulator/utils/state.py,sha256=DdBqSAYfjOFtJfB1hEGhYPh32r1ZvFuVlN_-29_-luA,664
neuro_simulator/utils/websocket.py,sha256=PcbmNom49El4c6SLvpKsuc2P_YfwJC_WnBJmkpo0DH4,2566
neuro_simulator/client/avatar.webp,sha256=gLkJF8g-akjXPXBzr_FRYmTt9RM9oXEmDnIEh12DkZs,25884
neuro_simulator/client/background.webp,sha256=JD9OFItvxSm0xQ8jRJZ9eiXLZ1R-1xZXd7EMWr4b170,1174858
neuro_simulator/client/background_old.webp,sha256=10Jv9ElOAvpysZUTPw24tC7kKi2-oi6x7KuvI9bE9aU,51214
neuro_simulator/client/banner.jpeg,sha256=LFqSS0alXwQPilUnHNZ4qkx63Jbc5VYF0HsJOiM5Nug,448732
neuro_simulator/client/channel_points.png,sha256=Tmy9kmKQWNfK-gPMKVvUYrpEiT3CsPgSx6V1-PJRBhI,11509
neuro_simulator/client/error.mp3,sha256=ovZ-JXAHrqYUkjFshP48_3ZQcoRi7gUxO_ZkShoeIyA,24048
neuro_simulator/client/favicon.ico,sha256=8mR4U-Ufv6l8_Md9C6yqbv6mZ0WV9DRLSPpms8WKp4g,370418
neuro_simulator/client/index.html,sha256=qdw4WnM37-VldXdT5D2Glx7IAuDpufLWujG3-XeIM9A,22417
neuro_simulator/client/neuro_start.mp4,sha256=nIxX0Ki58IzBX3-KwFKcNXgWRLYblDgaKBVQVkoN4BQ,8080037
neuro_simulator/client/neurosama.png,sha256=FTyEEEu0XwRxicKtmQXQONiRVhYKgTsPqlOO2Ymbp1c,1447110
neuro_simulator/client/sc_pink.png,sha256=bmC1Wn8I27nsc9lkQJ8-LeacL6Y-eOZor_JkmXy9Om0,56768
neuro_simulator/client/sc_purple.png,sha256=XUs6fB0CHPTzQQ3npS1rje5gcigy-T4uao8k3RxOk50,57224
neuro_simulator/client/sub_badge.svg,sha256=-Es6Nz9sd7c3sJ4Mys2q0vSd7AZVC9uE-Sq4ipCsioo,825
neuro_simulator/client/user_avatar.jpg,sha256=j2MZCFm0MYmigPPOLsuFqA8PhvQ5SWb0GTpqb9VKqvY,29625
neuro_simulator/client/assets/index-rmyQl8Tr.css,sha256=ischTFPWjCjy3-vCQ863InoM-wjMuybtesUP0vaY-XA,27865
neuro_simulator/client/assets/index-vrP1Bqp5.js,sha256=vTzGaevLne-HptHxemLWRNWw5ZsCqVLDrG8FNO1YQFI,37629
neuro_simulator/client/assets/inter-cyrillic-400-normal-BLGc9T1a.woff2,sha256=Y20TqrBe2fpJ3xnFf93btvPQhPRjdD7lJXVJ27cSQAU,7712
neuro_simulator/client/assets/inter-cyrillic-400-normal-alAqRL36.woff,sha256=GmDEQlTts7GpPN_vX-7Kqig5IarhIL_nICL6SWvtq5Y,9780
neuro_simulator/client/assets/inter-cyrillic-ext-400-normal-BE2fNs0E.woff,sha256=RHF2hsw99YHFTevMHQw7zGUUaXtPsetnWZbP0cfZaYA,13336
neuro_simulator/client/assets/inter-cyrillic-ext-400-normal-Dc4VJyIJ.woff2,sha256=7zI9hOR108QsGhOSH8Ic5nyJ_-o4Fed_J8BdH_JfLUI,10216
neuro_simulator/client/assets/inter-greek-400-normal-C3I71FoW.woff,sha256=qtjBnZ0fZGTNL3UriqYVPfuO_Pyp80PLeOV9XYi1p30,9924
neuro_simulator/client/assets/inter-greek-400-normal-DxZsaF_h.woff2,sha256=FQ3EOR5Wh4Jt9M38kM_sEMUHGRynqpC2gnIgVPO7wN4,7840
neuro_simulator/client/assets/inter-greek-ext-400-normal-Bput3-QP.woff2,sha256=q1Jss0CSlwz0KQttNYi8vaCXFJPsWr6l9bVy4IZgF-w,5232
neuro_simulator/client/assets/inter-greek-ext-400-normal-XIH6-K3k.woff,sha256=TqEseb219Xmc_lFEyJ-HsKZ_pBXvoISQ6Tg9G3JEbCg,7064
neuro_simulator/client/assets/inter-latin-400-normal-C38fXH4l.woff2,sha256=iQmQSrbIcuuZQJNIKoiijsos2VkS17b-zXIQOw3Aftw,23664
neuro_simulator/client/assets/inter-latin-400-normal-CyCys3Eg.woff,sha256=4g-gtP0t0m5NFLOsPMkiUJw6Y_pekQ6QxhRUSqBC3UU,30696
neuro_simulator/client/assets/inter-latin-ext-400-normal-77YHD8bZ.woff,sha256=Iq6DYPutJNKvfGyYmKNGyIF3Tch_fPlL0mLEitWNcRY,47560
neuro_simulator/client/assets/inter-latin-ext-400-normal-C1nco2VV.woff2,sha256=Z0Sn9QnrxqsiCmzU6nfomK3wFPA9iNzaXUXYqf7vtOk,35000
neuro_simulator/client/assets/inter-vietnamese-400-normal-Bbgyi5SW.woff,sha256=VKpC0yW839Yj7LnqxKXjxkIMY9e4bp2FRftHn2U761c,6500
neuro_simulator/client/assets/inter-vietnamese-400-normal-DMkecbls.woff2,sha256=VHrZ_a6wrkNIf0uKAuR8NlU8DAy3PIqpj5O3thX2tV0,4972
neuro_simulator/client/fonts/causten.woff2,sha256=ttA0YdxaFPh3eaerSiQ7JC3zwls7GadBhnWIa7jO2Lg,23820
neuro_simulator/client/fonts/comic.woff2,sha256=8sW4Je7yeNTCVtBgLdBYcFgG5Se9hTLN7S10qhoV1b0,142392
neuro_simulator/client/fonts/first-coffee.woff2,sha256=pUBfpDh_6HQ20V9EuKWq2UFLnMi9RPHigLN2rOU9Jps,11496
neuro_simulator/client/fonts/noto-sans-sc.woff2,sha256=KsZkKouZc8g1eQ_5wzOWuGkIcSYzGGsHYZJhyu0hFDg,4182468
neuro_simulator/dashboard/favicon.ico,sha256=8mR4U-Ufv6l8_Md9C6yqbv6mZ0WV9DRLSPpms8WKp4g,370418
neuro_simulator/dashboard/first-coffee.woff2,sha256=pUBfpDh_6HQ20V9EuKWq2UFLnMi9RPHigLN2rOU9Jps,11496
neuro_simulator/dashboard/index.html,sha256=2EEXrZPFdXMVKSewGW6WMxO3SFNadHcN9yuh6HcKx8Y,519
neuro_simulator/dashboard/assets/AgentView-TDgmx5bK.css,sha256=UjBaTbzD4yiDxAHXC5rSSgY-tDFyBfVYS_O1VNcmoYU,361
neuro_simulator/dashboard/assets/AgentView-iU5hsY94.js,sha256=RKTlDJqtGABAKyCh4TrW4lD-P5JmqpZJybIYxPzhDX4,2413
neuro_simulator/dashboard/assets/ChatBotView-Dyd6g14G.css,sha256=61Z9sVqq9scsOWZJaOslumxe8Q0I_leQGY4jxy1Zm9o,367
neuro_simulator/dashboard/assets/ChatBotView-nOYkrVxt.js,sha256=KxdRT8A5BhLWw-upTDNVdrmVzy9bC9qJtI8lEe4xxes,2246
neuro_simulator/dashboard/assets/ConfigView-Bl6IeKb4.js,sha256=2oZAXRAF08moPhsIwgY2S_HjmngSuGuXjwDjj_F3KgM,2932
neuro_simulator/dashboard/assets/ConfigView-aFribfyR.css,sha256=ubCvxhHoetmZ-Dr1BhA5WzniPouxSTHrVNUF_ernK8E,51
neuro_simulator/dashboard/assets/ContextTab-B2h9psAa.js,sha256=DuEMp3MsqAjYcvMpHAvlzasW_KDPOqbzEFuod8t50JE,1224
neuro_simulator/dashboard/assets/ContextTab-Cf-FBreH.css,sha256=fIqARaEdmcJNOZbl5j1Ia2m86-wNMplrs9KaZcm41_Y,306
neuro_simulator/dashboard/assets/ControlView-BUCt3umR.css,sha256=Nspx07838NWMuUKrWJCRgwRBdjl-zezVBzUSfdDBsiU,108
neuro_simulator/dashboard/assets/ControlView-DUubzbkq.js,sha256=YEUrUbmLDOmJzIKkl-ZUBiNSta08IuEhWjrEFAy4e6o,1549
neuro_simulator/dashboard/assets/FieldRenderer-CzisHAil.js,sha256=Iy23BdjpYrhKUyM0IIBg7zjRqbaEgsSQR4XlGrXmYH0,7598
neuro_simulator/dashboard/assets/LogsTab-D6Rjw8zO.js,sha256=2WUW_8GxQ-rjM6FgPr5n_JWWysYhNboe1RXDZsWwaQ8,542
neuro_simulator/dashboard/assets/LogsTab-wg3i3S6b.css,sha256=hRDoXwSnuvWe9vt-lh8XbMiJTS-WV-HTHf3-JOmkfuE,254
neuro_simulator/dashboard/assets/LogsView-B_b_F2PW.js,sha256=n08Nj8txzmVGa-uJVsVt2eVg0cq0j8r9D24v90O_6QU,788
neuro_simulator/dashboard/assets/LogsView-D2F8f-Mc.css,sha256=69G8eFicz4WLe-f3mnn7YMfo-odPHM7gcRT160oNgGo,254
neuro_simulator/dashboard/assets/MemoryTab-D49sjqDT.js,sha256=paiZH63CXPLu0Om9kIkwRtFMIhJUanDflEjqynYqkZk,9508
neuro_simulator/dashboard/assets/MemoryTab-DPthi6jg.css,sha256=yZNqQVtHqNjjsKz3eCRmcuuYi4kKQFMTUHiWEHbOeHY,151
neuro_simulator/dashboard/assets/ToolsTab-DbZ5EIry.js,sha256=AWjnKERRjl_0A86CUSpLsezuH2PfaBToVEnqgG9ODtU,3694
neuro_simulator/dashboard/assets/index-CAD8DrUm.js,sha256=KyJ4pjphhKkLdCiSpcUw8wxrWnm6-fu3XEmURw4hAq4,629148
neuro_simulator/dashboard/assets/index-w6MKUyz9.css,sha256=wSK-tcF7Ip4EssJZqKvGRNa_hhBqPY250zZtXjUeg5I,804994
neuro_simulator/dashboard/assets/materialdesignicons-webfont-B7mPwVP_.ttf,sha256=YeirpaTpgf4iz3yOi82-oAR251xiw38Bv37jM2HWhCg,1307660
neuro_simulator/dashboard/assets/materialdesignicons-webfont-CSr8KVlo.eot,sha256=CxgxBNL8XyYZbnc8d72vLgVQn9QlnS0V7O3Kebh-hPk,1307880
neuro_simulator/dashboard/assets/materialdesignicons-webfont-Dp5v-WZN.woff2,sha256=Zi_vqPL4qVwYWI0hd0eJwQfGTnccvmWmmvRikcQxGvw,403216
neuro_simulator/dashboard/assets/materialdesignicons-webfont-PXm3-2wK.woff,sha256=pZKKDVwvYk5G-Y2bFcL2AEU3f3xZTdeKF1kTLqO0Y-s,587984
neuro_simulator-0.6.3.dist-info/METADATA,sha256=GeJ_Pd2pppBhTpe93t49bJ_k6s7eKdI8nDoBv5xAd5o,12396
neuro_simulator-0.6.3.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
neuro_simulator-0.6.3.dist-info/entry_points.txt,sha256=qVd5ypnRRgU8Cw7rWfZ7o0OXyS9P9hgY-cRoN_mgz9g,51
neuro_simulator-0.6.3.dist-info/licenses/LICENSE,sha256=cPsKhVNOnNSSva44vcCU-SDDFf8iE-EhpGXCiUK9tAM,1072
neuro_simulator-0.6.3.dist-info/RECORD,,
