hum-cli 0.1.5__cp313-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.
- hum/__init__.pyc +0 -0
- hum/adapters/__init__.pyc +0 -0
- hum/adapters/harbor.pyc +0 -0
- hum/auth.pyc +0 -0
- hum/catalog.pyc +0 -0
- hum/cli.pyc +0 -0
- hum/engine.pyc +0 -0
- hum/runtime/__init__.pyc +0 -0
- hum/runtime/agents.pyc +0 -0
- hum/runtime/autonomy.pyc +0 -0
- hum/runtime/config.pyc +0 -0
- hum/runtime/drivers.pyc +0 -0
- hum/runtime/executor.pyc +0 -0
- hum/runtime/grader.pyc +0 -0
- hum/runtime/llm.pyc +0 -0
- hum/runtime/loop.pyc +0 -0
- hum/runtime/models.pyc +0 -0
- hum/runtime/observe.pyc +0 -0
- hum/runtime/prompt.pyc +0 -0
- hum/runtime/session.pyc +0 -0
- hum/runtime/store.pyc +0 -0
- hum/runtime/tools.pyc +0 -0
- hum/runtime/trajectory.pyc +0 -0
- hum/runtime/workspace.pyc +0 -0
- hum/sync.pyc +0 -0
- hum/tui/cli.mjs +84428 -0
- hum/ui.pyc +0 -0
- hum_cli-0.1.5.dist-info/METADATA +41 -0
- hum_cli-0.1.5.dist-info/RECORD +32 -0
- hum_cli-0.1.5.dist-info/WHEEL +4 -0
- hum_cli-0.1.5.dist-info/entry_points.txt +3 -0
- hum_cli-0.1.5.dist-info/licenses/LICENSE +16 -0
hum/ui.pyc
ADDED
|
Binary file
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
Metadata-Version: 2.5
|
|
2
|
+
Name: hum-cli
|
|
3
|
+
Version: 0.1.5
|
|
4
|
+
Summary: A self-improving coding agent harness. It improves with your usage.
|
|
5
|
+
License: Copyright (c) 2026 Metaphi, Inc. All rights reserved.
|
|
6
|
+
|
|
7
|
+
Hum is proprietary software of Metaphi, Inc.
|
|
8
|
+
|
|
9
|
+
Metaphi, Inc. grants users it has authorized a personal, non-exclusive,
|
|
10
|
+
non-transferable, revocable right to install and run the distributed
|
|
11
|
+
packages (hum-cli on PyPI, @metaphi-ai/hum on npm) for use with Metaphi
|
|
12
|
+
services.
|
|
13
|
+
|
|
14
|
+
No other right is granted. Do not copy, modify, distribute, sublicense,
|
|
15
|
+
reverse engineer, or create derivative works from this software, in whole
|
|
16
|
+
or in part, without prior written permission from Metaphi, Inc.
|
|
17
|
+
|
|
18
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
19
|
+
IMPLIED. IN NO EVENT SHALL METAPHI, INC. BE LIABLE FOR ANY CLAIM, DAMAGES
|
|
20
|
+
OR OTHER LIABILITY ARISING FROM THE USE OF THE SOFTWARE.
|
|
21
|
+
License-File: LICENSE
|
|
22
|
+
Requires-Python: <3.14,>=3.12
|
|
23
|
+
Requires-Dist: httpx>=0.27
|
|
24
|
+
Requires-Dist: litellm>=1.70
|
|
25
|
+
Requires-Dist: mcp>=1.2
|
|
26
|
+
Requires-Dist: prompt-toolkit>=3.0
|
|
27
|
+
Requires-Dist: pydantic>=2
|
|
28
|
+
Requires-Dist: rich>=13
|
|
29
|
+
Provides-Extra: dev
|
|
30
|
+
Requires-Dist: fastapi>=0.110; extra == 'dev'
|
|
31
|
+
Requires-Dist: google-auth>=2; extra == 'dev'
|
|
32
|
+
Requires-Dist: pytest-asyncio>=0.23; extra == 'dev'
|
|
33
|
+
Requires-Dist: pytest>=8; extra == 'dev'
|
|
34
|
+
Requires-Dist: python-multipart; extra == 'dev'
|
|
35
|
+
Provides-Extra: harbor
|
|
36
|
+
Requires-Dist: harbor>=0.21; extra == 'harbor'
|
|
37
|
+
Provides-Extra: server
|
|
38
|
+
Requires-Dist: fastapi>=0.110; extra == 'server'
|
|
39
|
+
Requires-Dist: google-auth>=2; extra == 'server'
|
|
40
|
+
Requires-Dist: python-multipart; extra == 'server'
|
|
41
|
+
Requires-Dist: uvicorn[standard]; extra == 'server'
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
hum/__init__.pyc,sha256=5JYR3CXnwIzJ3aJ6Fr95C_D3lAPusxtG8tMYSSDatsE,292
|
|
2
|
+
hum/auth.pyc,sha256=4DRRKULphZPDu_Tg0xHGXvWiu89LiO4CZ5XLgBUw6JY,8656
|
|
3
|
+
hum/catalog.pyc,sha256=iToZoT9AKDrjDJE4V-oPl0OszT5bu0GcdQRBRc6cHVg,4573
|
|
4
|
+
hum/cli.pyc,sha256=DEYMX2QVAjjXypJJhgc51EhPIpKW28WjWVGPcb8G5W8,49420
|
|
5
|
+
hum/engine.pyc,sha256=s7pItFMib703ufEO9fxi00oAeXT01Z7x0g1OU92TrzM,29174
|
|
6
|
+
hum/sync.pyc,sha256=jW-cG9Jx7nb2DRPc4z-n2jpHonwOK7kw4eD24RRlpEk,5479
|
|
7
|
+
hum/ui.pyc,sha256=jaFZnQQcyMqsoYW0RjdzvQkXiAJNcn62K0HXqs7l8Bk,17122
|
|
8
|
+
hum/adapters/__init__.pyc,sha256=ZblU7blDaFOeZEnmeE0IWLGB3g1-asnyCnsITi_UMGE,121
|
|
9
|
+
hum/adapters/harbor.pyc,sha256=sZ0Q4OIFZp55frb2lAG1qsHsrzhJvv4rIUXtDs5Wg-A,11425
|
|
10
|
+
hum/runtime/__init__.pyc,sha256=E0cwfWS2_WyH6Qu9d_OX6qdsvvYDNBLOrDa6gb-tzYI,1113
|
|
11
|
+
hum/runtime/agents.pyc,sha256=kIoqzElRTMlgROulfQNf03gfBthuCJ1NTOsAuPbE3jc,7612
|
|
12
|
+
hum/runtime/autonomy.pyc,sha256=UdGefeLXP6t0fBS_xO1BHDNZQlz1i0aCUGNURErPuaE,4613
|
|
13
|
+
hum/runtime/config.pyc,sha256=yu0TuKxlOwQlGZjzpX8rIcnz-uFyo0-la--RXkuxQvk,8934
|
|
14
|
+
hum/runtime/drivers.pyc,sha256=YfQv_KtnuCQdb20o-10z8eNNTmUaqSunGQJ1GNxLWho,5946
|
|
15
|
+
hum/runtime/executor.pyc,sha256=TQmeU9gFio8dOlbx3No3fDKA9AbPqki_2CHjThWLs0k,9013
|
|
16
|
+
hum/runtime/grader.pyc,sha256=JQH-NeJKgVhr0z44rD6b0NcbT1Z6vEW95v6Q5u7o01M,3283
|
|
17
|
+
hum/runtime/llm.pyc,sha256=A1qaEshLIx7QGNAtOlVpxwqhdF0spkBd48gfL1HIATs,25786
|
|
18
|
+
hum/runtime/loop.pyc,sha256=a7dfAc7RBs0gOnUMDMwLDAH2lShVMmtOMjCGj7xfH0g,25561
|
|
19
|
+
hum/runtime/models.pyc,sha256=5S1gNObvXhTcRh9D-9wPg8Ekb0YN3zWRyNjIEbcdAtI,6923
|
|
20
|
+
hum/runtime/observe.pyc,sha256=8y1-SlWAoLof1xL7bWX_qIsdSE_oQKjRcQ5wZzuorvQ,1784
|
|
21
|
+
hum/runtime/prompt.pyc,sha256=gWA28p5a20grkUcK9IxafTH-vdKn-CzS7MSxZntioUk,7398
|
|
22
|
+
hum/runtime/session.pyc,sha256=-EhpIsQFuEfU5iwokvs7qviLBlfqJZvlWjREk-2Hs6A,10951
|
|
23
|
+
hum/runtime/store.pyc,sha256=0PM_Y4iqljReYiOjnLy1_zaQEebof2EfwccE-cLIi6Q,1577
|
|
24
|
+
hum/runtime/tools.pyc,sha256=XuQptaeKmSqnx1sWQ_AJTMcM6EBjPCk3X2Fjz2hb_Lc,24986
|
|
25
|
+
hum/runtime/trajectory.pyc,sha256=wYasb6Ggg-1KyFXqt5VXptjoxB8I4YvwbDfgeWocV3o,6009
|
|
26
|
+
hum/runtime/workspace.pyc,sha256=9upw7Z9SmcASmd_CjHIDfEfY8XlKHf3YqNJCgTTgrW0,10872
|
|
27
|
+
hum/tui/cli.mjs,sha256=0971j0D2oqCsmZIEZ6VYucvtFIynEBVZ8QM6KqJSiu0,3618641
|
|
28
|
+
hum_cli-0.1.5.dist-info/METADATA,sha256=anm5AjzWdzrhsAIHum1ZJmuQBhZjWA_8rKmtpMJIwKk,1764
|
|
29
|
+
hum_cli-0.1.5.dist-info/WHEEL,sha256=xSkFROQj8ihkdEvJGM6-xeAShcroMyf7LjJcNrU_hmA,90
|
|
30
|
+
hum_cli-0.1.5.dist-info/entry_points.txt,sha256=OSP4g8TfzCxzwkI1UlPr_BI9oaL1jzQ5D9ZZFE7TbX0,70
|
|
31
|
+
hum_cli-0.1.5.dist-info/licenses/LICENSE,sha256=-_Jjy2-XAujWZirw6S-ORP1kLKeVuuG8piFwhYLtt8E,742
|
|
32
|
+
hum_cli-0.1.5.dist-info/RECORD,,
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
Copyright (c) 2026 Metaphi, Inc. All rights reserved.
|
|
2
|
+
|
|
3
|
+
Hum is proprietary software of Metaphi, Inc.
|
|
4
|
+
|
|
5
|
+
Metaphi, Inc. grants users it has authorized a personal, non-exclusive,
|
|
6
|
+
non-transferable, revocable right to install and run the distributed
|
|
7
|
+
packages (hum-cli on PyPI, @metaphi-ai/hum on npm) for use with Metaphi
|
|
8
|
+
services.
|
|
9
|
+
|
|
10
|
+
No other right is granted. Do not copy, modify, distribute, sublicense,
|
|
11
|
+
reverse engineer, or create derivative works from this software, in whole
|
|
12
|
+
or in part, without prior written permission from Metaphi, Inc.
|
|
13
|
+
|
|
14
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
15
|
+
IMPLIED. IN NO EVENT SHALL METAPHI, INC. BE LIABLE FOR ANY CLAIM, DAMAGES
|
|
16
|
+
OR OTHER LIABILITY ARISING FROM THE USE OF THE SOFTWARE.
|