https://github.com/mintlify/mintie-bot
https://github.com/mintlify/mintie-bot
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mintlify/mintie-bot
- Owner: mintlify
- Created: 2025-07-14T22:17:06.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-07-23T17:12:23.000Z (11 months ago)
- Last Synced: 2025-07-23T20:11:34.843Z (11 months ago)
- Language: TypeScript
- Size: 178 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## General Implementation Notes
- Simple handler/operator pattern
- Base listeners for app_mention and message events are in index.ts
- Events are handled by the handler's which call the operator's approriate methods
- Operators are responsible for the business logic of the app
- Utils contain basic utility functions like converting from to slack markdown format
- Internal debugging and console logging is done using the logging.ts file
- use the `/slack/events` with `tmole` port forwarding to localhost:3000
- `npx eslint .` to run eslint
Todo:
- Allow custom suggested prompts to the assistant