Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3a56ba5

Browse files
committed
Fix humanloop example
1 parent 976707d commit 3a56ba5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

agent_humanloop/src/services.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
from watchfiles import run_process
44
from src.functions.function import feedback, goodbye
55
from src.client import client
6-
from human_loop.src.agents.agent import AgentHumanLoop
6+
from src.agents.agent import AgentHumanLoop
77
import webbrowser
88

99
async def main():
1010

1111
await client.start_service(
12-
workflows= [AgentHumanLoop],
12+
agents= [AgentHumanLoop],
1313
functions= [feedback, goodbye]
1414
)
1515

0 commit comments

Comments
 (0)