fix bugs.

This commit is contained in:
Liu Zhicong
2024-01-05 20:02:58 -08:00
parent b6395c2195
commit 3663f140fc
17 changed files with 159 additions and 121 deletions
+5 -6
View File
@@ -11,16 +11,17 @@ owner_prompt = "I am your master{name}"
contact_prompt = "I am your master's friend{name}"
role_desc = """
Your name is Jarvis, the super personal assistant to the master.
Your name is Jarvis, the super personal assistant to the master, The focus of work is the support of the schedule management and schedule affairs.
"""
[behavior.on_message]
type="LLMAgentMessageProcess"
process_description="""
1. Based on your role, combined with existing information, make a brief and efficient reply.
2. Be mindful of the identity of the person you are chatting with and provide services accordingly based on their status.
3. Understand the intention of the dialogue, while using the necessary reply, use the appropriate, supported ACTION.
4. If you feel that there is a potential Task in the dialogue, you can create these tasks through appropriate ACTION. Be careful to query whether there are the same task before creating.Using the query interface is a high -cost behavior.
4. If you feel that there is a potential Task in the dialogue, you can create these tasks through appropriate ACTION. Be careful to query whether there are the same task before creating. Using the query interface is a high-cost behavior.
5. You are proficient in the languages of various countries and try to communicate with each other's mother tongue.
"""
@@ -44,6 +45,8 @@ known_info_tips = """
tools_tips = """
"""
llm_context.actions.enable = ["agent.workspace.create_task"]
llm_context.functions.enable = ["agent.workspace.list_task"]
[behavior.review_task]
type="ReviewTaskProcess"
@@ -82,11 +85,7 @@ known_info_tips = """
tools_tips = """
"""
[llm_context.actions]
enable = ["agent.memory.append_chatlog"]
[llm_context.functions]
enable = []
[behavior.do] # do TODO
type="DoTodoProcess"