|
|
@@ -22,7 +22,7 @@ read_only: false
|
|
|
|
|
|
# list of tool names to exclude. We recommend not excluding any tools, see the readme for more details.
|
|
|
# Below is the complete list of tools for convenience.
|
|
|
-# To make sure you have the latest list of tools, and to view their descriptions,
|
|
|
+# To make sure you have the latest list of tools, and to view their descriptions,
|
|
|
# execute `uv run scripts/print_tool_overview.py`.
|
|
|
#
|
|
|
# * `activate_project`: Activates a project by name.
|
|
|
@@ -59,7 +59,7 @@ read_only: false
|
|
|
# * `think_about_task_adherence`: Thinking tool for determining whether the agent is still on track with the current task.
|
|
|
# * `think_about_whether_you_are_done`: Thinking tool for determining whether the task is truly completed.
|
|
|
# * `write_memory`: Writes a named memory (for future reference) to Serena's project-specific memory store.
|
|
|
-excluded_tools: []
|
|
|
+excluded_tools: ["check_onboarding_performed", "execute_shell_command", "initial_instructions", "onboarding", "prepare_for_new_conversation", "read_memory", "write_memory", "list_memories", "delete_memory"]
|
|
|
|
|
|
# initial prompt for the project. It will always be given to the LLM upon activating the project
|
|
|
# (contrary to the memories, which are loaded on demand).
|