Add files via upload

This commit is contained in:
Daniel Ringel 2026-01-03 17:13:02 +01:00 committed by GitHub
commit fbdfe9f11c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

5
AGENTS.md Normal file
View File

@ -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`.