We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 976707d commit 3a56ba5Copy full SHA for 3a56ba5
agent_humanloop/src/services.py
@@ -3,13 +3,13 @@
3
from watchfiles import run_process
4
from src.functions.function import feedback, goodbye
5
from src.client import client
6
-from human_loop.src.agents.agent import AgentHumanLoop
+from src.agents.agent import AgentHumanLoop
7
import webbrowser
8
9
async def main():
10
11
await client.start_service(
12
- workflows= [AgentHumanLoop],
+ agents= [AgentHumanLoop],
13
functions= [feedback, goodbye]
14
)
15
0 commit comments