gohumanloop 0.0.8__py3-none-any.whl → 0.0.9__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/adapters/base_adapter.py +1 -1
- {gohumanloop-0.0.8.dist-info → gohumanloop-0.0.9.dist-info}/METADATA +6 -5
- {gohumanloop-0.0.8.dist-info → gohumanloop-0.0.9.dist-info}/RECORD +7 -7
- {gohumanloop-0.0.8.dist-info → gohumanloop-0.0.9.dist-info}/WHEEL +0 -0
- {gohumanloop-0.0.8.dist-info → gohumanloop-0.0.9.dist-info}/entry_points.txt +0 -0
- {gohumanloop-0.0.8.dist-info → gohumanloop-0.0.9.dist-info}/licenses/LICENSE +0 -0
- {gohumanloop-0.0.8.dist-info → gohumanloop-0.0.9.dist-info}/top_level.txt +0 -0
@@ -725,7 +725,7 @@ class AgentOpsHumanLoopCallback(HumanLoopCallback):
|
|
725
725
|
self._operation = operation
|
726
726
|
agentops.init(tags=self.session_tags)
|
727
727
|
else:
|
728
|
-
|
728
|
+
raise ImportError(
|
729
729
|
"AgentOps package not installed. Features disabled. "
|
730
730
|
"Please install with: pip install agentops"
|
731
731
|
)
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: gohumanloop
|
3
|
-
Version: 0.0.
|
3
|
+
Version: 0.0.9
|
4
4
|
Summary: Perfecting AI workflows with human intelligence
|
5
5
|
Author-email: gohumanloop authors <baird0917@163.com>
|
6
6
|
Project-URL: repository, https://github.com/ptonlix/gohumanloop
|
@@ -33,7 +33,7 @@ Dynamic: license-file
|
|
33
33
|
**GoHumanLoop**: A Python library empowering AI agents to dynamically request human input (approval/feedback/conversation) at critical stages. Core features:
|
34
34
|
|
35
35
|
- `Human-in-the-loop control`: Lets AI agent systems pause and escalate decisions, enhancing safety and trust.
|
36
|
-
- `Multi-channel integration`: Supports Terminal, Email, API, and frameworks like LangGraph/CrewAI
|
36
|
+
- `Multi-channel integration`: Supports Terminal, Email, API, and frameworks like LangGraph/CrewAI/...(soon)
|
37
37
|
- `Flexible workflows`: Combines automated reasoning with human oversight for reliable AI operations.
|
38
38
|
|
39
39
|
Ensures responsible AI deployment by bridging autonomous agents and human judgment.
|
@@ -59,9 +59,10 @@ Ensures responsible AI deployment by bridging autonomous agents and human judgme
|
|
59
59
|
|
60
60
|
## 🎹 Getting Started
|
61
61
|
|
62
|
-
To get started, check out the following example or jump straight into one of the [Examples](
|
62
|
+
To get started, check out the following example or jump straight into one of the [Examples Repo](https://github.com/ptonlix/gohumanloop-examples):
|
63
63
|
|
64
|
-
- 🦜⛓️ [LangGraph](
|
64
|
+
- 🦜⛓️ [LangGraph](https://github.com/ptonlix/gohumanloop-examples/tree/main/LangGraph)
|
65
|
+
- 🚣 [CrewAI](https://github.com/ptonlix/gohumanloop-examples/tree/main/CrewAI)
|
65
66
|
|
66
67
|
### Installation
|
67
68
|
|
@@ -206,7 +207,7 @@ Perform `human-in-the-loop` interaction by entering:
|
|
206
207
|
|
207
208
|
🚀🚀🚀 Completed successfully ~
|
208
209
|
|
209
|
-
➡️ Check out more examples in the [Examples
|
210
|
+
➡️ Check out more examples in the [Examples Repository](https://github.com/ptonlix/gohumanloop-examples) and we look foward to your contributions!
|
210
211
|
|
211
212
|
## 🎵 Why GoHumanloop?
|
212
213
|
|
@@ -1,7 +1,7 @@
|
|
1
1
|
gohumanloop/__init__.py,sha256=KiY2ncM6OQvkBYcz5rsbob_GuV8hQHOARA-EsxAylEU,2134
|
2
2
|
gohumanloop/__main__.py,sha256=zdGKN92H9SgwZfL4xLqPkE1YaiRcHhVg_GqC-H1VurA,75
|
3
3
|
gohumanloop/adapters/__init__.py,sha256=_XqJ6eaUBLJJJyjfBQJykBZ4X9HvC3VYOVTn2KnBlqo,484
|
4
|
-
gohumanloop/adapters/base_adapter.py,sha256=
|
4
|
+
gohumanloop/adapters/base_adapter.py,sha256=Eokhz6fsCcxqq_X0damHQJ2BfGqEUnx2ZQv9gDcpOhU,32605
|
5
5
|
gohumanloop/adapters/langgraph_adapter.py,sha256=AHJv_b6g8xjeq_9X2cGiW76pSGlfgCGBUvjrZQcbR9s,11621
|
6
6
|
gohumanloop/cli/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
7
7
|
gohumanloop/cli/main.py,sha256=Txjk31MlkiX9zeHZfFEXEu0s2IBESY8sxrxBEzZKk2U,767
|
@@ -23,9 +23,9 @@ gohumanloop/utils/__init__.py,sha256=l0e3lnOVrt6HwaxidNGFXORX4awCKemhJZ_t3k-5u-s
|
|
23
23
|
gohumanloop/utils/context_formatter.py,sha256=sAWrKJpxmsHga6gsyBwFBlAsHW8bjR1hkaGhk1PoE1M,2064
|
24
24
|
gohumanloop/utils/threadsafedict.py,sha256=9uyewnwmvS3u1fCx3SK0YWFxHMcyIwlye1Ev7WW7WHA,9588
|
25
25
|
gohumanloop/utils/utils.py,sha256=-bti65OaVh5dlvc5BIgiTw6dqxmqdKnOQHE0V-LKjek,2107
|
26
|
-
gohumanloop-0.0.
|
27
|
-
gohumanloop-0.0.
|
28
|
-
gohumanloop-0.0.
|
29
|
-
gohumanloop-0.0.
|
30
|
-
gohumanloop-0.0.
|
31
|
-
gohumanloop-0.0.
|
26
|
+
gohumanloop-0.0.9.dist-info/licenses/LICENSE,sha256=-U5tuCcSpndQwSKWtZbFbazb-_AtZcZL2kQgHbSLg-M,1064
|
27
|
+
gohumanloop-0.0.9.dist-info/METADATA,sha256=E9DyAVAdkVPxP0K465Jrm4eq44AEXKe-riSCDN-67zM,11427
|
28
|
+
gohumanloop-0.0.9.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
29
|
+
gohumanloop-0.0.9.dist-info/entry_points.txt,sha256=wM6jqRRD8bQXkvIduRVCuAJIlbyWg_F5EDXo5OZ_PwY,88
|
30
|
+
gohumanloop-0.0.9.dist-info/top_level.txt,sha256=LvOXBqS6Mspmcuqp81uz0Vjx_m_YI0w06DOPCiI1BfY,12
|
31
|
+
gohumanloop-0.0.9.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|