Skip to content

Latest commit

 

History

13 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AgentEx

AgentEx is an Elixir and OTP framework for building, running, supervising, coordinating, and persisting AI agents.

The project is at the initial library-skeleton stage. The product design is captured in design.md, and implementation will be added around OTP-native agents, threads, tools, providers, workflows, and persistence.

Installation

Add agent_ex to your dependencies in mix.exs:

def deps do
  [
    {:agent_ex, "~> 0.0.1-alpha.0"}
  ]
end

Usage

The public module is available today and provides the namespace for the framework's incremental API:

AgentEx

Agent definitions will eventually use the concise form described by the design document:

defmodule ResearchAgent do
  use AgentEx

  model "openai:gpt-5"
  system "You are a research assistant."
end

License

AgentEx is released under the Apache-2.0 License. See LICENSE.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages