Current section
Files
Jump to
Current section
Files
lib/gen_agent_claude.ex
defmodule GenAgentClaude do
@moduledoc """
`GenAgent.Backend` implementation for Claude, built on top of
`ClaudeWrapper`.
The backend module itself lives at `GenAgent.Backends.Claude`. This
module exists as the package's OTP app module and is intentionally
empty -- see `GenAgent.Backends.Claude` for the user-facing API.
"""
end