CrewAI is a popular multi-agent framework with a strong role-play metaphor. Crews of agents (researcher, writer, reviewer) work together on tasks. The configuration is Python, with decorators and class hierarchies. It has good momentum among research-flavoured teams and Python-native shops.
Define a crew in 30 lines of YAML. Each agent is a top-level entry, no decorators or base classes.
Edit a system prompt, save the file, the next turn uses it. No Python restart.
Push your crew, your teammate installs it with one command, the YAML is the unit of sharing.
# one-line install (Mac, Linux, Windows + Git Bash)
curl -sSL https://digitorn.ai/install | sh
# install a coding agent from the Hub
digitorn install hub://digitorn/digitorn-code
# chat with it
digitorn chat digitorn-codeEngineering notes from the Digitorn team. No marketing, no launch announcements, no "10 prompts that will change your life". Just the things we write that we'd want to read.