streaming single conversation, this is sick

This commit is contained in:
2026-03-05 16:11:11 -07:00
parent 76c164d931
commit ea2b6d4cbf
14 changed files with 517 additions and 17 deletions

View File

@@ -1,18 +1,16 @@
# ElixirAi
To start your Phoenix server:
* Run `mix setup` to install and setup dependencies
* Start Phoenix endpoint with `mix phx.server` or inside IEx with `iex -S mix phx.server`
things to try:
- slow chat
- with tools
- streaming chat
- with tools
Now you can visit [`localhost:4000`](http://localhost:4000) from your browser.
Ready to run in production? Please [check our deployment guides](https://hexdocs.pm/phoenix/deployment.html).
## Learn more
* Official website: https://www.phoenixframework.org/
* Guides: https://hexdocs.pm/phoenix/overview.html
* Docs: https://hexdocs.pm/phoenix
* Forum: https://elixirforum.com/c/phoenix-forum
* Source: https://github.com/phoenixframework/phoenix
video ideas:
- [ai agents elixir conf](https://www.youtube.com/watch?v=Wu3jXi1IyeM)
- recommends oban instead of GenServer <https://hexdocs.pm/oban/Oban.html>
- can autoscale with flame <https://hexdocs.pm/flame/FLAME.html>
- tool calling scaling?
- using elixir langchain for tool definitions