gohumanloop 0.0.5__py3-none-any.whl → 0.0.6__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.
- gohumanloop/__init__.py +6 -8
- gohumanloop/adapters/__init__.py +4 -4
- gohumanloop/adapters/langgraph_adapter.py +348 -207
- gohumanloop/cli/main.py +4 -1
- gohumanloop/core/interface.py +181 -215
- gohumanloop/core/manager.py +332 -265
- gohumanloop/manager/ghl_manager.py +223 -185
- gohumanloop/models/api_model.py +32 -7
- gohumanloop/models/glh_model.py +15 -11
- gohumanloop/providers/api_provider.py +233 -189
- gohumanloop/providers/base.py +179 -172
- gohumanloop/providers/email_provider.py +386 -325
- gohumanloop/providers/ghl_provider.py +19 -17
- gohumanloop/providers/terminal_provider.py +111 -92
- gohumanloop/utils/__init__.py +7 -1
- gohumanloop/utils/context_formatter.py +20 -15
- gohumanloop/utils/threadsafedict.py +64 -56
- gohumanloop/utils/utils.py +28 -28
- gohumanloop-0.0.6.dist-info/METADATA +259 -0
- gohumanloop-0.0.6.dist-info/RECORD +30 -0
- {gohumanloop-0.0.5.dist-info → gohumanloop-0.0.6.dist-info}/WHEEL +1 -1
- gohumanloop-0.0.5.dist-info/METADATA +0 -35
- gohumanloop-0.0.5.dist-info/RECORD +0 -30
- {gohumanloop-0.0.5.dist-info → gohumanloop-0.0.6.dist-info}/entry_points.txt +0 -0
- {gohumanloop-0.0.5.dist-info → gohumanloop-0.0.6.dist-info}/licenses/LICENSE +0 -0
- {gohumanloop-0.0.5.dist-info → gohumanloop-0.0.6.dist-info}/top_level.txt +0 -0
@@ -1,35 +0,0 @@
|
|
1
|
-
Metadata-Version: 2.4
|
2
|
-
Name: gohumanloop
|
3
|
-
Version: 0.0.5
|
4
|
-
Summary: Perfecting AI workflows with human intelligence
|
5
|
-
Author-email: gohumanloop authors <baird0917@163.com>
|
6
|
-
Project-URL: repository, https://github.com/ptonlix/gohumanloop
|
7
|
-
Requires-Python: >=3.10
|
8
|
-
Description-Content-Type: text/markdown
|
9
|
-
License-File: LICENSE
|
10
|
-
Requires-Dist: aiohttp>=3.11.16
|
11
|
-
Requires-Dist: click>=8.1.8
|
12
|
-
Requires-Dist: dotenv>=0.9.9
|
13
|
-
Provides-Extra: email
|
14
|
-
Requires-Dist: imapclient>=3.0.1; extra == "email"
|
15
|
-
Dynamic: license-file
|
16
|
-
|
17
|
-
<div align="center">
|
18
|
-
|
19
|
-

