feat(infinity-slack-bot): create a Slack bot#43
Open
akainth015 wants to merge 1 commit into
Open
Conversation
akainth015
force-pushed
the
push-ssyrmkszpxwn
branch
from
June 18, 2026 21:18
08340d5 to
5a082dd
Compare
Deploying infinity with
|
| Latest commit: |
483c674
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://aba13546.infinity-dc7.pages.dev |
| Branch Preview URL: | https://push-ssyrmkszpxwn.infinity-dc7.pages.dev |
akainth015
force-pushed
the
push-ssyrmkszpxwn
branch
2 times, most recently
from
June 18, 2026 21:25
a0573a9 to
6885d51
Compare
shadaj
reviewed
Jun 18, 2026
shadaj
reviewed
Jun 18, 2026
| infinity --daemon | ||
|
|
||
| # Start the Slack bot | ||
| infinity-slack-bot |
Member
There was a problem hiding this comment.
I wonder if similar to the providers plugin system, we should have a channels plugin system so that the daemon auto-spawns the Slack bridge and provides it the appropriate socket path?
akainth015
force-pushed
the
push-ssyrmkszpxwn
branch
8 times, most recently
from
June 23, 2026 22:07
463bcdb to
789deee
Compare
akainth015
marked this pull request as ready for review
June 23, 2026 22:41
shadaj
reviewed
Jun 27, 2026
| slack_events: Stream<SlackEvent, Process<'a, P>, Unbounded>, | ||
| daemon_events: Stream<DaemonEvent, Process<'a, P>, Unbounded>, | ||
| ) -> ( | ||
| Stream<SlackAction, Process<'a, P>, Unbounded, NoOrder>, |
Member
There was a problem hiding this comment.
This seems quite suspicious to me, since the Slack API will care about the order, and the daemon too. So they should probably be totally ordered outputs but have some internal nondets?
Co-authored-by: Infinity 🤖 <infinity@hydro.run>
akainth015
force-pushed
the
push-ssyrmkszpxwn
branch
from
July 7, 2026 22:22
789deee to
483c674
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is the Slack bot for Infinity agents. I've been using it for about a month, and love it.
❤️ Made with Hydro