A simple Bluesky bot to make sense of the noise, with responses powered by Gemini, similar to Grok.
| drizzle | ||
| src | ||
| .env.example | ||
| .gitignore | ||
| bun.lock | ||
| docker-compose.yml | ||
| Dockerfile | ||
| drizzle.config.ts | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
Aero
A simple Bluesky bot to make sense of the noise, with responses powered by Gemini, similar to Grok. Built with the @skyware/bot library.
How to Use
- Find a post you want to ask about
- Start a conversation by sending a link to the post and your initial query to the
@aero.indexx.devaccount. ..after a few seconds, you'll get a response to your query!
For any further queries:
- You don't need to resend the post link, just send the message like normal. Ever want to switch posts? Just send a new post link and your context window will reset.
- You can ask up to 15 queries per post link, and all messages prior to the new post link are ignored.
All messages are stored in the database just to make the process simpler so I don't have to deal with cursors or accidentally including messages that shouldn't be included in the context window.