You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For example, suggested function call / actions / responses.
13
-
"""
14
-
7
+
logger=get_logger(__name__)
15
8
16
9
instruction=Template("""You are a supervisor of an agent system. The system prompt of worker agent is:
17
10
18
11
```system prompt
19
12
{{ system_prompt }}
20
13
```
21
14
22
-
```worker agent tools
23
-
{{ agent_tools }}
24
-
```
25
-
26
15
You should guide the agent to finish task. If you think the history execution is not correct, you should give your advice to the worker agent. If you think the history execution is correct, you should output an empty string.
0 commit comments