Skip to main content

lib/bb/jido.ex

# SPDX-FileCopyrightText: 2026 James Harton
#
# SPDX-License-Identifier: Apache-2.0

defmodule BB.Jido do
  @moduledoc """
  Autonomous agents for [Beam Bots](https://github.com/beam-bots/bb), built
  on the [Jido](https://hex.pm/packages/jido) agent framework.

  See `BB.Jido.Plugin.Robot` for the main integration point and the
  package `README` for usage examples.
  """
end