From e06aac7521e0d3730bb79853c000e2df688bab23 Mon Sep 17 00:00:00 2001 From: mamoodi Date: Tue, 13 May 2025 11:32:35 -0400 Subject: [PATCH] Remove unnecessary frontmatter from repo microagent (#8477) --- .openhands/microagents/repo.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.openhands/microagents/repo.md b/.openhands/microagents/repo.md index 0f3c054d30..22435340fe 100644 --- a/.openhands/microagents/repo.md +++ b/.openhands/microagents/repo.md @@ -1,8 +1,3 @@ ---- -name: repo -type: repo -agent: CodeActAgent ---- This repository contains the code for OpenHands, an automated AI software engineer. It has a Python backend (in the `openhands` directory) and React frontend (in the `frontend` directory).