AgentEx (agent_ex v0.0.1-alpha.0)

Copy Markdown

AgentEx is an Elixir and OTP framework for building AI agents.

The project is currently a library skeleton. Its public design is organized around a small set of OTP-native concepts:

  • an agent module describes reusable agent behaviour;
  • a thread owns one stateful execution;
  • supervision and registries own thread lifecycle;
  • providers and memory backends are replaceable adapters.

The complete product direction is documented in design.md. Runtime APIs will be added incrementally while keeping the core independent of any one model provider, persistence system, or telemetry backend.