Agentic platform using OTP patterns for reliable agent behavior
If available in Hex, the package can be installed
by adding elita to your list of dependencies in mix.exs:
def deps do
[
{:elita, "~> 0.1.0"}
]
endDocumentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/elita.
Agent calls replay from cassettes in test/cassettes/ — readable JSON, q matches the request, a is the reply.
mix test— replay, freemix tape— record livemix live— live, no tape
Edit the tape and the tape is the spec.
mix test— default suite (27 scenarios, ~19s): pure el mechanics only, no Claude interactionmix live— live suite (3 scenarios, ~33s): full end-to-end with real Claude API calls (@live tagged scenarios)