Writes: https://2point0.ai
Currently: https://github.com/lebrunel/agentflow
Previously: https://aldeacomputer.com
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...
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...
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
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
Where needed, you can break things up with a "---", which creates a clean context.
Where needed, you can break things up with a "---", which creates a clean context.
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.
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.