To start your Phoenix server:
- Run
mix setup
to install and setup dependencies - Start Phoenix endpoint with
mix phx.server
or inside IEx withiex -S mix phx.server
Now you can visit localhost:4000
from your browser.
Magus Live includes two basic examples of graph agents:
- Essay Writer - A simple agent that writes an essay, given a topic, and does several revisions based on feedback
- STORM - A basic (and a lil buggy) implementation of STORM as a graph agent
- Fix Tavily tool call so the chain does it automatically
- Make live tail more efficient