View Source Changelog
0.1.2
This release removes application environment configuration and moves to an opts-based configuration. See README.md for more info.
Features
- Configure
Agens
viaSupervisor
opts instead ofApplication
environment - Add
Agens.Agent.get_config/1
- Add
Agens.Serving.get_config/1
- Support sending
Agens.Message
withoutAgens.Agent
- Override default prompt prefixes with
Agens.Serving
Fixes
Agens.Job.get_config/1
now wraps return value with:ok
tuple:{:ok, Agens.Job.Config.t()}
Replaced
module() | Nx.Serving.t()
withatom()
inAgens.Agent.Config.t()
0.1.1
Initial release