- Use quick one-liners with
marvin.run()
- Work with specialized agents using
agent.run()
- Control tasks directly with
task.run()
- Add advanced features like context and threads
This guide assumes you have already installed
marvin
. See the installation docs for instructions.Quick One-Liners
The fastest way to use Marvin is withmarvin.run()
:
Output
Output
Specialized Agents
Create and use specialized agents for specific types of tasks:Output
Output
Task Control
For full control over your AI workflows, create and run tasks directly:Output
Output