diff --git a/agenthub/micro/math_agent/prompt.md b/agenthub/micro/math_agent/prompt.md index 02523be616..39ab08bc35 100644 --- a/agenthub/micro/math_agent/prompt.md +++ b/agenthub/micro/math_agent/prompt.md @@ -1,5 +1,5 @@ # Task -You are a brilliant mathematician and programmer. You've been given the follwoing problem to solve: +You are a brilliant mathematician and programmer. You've been given the following problem to solve: {{ state.plan.main_goal }} diff --git a/agenthub/monologue_agent/agent.py b/agenthub/monologue_agent/agent.py index 7d2f00e6e1..817dd63898 100644 --- a/agenthub/monologue_agent/agent.py +++ b/agenthub/monologue_agent/agent.py @@ -133,7 +133,7 @@ class MonologueAgent(Agent): def _initialize(self, task: str): """ - Utilizes the INITIAL_THOUGHTS list to give the agent a context for it's capabilities + Utilizes the INITIAL_THOUGHTS list to give the agent a context for its capabilities and how to navigate the WORKSPACE_MOUNT_PATH_IN_SANDBOX in `config` (e.g., /workspace by default). Short circuited to return when already initialized. Will execute again when called after reset. diff --git a/docs/modules/usage/llms/localLLMs.md b/docs/modules/usage/llms/localLLMs.md index 8e19755e9f..9ef53e9aa8 100644 --- a/docs/modules/usage/llms/localLLMs.md +++ b/docs/modules/usage/llms/localLLMs.md @@ -103,7 +103,7 @@ docker exec [CONTAINER ID] curl http://host.docker.internal:11434/api/generate - ## Fixing it -Now let's make it work, edit /etc/systemd/system/ollama.service with sudo priviledges. (Path may vary depending on linux flavor) +Now let's make it work, edit /etc/systemd/system/ollama.service with sudo privileges. (Path may vary depending on linux flavor) ```bash sudo vi /etc/systemd/system/ollama.service diff --git a/docs/modules/usage/troubleshooting/troubleshooting.md b/docs/modules/usage/troubleshooting/troubleshooting.md index 3259504da7..b1ee52f2f6 100644 --- a/docs/modules/usage/troubleshooting/troubleshooting.md +++ b/docs/modules/usage/troubleshooting/troubleshooting.md @@ -5,7 +5,7 @@ sidebar_position: 5 # 🚧 Troubleshooting There are some error messages that get reported over and over by users. -We'll try and make the install process easier, and to make these error messages +We'll try to make the install process easier, and to make these error messages better in the future. But for now, you can look for your error message below, and see if there are any workaround. diff --git a/frontend/src/services/settings.ts b/frontend/src/services/settings.ts index d8b3ee4af0..e4f43aa7ee 100644 --- a/frontend/src/services/settings.ts +++ b/frontend/src/services/settings.ts @@ -46,7 +46,7 @@ export const saveSettings = (settings: Partial) => { /** * Get the difference between the current settings and the provided settings. - * Useful for notifiying the user of exact changes. + * Useful for notifying the user of exact changes. * * @example * // Assuming the current settings are: { LLM_MODEL: "gpt-3.5", AGENT: "MonologueAgent", LANGUAGE: "en" } diff --git a/opendevin/runtime/plugins/swe_agent_commands/cursors_edit_linting.sh b/opendevin/runtime/plugins/swe_agent_commands/cursors_edit_linting.sh index 855cc643f6..82938c07e9 100644 --- a/opendevin/runtime/plugins/swe_agent_commands/cursors_edit_linting.sh +++ b/opendevin/runtime/plugins/swe_agent_commands/cursors_edit_linting.sh @@ -51,7 +51,7 @@ edit() { _print echo "File updated. Please review the changes and make sure they are correct (correct indentation, no duplicate lines, etc). Edit the file again if necessary." else - echo "Your proposed edit has introduced new syntax error(s). Please understand the fixes and retry your edit commmand." + echo "Your proposed edit has introduced new syntax error(s). Please understand the fixes and retry your edit command." echo "" echo "ERRORS:" _split_string "$lint_output" diff --git a/opendevin/runtime/plugins/swe_agent_commands/edit_linting.sh b/opendevin/runtime/plugins/swe_agent_commands/edit_linting.sh index ac39a2553b..14d7ea668a 100644 --- a/opendevin/runtime/plugins/swe_agent_commands/edit_linting.sh +++ b/opendevin/runtime/plugins/swe_agent_commands/edit_linting.sh @@ -83,7 +83,7 @@ edit() { echo "File updated. Please review the changes and make sure they are correct (correct indentation, no duplicate lines, etc). Edit the file again if necessary." else - echo "Your proposed edit has introduced new syntax error(s). Please understand the fixes and retry your edit commmand." + echo "Your proposed edit has introduced new syntax error(s). Please understand the fixes and retry your edit command." echo "" echo "ERRORS:" _split_string "$lint_output"