|
20
|
-
<b face="雅黑">Perfecting AI workflows with human intelligence</b>
|
21
|
-
|
22
|
-
</div>
|
23
|
-
|
24
|
-
**GoHumanLoop** is a comprehensive Python library that enables AI agents to seamlessly interact with humans for assistance, feedback, and approvals. It provides a flexible framework for integrating human intelligence into AI workflows through various communication channels.
|
25
|
-
|
26
|
-
With GoHumanLoop, developers can create `AI Agent systems` that know when to pause and request human input, ensuring safer and more effective AI operations. The library supports multiple interaction providers (Terminal, Email, API ..etc) and integrates with popular frameworks like LangGraph, and CrewAI(will soon).
|
27
|
-
|
28
|
-
<div align="center">
|
29
|
-
<img alt="Repostart" src="https://img.shields.io/github/stars/ptonlix/gohumanloop"/>
|
30
|
-
<img alt=" Python" src="https://img.shields.io/badge/Python-3.10%2B-blue"/>
|
31
|
-
<img alt="license" src="https://img.shields.io/badge/license-MIT-green"/>
|
32
|
-
|
33
|
-
[简体中文](README-zh.md) | English
|
34
|
-
|
35
|
-
</div>
|
@@ -1,30 +0,0 @@
|
|
1
|
-
gohumanloop/__init__.py,sha256=5eLYP_lpIgvrzMEAON6KMBxmc92Iy9rzEwfW8tCbTbo,1988
|
2
|
-
gohumanloop/__main__.py,sha256=zdGKN92H9SgwZfL4xLqPkE1YaiRcHhVg_GqC-H1VurA,75
|
3
|
-
gohumanloop/adapters/__init__.py,sha256=alRiJPahmH5vIbiw7l6o3eFvEADVTkfWYIsXy5uPGSo,391
|
4
|
-
gohumanloop/adapters/langgraph_adapter.py,sha256=nQp_aHyXrlvn-3Nf76WbAwZYBl2er32b1UOBX7IzcaY,34470
|
5
|
-
gohumanloop/cli/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
6
|
-
gohumanloop/cli/main.py,sha256=54-0nwjaAeRH2WhbyO6pN-XADPQwk4_EUUvVWDWruLc,744
|
7
|
-
gohumanloop/core/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
8
|
-
gohumanloop/core/interface.py,sha256=UjeEBKGS_JjwIsT5sBzyq6_IhUkDFrUvBXqpkxkFrAA,22696
|
9
|
-
gohumanloop/core/manager.py,sha256=gOEQEd15J3ymNG9ywhDlmZRU5dScAIpdnTWIWLELvww,29526
|
10
|
-
gohumanloop/manager/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
11
|
-
gohumanloop/manager/ghl_manager.py,sha256=Td54EcPg1r9Q5JfzS90QjzxiAhcMBYMigaERImLjp7M,21993
|
12
|
-
gohumanloop/models/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
13
|
-
gohumanloop/models/api_model.py,sha256=cNTXTlfI7yrTk_87Qf6ms0VtRXO2fYFJFLPTLy2dmQk,2853
|
14
|
-
gohumanloop/models/glh_model.py,sha256=Ht93iCdLfVYz_nW-uW4bE5s0UoyKG3VEx9q-Gg8_tiY,870
|
15
|
-
gohumanloop/providers/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
16
|
-
gohumanloop/providers/api_provider.py,sha256=MPIe_BzXkZmbY8IbLhs04zDG-u2qw0PEy28ZWZxJQAI,25604
|
17
|
-
gohumanloop/providers/base.py,sha256=en6Px3v-tPJz_zA8-cuT69YVoOyO1Av07kpgfeZoejc,22037
|
18
|
-
gohumanloop/providers/email_provider.py,sha256=L_HWkWopJF-8h0e6sOFTZzu2FanBLvCFuXOVZpDahP4,44342
|
19
|
-
gohumanloop/providers/ghl_provider.py,sha256=YdxTpRzitFhTXTbhUcMhQlPUs3kwEBd4wyXEcGK8Svk,2524
|
20
|
-
gohumanloop/providers/terminal_provider.py,sha256=L0whpmmMEzI3shV3nOFl4MrEAXEeL06OrUT0GOVzvl0,14663
|
21
|
-
gohumanloop/utils/__init__.py,sha256=idlE5ZNCELVNF9WIiyhtyzG9HJuQQCOlKeTr2aHJ2-Q,56
|
22
|
-
gohumanloop/utils/context_formatter.py,sha256=v4vdgKNJCHjnTtIMq83AkyXwltL14vx-D4KahwcZhIQ,2171
|
23
|
-
gohumanloop/utils/threadsafedict.py,sha256=0-Pmre2-lqHkUPal9wSaqh3fLaEtbo-OnJ3Wbi_knWE,9601
|
24
|
-
gohumanloop/utils/utils.py,sha256=3f53fHdWLPve-WTn9mGiz3SB0CE7l39caC5Dz0hm85U,2167
|
25
|
-
gohumanloop-0.0.5.dist-info/licenses/LICENSE,sha256=-U5tuCcSpndQwSKWtZbFbazb-_AtZcZL2kQgHbSLg-M,1064
|
26
|
-
gohumanloop-0.0.5.dist-info/METADATA,sha256=LszSA1v9pSFS0G8VfuknuZwosUN-NQIebRfRy3jDZ9Q,1557
|
27
|
-
gohumanloop-0.0.5.dist-info/WHEEL,sha256=Nw36Djuh_5VDukK0H78QzOX-_FQEo6V37m3nkm96gtU,91
|
28
|
-
gohumanloop-0.0.5.dist-info/entry_points.txt,sha256=wM6jqRRD8bQXkvIduRVCuAJIlbyWg_F5EDXo5OZ_PwY,88
|
29
|
-
gohumanloop-0.0.5.dist-info/top_level.txt,sha256=LvOXBqS6Mspmcuqp81uz0Vjx_m_YI0w06DOPCiI1BfY,12
|
30
|
-
gohumanloop-0.0.5.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|