|
|
|
|
|
by jedbrooke
102 days ago
|
|
looks interesting, I agree that chat is not always the right interface for agents, and a LLM boosted cli sometimes feels like the right paradigm (especially for dev related tasks). how would you say this compares to similar tools like google’s dotprompt? https://google.github.io/dotprompt/getting-started/ |
|
Dotprompt is a promt template that lives inside app code to standardize how we write prompts.
Axe is an execution runtime you run from the shell. There's no code to write (unless you want the LLM to run a script). You define the agent in TOML and run with `axe run <agent name> and pipe data into it.