commit fbdfe9f11c110dc61ef26c195850df7176a8accd Author: Daniel Ringel <33063149+dringel@users.noreply.github.com> Date: Sat Jan 3 17:13:02 2026 +0100 Add files via upload 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`.