A Zulip bot agent to sit in our Black Sun. Ever evolving
at main 28 lines 735 B view raw
1(lang dune 3.21) 2(name poe) 3 4(generate_opam_files true) 5 6(license ISC) 7(authors "Anil Madhavapeddy") 8(maintainers "Anil Madhavapeddy <anil@recoil.org>") 9(source (tangled anil.recoil.org/poe)) 10 11(package 12 (name poe) 13 (synopsis "Zulip bot for broadcasting monorepo changes with Claude integration") 14 (description 15 "Poe is a Zulip bot that broadcasts daily changelog updates from the monorepo 16 to a configured channel. It integrates with Claude to interpret messages 17 and can help extend its own functionality.") 18 (depends 19 (ocaml (>= 5.2.0)) 20 (dune (>= 3.20)) 21 (eio_main (>= 1.2)) 22 (zulip (>= 0.1.0)) 23 (claude (>= 0.1.0)) 24 (tomlt (>= 0.1.0)) 25 (xdge (>= 0.1.0)) 26 (logs (>= 0.7.0)) 27 (cmdliner (>= 1.3.0)) 28 (odoc :with-doc)))