16 lines
964 B
Markdown
16 lines
964 B
Markdown
# Aero
|
|
|
|
A simple Bluesky bot to make sense of the noise, with responses powered by Gemini, similar to Grok. Built with the [@skyware/bot](https://github.com/skyware-js/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.dev`](https://bsky.app/profile/did:plc:brtrdeexwvywvennyptpwcnu) account.
|
|
..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.
|