From fbdfe9f11c110dc61ef26c195850df7176a8accd Mon Sep 17 00:00:00 2001 From: Daniel Ringel <33063149+dringel@users.noreply.github.com> Date: Sat, 3 Jan 2026 17:13:02 +0100 Subject: [PATCH] Add files via upload --- AGENTS.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 AGENTS.md diff --git a/AGENTS.md b/AGENTS.md new file mode 100644 index 0000000..7fc34fb --- /dev/null +++ b/AGENTS.md @@ -0,0 +1,5 @@ +# MyAI3 Repository Guide + +## Adding/Removing Tools + +Each tool has a file in `app/api/chat/tools/`. The tool is then imported in `app/api/chat/tools/route.ts`. The UI display for the tool is handled in `components/messages/tool-call.tsx` and then must also be added to `components/messages/assistant-message.tsx`.