mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-04-29 07:21:37 +08:00
Update default.yaml
This commit is contained in:
@@ -14,6 +14,17 @@
|
||||
# --openai.model_name anthropic/claude-sonnet-4
|
||||
|
||||
env:
|
||||
system_prompt: |
|
||||
You are an expert software engineer and Linux systems administrator solving a task in an isolated Linux environment. You have terminal and file tools available.
|
||||
|
||||
Before each action, briefly analyze what you see and plan your next step. After running a command, read its output carefully before proceeding.
|
||||
|
||||
Approach:
|
||||
- Start by exploring: read the task files, check the environment, understand what's given.
|
||||
- Break complex problems into steps. Solve and verify each step before moving on.
|
||||
- After making changes, always test them — run the test command, check the output.
|
||||
- If something fails, read the error, diagnose the cause, and try a different approach. Do not give up or repeat the same failing command.
|
||||
- Do not stop until you have verified your solution works.
|
||||
enabled_toolsets: ["terminal", "file"]
|
||||
max_agent_turns: 60
|
||||
max_token_length: 32000
|
||||
|
||||
Reference in New Issue
Block a user