neuro-simulator 0.0.3__py3-none-any.whl → 0.1.2__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,31 @@
1
+ neuro_simulator/__init__.py,sha256=PpTff-dZfzIweg_Ld0Zt8JNAMTtvLtGn_OC0Ms2E2Q8,276
2
+ neuro_simulator/audio_synthesis.py,sha256=fwS0car42-aheCFVQDgRpUTnqLv4DU9Re66PCa6zTBM,2938
3
+ neuro_simulator/builtin_agent.py,sha256=0TrAmIIjg7aCXiZxgXggyBvBSGR-CsVFUcot71NNfck,2751
4
+ neuro_simulator/chatbot.py,sha256=qQamPO5QTPwV1avNXrzjZpiJlWN3X_6vxSZPSA17jb0,5152
5
+ neuro_simulator/cli.py,sha256=rlwUW1ol8_G06OLf0G-ae0WRXofjoTt3eO9l_Ea8XCY,8183
6
+ neuro_simulator/config.py,sha256=brA8kiekV_995mpz04JiGj1swIWbZZuWWLNYtbroMyE,14884
7
+ neuro_simulator/config.yaml.example,sha256=RbSHEAFD9NEuIvgl5Smpasfz4jiZYQgzTovL3MrhhIs,6549
8
+ neuro_simulator/letta.py,sha256=q7ME_idhW6-koOpFfdNZ1-wwr3DEFIyk1hSFKVci24s,7568
9
+ neuro_simulator/log_handler.py,sha256=w8nQ-91CgiZNI94vJA9Ezgt-x5LRL_AbFZ4-0Mc6ekE,1756
10
+ neuro_simulator/main.py,sha256=d8kgo3Bc0q7pXzw6mmDXHOBaZ93JLs2Ov-cNJVuT_ps,28820
11
+ neuro_simulator/process_manager.py,sha256=cQ7XqHz0cbuJQ_ju0PoOxZzzS04ADQVARyKRHIN1bN8,2578
12
+ neuro_simulator/shared_state.py,sha256=cvYg8vGrkuDmb0e-4J1xvIjXVwspRisuxQaIR9YgsyQ,459
13
+ neuro_simulator/stream_chat.py,sha256=X655rrOW8oQ77qAFK-dQDhHT3bYiE9w44a9Na_ikM2w,997
14
+ neuro_simulator/stream_manager.py,sha256=bwY7Dxo_HLPmQw-1IFvptHBZPMeBbBxdw8_oyZHOSkQ,6966
15
+ neuro_simulator/websocket_manager.py,sha256=a9mMAN7xmgK2w9tVDOOzy4DuWSwdAPatSp6bW9fhE3I,2183
16
+ neuro_simulator/agent/__init__.py,sha256=H6eIGBRG5y1FdjUw3BcwP1nWzmMEpIE1XG2xMV_e5Y0,113
17
+ neuro_simulator/agent/api.py,sha256=Oy4xy32B9dPzBeGyjKtw89tAPjKDKnye9fUaGVsHu-s,33483
18
+ neuro_simulator/agent/core.py,sha256=d0jtRDd1B-UnNcYeEMDJGWMLpI0Lf3iEWzBR7_DqUlw,21447
19
+ neuro_simulator/agent/llm.py,sha256=ohINZpP6ybRWfxK89XMM1yYXehKvRVBuy14ksoqrm8I,4125
20
+ neuro_simulator/agent/memory.py,sha256=b41THZj0LCHlW4GApF02NoW1n1WanySLsNl6JMGpYDQ,5416
21
+ neuro_simulator/agent/tools.py,sha256=hwdJ99soOSOFOqfkBl0oGMYVe4U5rfh1HsGkXd3EUFc,2801
22
+ neuro_simulator/agent/memory/__init__.py,sha256=Be08Az0lWn9d51TLfE2UoluIT9yXVfzHPekIjxJnGOU,78
23
+ neuro_simulator/agent/memory/manager.py,sha256=OGFAnd_bLc1Dv0-5JAXCZtIMUBFyk79bfRdQ8ib8ZWA,16352
24
+ neuro_simulator/agent/tools/__init__.py,sha256=8ztH_OkeXaQDxOaKBb78vKIA8IKkRLxyHLnwGtdk9YU,76
25
+ neuro_simulator/agent/tools/core.py,sha256=YsXbwjF5be_yrh0w5goaSWux53LOkLJ91rikgWPUKDQ,5974
26
+ neuro_simulator/media/neuro_start.mp4,sha256=xCLnNzv4THnzRYwkdV6EiqXc-XtFd867R2ZVLDvNp0Y,8226418
27
+ neuro_simulator-0.1.2.dist-info/METADATA,sha256=-tN71ig_UAfvtywp_q3Rd7D_cJukrjohcrxuq8858B4,6366
28
+ neuro_simulator-0.1.2.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
29
+ neuro_simulator-0.1.2.dist-info/entry_points.txt,sha256=qVd5ypnRRgU8Cw7rWfZ7o0OXyS9P9hgY-cRoN_mgz9g,51
30
+ neuro_simulator-0.1.2.dist-info/top_level.txt,sha256=V8awSKpcrFnjJDiJxSfy7jtOrnuE2BgAR9hLmfMDWK8,16
31
+ neuro_simulator-0.1.2.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: bdist_wheel (0.42.0)
2
+ Generator: setuptools (80.9.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5
 
@@ -1,20 +0,0 @@
1
- neuro_simulator/__init__.py,sha256=JJWUFh_lBowSfGMhmC9zixE70cB7GG1pTbjGY4Kg3mU,29
2
- neuro_simulator/audio_synthesis.py,sha256=fwS0car42-aheCFVQDgRpUTnqLv4DU9Re66PCa6zTBM,2938
3
- neuro_simulator/chatbot.py,sha256=qQamPO5QTPwV1avNXrzjZpiJlWN3X_6vxSZPSA17jb0,5152
4
- neuro_simulator/cli.py,sha256=gf_9Ar_uIodL8O2ZhrXhtXXFJzaQ6QCEzWoQub-JOeI,5978
5
- neuro_simulator/config.py,sha256=7ek1hKi4mxTRv1IdrkkFgY8Hb_JaPL8a637z71TKHpw,9613
6
- neuro_simulator/config.yaml.example,sha256=uywVEnoFZGZ4g6qdp616Qoi78F2AF21rSG99gtFiY-s,6003
7
- neuro_simulator/letta.py,sha256=F0PbnL9vmcznxwkTQKiK9PoGsp42FbCpSbiDuFdjUWo,6475
8
- neuro_simulator/log_handler.py,sha256=JlCtJ7wJ0pruVGVO5u-kz-F5uaYhlBl4H5xoGUFhT18,1079
9
- neuro_simulator/main.py,sha256=NlYM9OSv9sxmDIP7KEPOFyDRsU8VlQ2ngqNoNMo9CAE,22043
10
- neuro_simulator/process_manager.py,sha256=KqW11PRJR5e4RSBytaZdkgbd3wxRtWqlz6D0TA4oR1s,2492
11
- neuro_simulator/shared_state.py,sha256=cvYg8vGrkuDmb0e-4J1xvIjXVwspRisuxQaIR9YgsyQ,459
12
- neuro_simulator/stream_chat.py,sha256=X655rrOW8oQ77qAFK-dQDhHT3bYiE9w44a9Na_ikM2w,997
13
- neuro_simulator/stream_manager.py,sha256=vA88HQGgYguFb3_GUDSY-FpTG0rsjt8J-JFtMoCWWCo,6720
14
- neuro_simulator/websocket_manager.py,sha256=a9mMAN7xmgK2w9tVDOOzy4DuWSwdAPatSp6bW9fhE3I,2183
15
- neuro_simulator/media/neuro_start.mp4,sha256=xCLnNzv4THnzRYwkdV6EiqXc-XtFd867R2ZVLDvNp0Y,8226418
16
- neuro_simulator-0.0.3.dist-info/METADATA,sha256=aB8eWL6ZQKWQyS4b7xqMHh8Pyg3yOn0FvjM7Mzpe-F8,5940
17
- neuro_simulator-0.0.3.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
18
- neuro_simulator-0.0.3.dist-info/entry_points.txt,sha256=qVd5ypnRRgU8Cw7rWfZ7o0OXyS9P9hgY-cRoN_mgz9g,51
19
- neuro_simulator-0.0.3.dist-info/top_level.txt,sha256=V8awSKpcrFnjJDiJxSfy7jtOrnuE2BgAR9hLmfMDWK8,16
20
- neuro_simulator-0.0.3.dist-info/RECORD,,