Aaron
aaronrussell.me
Aaron
@aaronrussell.me
Developer. Working on AI. Once built a blockchain. Rides an electric bike. Owns a dog, a cat, and a child.

Writes: https://2point0.ai
Currently: https://github.com/lebrunel/agentflow
Previously: https://aldeacomputer.com
First ride of the year that wasn’t face-achingly cold. Even a bit of Bluesky™️ on show.
February 27, 2025 at 12:29 PM
Squeezed in a quick Agentflow release before the weekend! 🚀

New in this release:
- Prompt fragments - reusable, composable prompt engineering components
- Role attribute - fine-tune agent personas and behaviours

Check out the docs: agentflow.2point0.ai/guide/workfl...
January 10, 2025 at 5:20 PM
Released a nice little update to Ollama-ex. What's new?

1. Finally, generate structured outputs by passing a JSON schema map in a request (requires ollama >= 0.5)
2. Preload and unload models from memory

Code: github.com/lebrunel/oll...
Docs: hexdocs.pm/ollama

#elixir #ollama #buildinpublic
January 8, 2025 at 3:38 PM
It runs from top to bottom, and the previous content and result of previous actions is provided as "context" to the next action.

Where needed, you can break things up with a "---", which creates a clean context.
December 11, 2024 at 4:05 PM
Here's a simple workflow. Just plain English + some simple actions. That's it!

A workflow is plain text - it’s Markdown with some added syntax for structure, actions and expressions. Workflows support loops and conditionals, can generate text and objects, and do other things like execute code.
December 11, 2024 at 12:36 PM
Hey snap!
December 1, 2024 at 2:54 PM